passman/sass/menu.scss

40 lines
547 B
SCSS
Raw Normal View History

.settings-container {
div {
2016-09-12 04:57:55 +08:00
padding-left: 15px;
2016-09-16 03:21:34 +08:00
2016-09-12 04:57:55 +08:00
}
}
.nav-trashbin {
position: fixed !important;
bottom: 44px;
width: inherit !important;
background-color: #fff;
border-right: 1px solid #eee;
a {
padding: 0 20px;
.fa {
margin-right: 15px;
}
}
}
#app-navigation {
li{
a.taginput{
opacity: 1;
}
a{
overflow: visible;
tags-input{
opacity: 1.0;
li{
width: auto !important;
}
}
}
}
> ul ul {
display: inherit !important;
}
2016-09-12 04:57:55 +08:00
}