diff --git a/front/src/css/queue.css b/front/src/css/queue.css index 76161b3..4a0e0e9 100644 --- a/front/src/css/queue.css +++ b/front/src/css/queue.css @@ -1,25 +1,7 @@ .status { - margin-top: 2em; + margin: 2em; font-size: 2.5em; } -@-webkit-keyframes rotating { - from { - -webkit-transform: rotate(0deg); - } - to { - -webkit-transform: rotate(360deg); - } -} -@keyframes rotating { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} -.waiting .icon-lab { - -webkit-animation: rotating 3s linear 0s infinite; - -webkit-transform: translateZ(0); - animation: rotating 3s linear 0s infinite; +.queueLink { + color: #FFF; } diff --git a/front/src/less/queue.less b/front/src/less/queue.less index 57a52f6..39b0822 100644 --- a/front/src/less/queue.less +++ b/front/src/less/queue.less @@ -1,19 +1,8 @@ .status { - margin-top: 2em; + margin: 2em; font-size: 2.5em; } -@-webkit-keyframes rotating { - from { -webkit-transform: rotate(0deg); } - to { -webkit-transform: rotate(360deg); } -} -@keyframes rotating { - from { transform: rotate(0deg); } - to { transform: rotate(360deg); } -} - -.waiting .icon-lab { - -webkit-animation: rotating 3s linear 0s infinite; - -webkit-transform: translateZ(0); - animation: rotating 3s linear 0s infinite; +.queueLink { + color: #FFF; } \ No newline at end of file diff --git a/front/src/views/queue.html b/front/src/views/queue.html index 162fa29..93ecd1c 100644 --- a/front/src/views/queue.html +++ b/front/src/views/queue.html @@ -1,6 +1,10 @@

Tested url:   {{url}}

-
Test failed
+
+
Test failed :(
+

Report a bug on GitHub

+

Back to index

+