9 lines
152 B
SCSS
9 lines
152 B
SCSS
.calendar {
|
|
.calendar-unwrapped {
|
|
margin-top: 10px;
|
|
border: 2px solid $mauve;
|
|
border-radius: 4px;
|
|
background: rgba($base, 0.9);
|
|
}
|
|
}
|