mirror of https://github.com/akveo/blur-admin
refactor(dropdowns): return border-radius
parent
bdd5a444a8
commit
57abd5905e
|
@ -438,7 +438,7 @@ label.custom-input-danger {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
border-radius: 0;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bootstrap-select {
|
.bootstrap-select {
|
||||||
|
|
|
@ -111,7 +111,6 @@
|
||||||
left: auto;
|
left: auto;
|
||||||
right: -47px;
|
right: -47px;
|
||||||
top: 26px;
|
top: 26px;
|
||||||
border-radius: 0;
|
|
||||||
@include scrollbars(.4em, rgba(0,0,0,0.5), #fff);
|
@include scrollbars(.4em, rgba(0,0,0,0.5), #fff);
|
||||||
.header {
|
.header {
|
||||||
padding: 10px 12px;
|
padding: 10px 12px;
|
||||||
|
|
Loading…
Reference in New Issue