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%;
|
||||
/* [base button height] - ([switcher padding] * [padding factor to accommodate for]) */
|
||||
height: calc(40px - var(--switcher-padding) * 2);
|
||||
border-radius: calc(var(--border-radius) - var(--switcher-padding));;
|
||||
}
|
||||
|
||||
.switcher.big {
|
||||
border-radius: calc(var(--border-radius) - var(--switcher-padding));
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user