10 lines
158 B
SCSS
10 lines
158 B
SCSS
.widget-calendar {
|
|
padding: 24px;
|
|
background: rgba($background, 0.6);
|
|
border-radius: 16px;
|
|
|
|
& > .title {
|
|
background: $color1;
|
|
}
|
|
}
|