20 lines
330 B
SCSS
20 lines
330 B
SCSS
@import '../theming/library/entry.scss'
|
|
|
|
.background {
|
|
background: none;
|
|
}
|
|
|
|
.widget {
|
|
color: $foreground;
|
|
|
|
box-shadow: $box-shadow-inner-less;
|
|
background: $background;
|
|
border-radius: $border-radius;
|
|
border: 1px solid $border-color;
|
|
|
|
&.default-padding {
|
|
padding: 1rem;
|
|
}
|
|
}
|
|
|
|
@import "./widgets/media/style.scss"
|