mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-11 01:34:12 +08:00
40 lines
No EOL
547 B
SCSS
40 lines
No EOL
547 B
SCSS
.settings-container {
|
|
div {
|
|
padding-left: 15px;
|
|
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
} |