Split the dashboard into different apps, add tests
[pharos-tools.git] / pharos-dashboard / static / css / theme.css
1 .blink_me {
2   animation: blinker 1.5s linear infinite;
3 }
4
5 @keyframes blinker {
6   20% { opacity: 0.4; }
7 }