aboutsummaryrefslogtreecommitdiff
path: root/vfd-backend/public/stylesheets
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-01-20 17:37:10 +0100
committerJakob Odersky <jodersky@gmail.com>2015-01-20 17:37:10 +0100
commit13eae49f4c48c03b2a7a9b40a08ca68063044c6d (patch)
tree6ad530458c1600dabdf2f6cdcf3482282268ebca /vfd-backend/public/stylesheets
parentdb266a316a2d5a22cd11503094e10b327a8e1cd6 (diff)
downloadmavigator-13eae49f4c48c03b2a7a9b40a08ca68063044c6d.tar.gz
mavigator-13eae49f4c48c03b2a7a9b40a08ca68063044c6d.tar.bz2
mavigator-13eae49f4c48c03b2a7a9b40a08ca68063044c6d.zip
rename subprojects
Diffstat (limited to 'vfd-backend/public/stylesheets')
-rw-r--r--vfd-backend/public/stylesheets/main.css55
1 files changed, 0 insertions, 55 deletions
diff --git a/vfd-backend/public/stylesheets/main.css b/vfd-backend/public/stylesheets/main.css
deleted file mode 100644
index e92cd24..0000000
--- a/vfd-backend/public/stylesheets/main.css
+++ /dev/null
@@ -1,55 +0,0 @@
-@font-face {
- font-family: ds-digi;
- src: url('../fonts/ds-digi.ttf')
-}
-
-html {
- height: 100%;
-}
-
-body {
- height: 100%;
-}
-
-body {
- background-color: #e6e6e6;
-}
-
-.loader {
- width: 100%;
- font-size: 50px;
- text-align: center;
-}
-
-.table-instrument {
- table-layout: fixed;
- width: 100%;
-}
-
-.table-instrument td {
- width: 100%;
-}
-
-.heartbeat {
- color: rgba(165, 25, 25, 1);
- animation: heartbeat 2s linear infinite;
-}
-
-@keyframes heartbeat {
- 0% {
- transform: scale(1);
- }
- 7% {
- transform: scale(1.3);
- }
- 14% {
- transform: scale(1);
- }
- 21% {
- transform: scale(1.3);
- }
- 28% {
- transform: scale(1);
- }
-}
-