wallabag/app/Resources/static/themes/material/css/nav.scss

139 lines
2 KiB
SCSS
Raw Normal View History

/* ==========================================================================
Nav
========================================================================== */
nav {
height: auto;
2017-12-07 22:46:29 +00:00
line-height: initial;
}
2017-12-07 22:46:29 +00:00
nav {
input {
color: #aaa;
}
ul a:hover {
background-color: initial;
}
}
.nav-panel-item .button-collapse {
margin-left: 0;
margin-right: 0.5rem;
padding: 0 0.5rem;
height: auto;
line-height: 1;
background-color: transparent;
border: none;
}
.nav-panel-item {
display: flex;
2017-12-07 22:46:29 +00:00
padding: 0.6rem 0.4rem 0.6rem 0.75rem;
flex-wrap: wrap;
justify-content: space-between;
2017-12-07 22:46:29 +00:00
align-items: center;
}
.nav-panel-item .material-icons {
2017-12-07 22:46:29 +00:00
height: 46px;
line-height: 46px;
}
.nav-input {
display: none;
}
.nav-panel-buttom {
display: flex;
flex-grow: 1;
justify-content: flex-end;
}
.nav-panel-item .add,
.nav-panel-item .search,
.nav-panels .close {
color: #444 !important;
}
.nav-panels {
transition: background 0.2s ease;
.action {
2017-12-07 22:46:29 +00:00
margin: 0;
font-size: 2.1rem;
}
.input-field input {
display: block;
line-height: inherit;
height: 3rem;
}
.input-field input:focus {
background-color: #fff;
border: 0;
box-shadow: none;
color: #444;
}
}
2017-12-07 22:46:29 +00:00
.nav-panel-top {
display: flex;
align-items: center;
}
.input-field {
&.nav-panel-item label {
left: 1rem;
}
&.nav-panel-item .close {
color: transparent;
cursor: pointer;
font-size: 2rem;
transition: 0.3s color;
}
&.nav-panel-item {
display: flex;
flex: 1;
flex-wrap: nowrap;
align-items: center;
}
&.nav-panel-add.disabled,
&.nav-panel-add.disabled input {
background-color: whitesmoke;
}
}
.nav-form-button {
padding: 0;
background-color: transparent;
border: none;
&:focus {
background-color: inherit;
}
}
.nav-form-button,
.nav-panel-item .close {
margin: 0 1%;
}
#button_filters {
display: none;
}
#button_export {
display: none;
}
@media (min-width: 993px) {
.button-collapse {
display: none;
}
}