mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-29 04:32:15 -05:00
[ux] status colors → variables
This commit is contained in:
parent
bef8248185
commit
baaa81c9ed
@ -660,17 +660,17 @@ button.secondary:hover:not(:disabled) {
|
|||||||
#bookmarks li.online:after,
|
#bookmarks li.online:after,
|
||||||
#roster li.chat:after,
|
#roster li.chat:after,
|
||||||
#bookmarks li.chat:after {
|
#bookmarks li.chat:after {
|
||||||
background: #427a00;
|
background: #43bb6e;
|
||||||
}
|
}
|
||||||
#roster li.dnd:after,
|
#roster li.dnd:after,
|
||||||
#bookmarks li.dnd:after {
|
#bookmarks li.dnd:after {
|
||||||
background: #c50041;
|
background: #de0a32;
|
||||||
}
|
}
|
||||||
#roster li.away:after,
|
#roster li.away:after,
|
||||||
#bookmarks li.away:after,
|
#bookmarks li.away:after,
|
||||||
#roster li.xa:after,
|
#roster li.xa:after,
|
||||||
#bookmarks li.xa:after {
|
#bookmarks li.xa:after {
|
||||||
background: #f57900;
|
background: #f18902;
|
||||||
}
|
}
|
||||||
#roster li.offline:not(:hover) .name,
|
#roster li.offline:not(:hover) .name,
|
||||||
#bookmarks li.offline:not(:hover) .name {
|
#bookmarks li.offline:not(:hover) .name {
|
||||||
|
@ -87,16 +87,16 @@
|
|||||||
&.online,
|
&.online,
|
||||||
&.chat
|
&.chat
|
||||||
&:after
|
&:after
|
||||||
background: #427a00
|
background: $green
|
||||||
|
|
||||||
&.dnd
|
&.dnd
|
||||||
&:after
|
&:after
|
||||||
background: #c50041
|
background: $red
|
||||||
|
|
||||||
&.away,
|
&.away,
|
||||||
&.xa
|
&.xa
|
||||||
&:after
|
&:after
|
||||||
background: #f57900
|
background: $orange
|
||||||
|
|
||||||
&.offline:not(:hover)
|
&.offline:not(:hover)
|
||||||
.name
|
.name
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1382697161857
|
# 0.0.1 1382715439961
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user