From d3e4bb3ed2585859a3adeb7eeff35b7c75ebd840 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 16 Sep 2018 22:40:05 +0200 Subject: auth gate on main app. pull in auth routes from bucky. --- public/assets/css/css.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'public/assets/css/css.css') diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 184445b..2a2e2a9 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -674,4 +674,21 @@ input.small { background: rgba(238,238,238,0.4); border: 1px solid #bbb; color: #234; -} \ No newline at end of file +} + +.spinfx { + position: fixed; + left: calc(50vw - 30vmin); + top: calc(50vh - 30vmin); + height: 60vmin; + width: 60vmin; + transform-origin: center center; + animation: spinfx 10s infinite; + transform: rotateZ(45deg); + z-index: -1; +} +@keyframes spinfx { + 0% { opacity: 0.9; } + 50% { opacity: 0.5; } + 100% { opacity: 0.9; } +} -- cgit v1.2.3-70-g09d2