37 lines
537 B
SCSS
37 lines
537 B
SCSS
#quick-access {
|
|
text-align: right;
|
|
width: 56px;
|
|
|
|
> a {
|
|
background: $primary;//-dark;
|
|
padding: 19px 18px 17px;
|
|
text-align: center;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
min-width: 450px;
|
|
padding: 10px 0 10px;
|
|
z-index: 19;
|
|
}
|
|
|
|
.btn-block {
|
|
margin-top: 5px;
|
|
text-align: left;
|
|
}
|
|
|
|
.quick-access-filters .btn {
|
|
margin-bottom: 5px;
|
|
margin-right: 5px;
|
|
|
|
&:hover,
|
|
&:active,
|
|
&:focus {
|
|
color: $black;
|
|
}
|
|
}
|
|
|
|
form {
|
|
padding: 4px 0;
|
|
}
|
|
}
|