mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 16:45:28 +00:00
Rounded icon for drawer and search button
This commit is contained in:
parent
597f2b287e
commit
779ba44dbd
|
@ -171,6 +171,7 @@
|
||||||
margin: 1.5px 0;
|
margin: 1.5px 0;
|
||||||
width: @icon-size;
|
width: @icon-size;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
|
border-radius: @border-radius-large;
|
||||||
display: block;
|
display: block;
|
||||||
background: @base-0;
|
background: @base-0;
|
||||||
opacity: @opacity-icon;
|
opacity: @opacity-icon;
|
||||||
|
|
|
@ -184,6 +184,7 @@
|
||||||
.search {
|
.search {
|
||||||
&-toggle-icon-div {
|
&-toggle-icon-div {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-radius: @border-radius-large;
|
||||||
transition: inherit;
|
transition: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue