Design updates
This commit is contained in:
parent
5524edd705
commit
1c5478c5e0
@ -1,18 +1,21 @@
|
|||||||
.tab
|
.tab
|
||||||
color text-color !important
|
color text-color
|
||||||
padding 0.5rem 1rem
|
padding 0.5rem 1rem
|
||||||
background-color rgb(238, 238, 238)
|
background-color rgba(0, 0, 0, 0.02)
|
||||||
border-right ui-border
|
border ui-border
|
||||||
border-bottom ui-border
|
border-left none
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
|
|
||||||
:hover,
|
:hover
|
||||||
&.active
|
color text-color
|
||||||
background-color bg-color !important
|
background-color bg-color
|
||||||
|
|
||||||
|
:active
|
||||||
transform none
|
transform none
|
||||||
|
|
||||||
&.active
|
&.active
|
||||||
border-bottom-color transparent
|
background-color forum-tag-hover-color
|
||||||
|
color white
|
||||||
|
|
||||||
:first-child
|
:first-child
|
||||||
border-left ui-border
|
border-left ui-border
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
width avatar-size
|
width avatar-size
|
||||||
height avatar-size
|
height avatar-size
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
|
box-shadow outline-shadow-medium
|
||||||
object-fit cover
|
object-fit cover
|
||||||
default-transition
|
default-transition
|
||||||
:hover
|
:hover
|
||||||
|
Loading…
Reference in New Issue
Block a user