kopia lustrzana https://github.com/wagtail/wagtail
tweaked font size of userbar icons, it got reduced accidentally during previous changes accidentally
rodzic
4111baf933
commit
18df9e094c
|
@ -87,11 +87,13 @@ li, .home{
|
||||||
.action{
|
.action{
|
||||||
@include transition(background-color 0.2s ease, color 0.2s ease);
|
@include transition(background-color 0.2s ease, color 0.2s ease);
|
||||||
background-color:$color-teal;
|
background-color:$color-teal;
|
||||||
color:white;
|
color:$color-teal;
|
||||||
|
|
||||||
&:before{
|
&:before{
|
||||||
margin-right:0.4em;
|
margin-right:0.4em;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
|
font-size:1.7em;
|
||||||
|
color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
|
|
Ładowanie…
Reference in New Issue