witching to UIKit 3
This commit is contained in:
18
src/components/context.scss
Normal file
18
src/components/context.scss
Normal file
@ -0,0 +1,18 @@
|
||||
@import "../vars.scss";
|
||||
|
||||
.context-menu {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 1px $border_color solid;
|
||||
|
||||
> button {
|
||||
margin: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
> *:not(:last-child) {
|
||||
border-bottom: 1px $border_color solid;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user