mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
feat: tweak collapsible toggle size
This commit is contained in:
parent
8eaaecf957
commit
9eeac80bf5
|
@ -1,5 +1,7 @@
|
||||||
@import '../variables.less';
|
@import '../variables.less';
|
||||||
|
|
||||||
|
@toggle-size: 16px;
|
||||||
|
|
||||||
.client-js {
|
.client-js {
|
||||||
.section {
|
.section {
|
||||||
&-heading {
|
&-heading {
|
||||||
|
@ -31,12 +33,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-toggle {
|
&-toggle {
|
||||||
width: 18px;
|
width: @toggle-size;
|
||||||
height: 18px;
|
height: @toggle-size;
|
||||||
margin-right: 10px;
|
margin-right: @toggle-size;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 18px;
|
background-size: @toggle-size;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: var( --opacity-icon-base );
|
opacity: var( --opacity-icon-base );
|
||||||
transition: @transition-opacity-quick, @transition-transform-quick;
|
transition: @transition-opacity-quick, @transition-transform-quick;
|
||||||
|
|
Loading…
Reference in a new issue