mirror of https://github.com/akveo/blur-admin
refactor(toastr, menu, taginput): little fixes
parent
b42807e46e
commit
647087560b
|
@ -517,6 +517,7 @@ label.custom-input-danger {
|
||||||
input {
|
input {
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
min-width: 53px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,12 +18,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.toastr-radio-setup {
|
.toastr-radio-setup {
|
||||||
margin-left: 22px;
|
margin-left: 22px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-header {
|
.radio-header {
|
||||||
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -38,6 +38,7 @@
|
||||||
width: 125px;
|
width: 125px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.result-toastr {
|
.result-toastr {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: rgba(255, 255, 255, 0.9);
|
color: rgba(255, 255, 255, 0.9);
|
||||||
|
@ -48,3 +49,17 @@
|
||||||
.timeout-sub-label {
|
.timeout-sub-label {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toast-title {
|
||||||
|
font-weight: $font-normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toast-message {
|
||||||
|
font-weight: $font-light;
|
||||||
|
}
|
||||||
|
|
||||||
|
#toast-container.toast-top-center, #toast-container.toast-bottom-center{
|
||||||
|
.toast{
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -37,8 +37,8 @@ $hover: 24;
|
||||||
.open > .dropdown-toggle {
|
.open > .dropdown-toggle {
|
||||||
&.btn.btn-primary {
|
&.btn.btn-primary {
|
||||||
@include styleButton($primary, $primary - $hover);
|
@include styleButton($primary, $primary - $hover);
|
||||||
background-color: $primary-bg;
|
background-color: $primary-dark;
|
||||||
border-color: $primary-bg;
|
border-color: $primary-dark;
|
||||||
}
|
}
|
||||||
&.btn-default {
|
&.btn-default {
|
||||||
@include styleButton(transparent, $default);
|
@include styleButton(transparent, $default);
|
||||||
|
@ -64,7 +64,7 @@ $hover: 24;
|
||||||
button.btn.btn-primary {
|
button.btn.btn-primary {
|
||||||
@include buttonColor($primary, $primary);
|
@include buttonColor($primary, $primary);
|
||||||
&:active, &:target {
|
&:active, &:target {
|
||||||
background-color: $primary-bg;
|
background-color: $primary-dark;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue