15 lines
233 B
SCSS
15 lines
233 B
SCSS
@import "../colors";
|
|
|
|
.audiomenu-items {
|
|
background: $mantle;
|
|
border: 2px solid $peach;
|
|
border-radius: 11px;
|
|
min-width: 200px;
|
|
min-height: 300px;
|
|
}
|
|
|
|
.click-me {
|
|
background: $lavender;
|
|
margin: 140px 0px;
|
|
}
|