rice
This commit is contained in:
parent
51de7ef3a2
commit
0c9d0a1ce2
5 changed files with 67 additions and 6 deletions
|
|
@ -139,6 +139,14 @@ button:active {
|
|||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
/* -------- Network -------- */
|
||||
#network {
|
||||
background: @green;
|
||||
color: @base;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
/* -------- Helpers -------- */
|
||||
@keyframes blink {
|
||||
to { background-color: @peach; color: @base; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue