Merge branch 'master' of github.com:yagu0/vchess
[vchess.git] / client / src / App.vue
index 6590fcf..c71ebfc 100644 (file)
@@ -152,7 +152,7 @@ table
     vertical-align: middle
   & > img
     padding: 0
-    height: 24px
+    height: 1.2em
     vertical-align: middle
 
 @media screen and (max-width: 767px)
@@ -279,10 +279,19 @@ footer
     padding: 5px 0
 
 .menuitem.somenews
+  animation: blinkNews 1s infinite;
   color: red
   &:link, &:visited, &:hover
     color: red
 
+@keyframes blinkNews
+  0%, 49%
+    background-color: yellow
+    padding: 3px
+  50%, 100%
+    background-color: grey
+    padding: 3px
+
 // Styles for diagrams and board (partial).
 // TODO: where to put that ?