Refactors most controllers and directives into classes for more organized and maintainable code
This commit is contained in:
18
app/assets/stylesheets/_menus.scss
Normal file
18
app/assets/stylesheets/_menus.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.sk-app-bar {
|
||||
.sk-app-bar-item {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
float: left;
|
||||
min-width: 160px;
|
||||
z-index: $z-index-dropdown-menu;
|
||||
|
||||
margin-top: 5px;
|
||||
width: 280px;
|
||||
max-height: calc(85vh - 90px);
|
||||
}
|
||||
Reference in New Issue
Block a user