mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Notification style sheets
This commit is contained in:
parent
76d84a392e
commit
76fd1336da
1 changed files with 42 additions and 0 deletions
42
styles/app/alerts.styl
Normal file
42
styles/app/alerts.styl
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
// variables
|
||||||
|
|
||||||
|
gpColor = #FBEFC0
|
||||||
|
gpText = #786938
|
||||||
|
hpColor = #f2dede
|
||||||
|
hpText = #b94a48
|
||||||
|
lvlColor = #d9edf7
|
||||||
|
lvlText = #3a87ad
|
||||||
|
xpColor = #DCC0FB
|
||||||
|
xpText = #635673
|
||||||
|
borderDarken = 20%
|
||||||
|
|
||||||
|
// alert styles
|
||||||
|
|
||||||
|
.alert-gp
|
||||||
|
background-color: gpColor
|
||||||
|
border-color: darken(gpColor,borderDarken)
|
||||||
|
color: gpText
|
||||||
|
|
||||||
|
.alert-hp
|
||||||
|
background-color: hpColor
|
||||||
|
border-color: darken(hpColor,borderDarken)
|
||||||
|
color: hpText
|
||||||
|
|
||||||
|
.alert-lvl
|
||||||
|
background-color: lvlColor
|
||||||
|
border-color: darken(lvlColor,borderDarken)
|
||||||
|
color: lvlText
|
||||||
|
|
||||||
|
.alert-xp
|
||||||
|
background-color: xpColor
|
||||||
|
border-color: darken(xpColor,borderDarken)
|
||||||
|
color: xpText
|
||||||
|
|
||||||
|
// alert icons
|
||||||
|
|
||||||
|
.icon-gp
|
||||||
|
background: url("img/BrowserQuest/habitrpg_mods/shop_sprites.png") no-repeat
|
||||||
|
background-size: 400px
|
||||||
|
background-position: -386px 0
|
||||||
|
width: 14px
|
||||||
|
height: 14px
|
||||||
Loading…
Reference in a new issue