mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/Switcher: fix box-shadow
This commit is contained in:
parent
9657db3515
commit
55ce09d6f4
@ -76,10 +76,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
/* [base button height] - ([switcher padding] * [padding factor to accommodate for]) */
|
/* [base button height] - ([switcher padding] * [padding factor to accommodate for]) */
|
||||||
height: calc(40px - var(--switcher-padding) * 2);
|
height: calc(40px - var(--switcher-padding) * 2);
|
||||||
border-radius: calc(var(--border-radius) - var(--switcher-padding));;
|
border-radius: calc(var(--border-radius) - var(--switcher-padding));
|
||||||
}
|
|
||||||
|
|
||||||
.switcher.big {
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user