summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/dashboard/static/css/theme.css
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2016-08-22 14:13:06 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-22 14:13:06 +0000
commitc121ae90322dac5cf72e98450c89ff7e5131b20c (patch)
tree51b6c58e102777649940686915da48aab5971fac /tools/pharos-dashboard/dashboard/static/css/theme.css
parente4649cce49068942ef754746fdd5bc75636075de (diff)
parent3b5ef3b0a88247eeafeee878de528aad71f9fd4b (diff)
Merge "Split the dashboard into different apps, add tests"
Diffstat (limited to 'tools/pharos-dashboard/dashboard/static/css/theme.css')
-rw-r--r--tools/pharos-dashboard/dashboard/static/css/theme.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/pharos-dashboard/dashboard/static/css/theme.css b/tools/pharos-dashboard/dashboard/static/css/theme.css
deleted file mode 100644
index 4cec341d..00000000
--- a/tools/pharos-dashboard/dashboard/static/css/theme.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.blink_me {
- animation: blinker 1.5s linear infinite;
-}
-
-@keyframes blinker {
- 20% { opacity: 0.4; }
-} \ No newline at end of file