mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-25 15:15:42 +00:00
Prevent .hero-stats header styles from applying globally
This commit is contained in:
parent
e109128570
commit
43d9ccaa2e
1 changed files with 7 additions and 3 deletions
|
|
@ -112,8 +112,6 @@
|
|||
display: table-cell
|
||||
vertical-align: middle
|
||||
min-width:175px
|
||||
background-color: darken($color-herobox, 4%)
|
||||
border-right: 1px solid darken($color-herobox, 12%)
|
||||
|
||||
.meter, .bar
|
||||
box-shadow: none
|
||||
|
|
@ -162,4 +160,10 @@
|
|||
top: 0
|
||||
right: 0.5em
|
||||
z-index: 1
|
||||
line-height: 2.25
|
||||
line-height: 2.25
|
||||
|
||||
//Apply certain styles in header only
|
||||
|
||||
header .hero-stats
|
||||
background-color: darken($color-herobox, 4%)
|
||||
border-right: 1px solid darken($color-herobox, 12%)
|
||||
Loading…
Reference in a new issue