14 lines
206 B
SCSS
14 lines
206 B
SCSS
@import "../colors";
|
|
|
|
.audiomenu-items {
|
|
background: $mantle;
|
|
border: 1px solid $sky;
|
|
min-width: 200px;
|
|
min-height: 300px;
|
|
}
|
|
|
|
.click-me {
|
|
background: $lavender;
|
|
margin: 140px 0px;
|
|
}
|