8 lines
109 B
SCSS
8 lines
109 B
SCSS
.osd {
|
|
@include window;
|
|
min-width: 15rem;
|
|
margin-bottom: 5rem;
|
|
* {
|
|
all: unset
|
|
}
|
|
} |