🐛 Fixed the border-radius not working in Muse & Mist theme.
This commit is contained in:
parent
39058e897d
commit
e79234935b
@ -1,7 +1,7 @@
|
|||||||
.sidebar-card-widget {
|
.sidebar-card-widget {
|
||||||
background: var(--content-bg-color);
|
background: var(--content-bg-color);
|
||||||
border-radius: $border-radius;
|
|
||||||
@if ($scheme == 'Pisces') or ($scheme == 'Gemini'){
|
@if ($scheme == 'Pisces') or ($scheme == 'Gemini'){
|
||||||
|
border-radius: $border-radius;
|
||||||
box-shadow: $box-shadow;
|
box-shadow: $box-shadow;
|
||||||
}
|
}
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user