mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
7 lines
106 B
SCSS
7 lines
106 B
SCSS
.context-menu {
|
|
font-size: 0.9em;
|
|
padding: $spacing-unit * 2/5 0;
|
|
position: fixed;
|
|
z-index: 10;
|
|
}
|