Merge "update the huawei's lab"
[pharos.git] / tools / pharos-dashboard / src / static / css / theme.css
1 .blink_me {
2     animation: blinker 1.5s linear infinite;
3 }
4
5 @keyframes blinker {
6     20% {
7         opacity: 0.4;
8     }
9 }
10
11 .modal p {
12     word-wrap: break-word;
13 }