X-Git-Url: https://git.auder.net/variants/%24%7Bvname%7D/current/git-favicon.png?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=c71ebfc41893f215d3ad027f727d440cb562619e;hb=934f7f70431e9892b3ea48ba199356b4f24eaf1b;hp=6590fcfbdc0b619ec8ac28d5b44b8c0b3b255c46;hpb=f14572c4a22425033735253eabbaa2d8dbb53d05;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 6590fcfb..c71ebfc4 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -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 ?