WIP - Added crappy popover spawning where button clicked.
This commit is contained in:
13
scss/menus/audiomenu.scss
Normal file
13
scss/menus/audiomenu.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
@import "../colors";
|
||||
|
||||
.audiomenu-items {
|
||||
background: $mantle;
|
||||
border: 1px solid $sky;
|
||||
min-width: 200px;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.click-me {
|
||||
background: $lavender;
|
||||
margin: 140px 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user