refactor(toastr, menu, taginput): little fixes

pull/3/head
alex 2016-02-22 10:37:37 +03:00
parent b42807e46e
commit 647087560b
3 changed files with 31 additions and 15 deletions

View File

@ -517,6 +517,7 @@ label.custom-input-danger {
input {
line-height: 22px;
font-size: 11px;
min-width: 53px;
}
}

View File

@ -18,12 +18,12 @@
}
}
@media (max-width: 991px) {
.toastr-radio-setup {
margin-left: 22px;
}
}
.radio-header {
margin-bottom: 0;
@ -38,6 +38,7 @@
width: 125px;
}
}
.result-toastr {
border-radius: 5px;
color: rgba(255, 255, 255, 0.9);
@ -48,3 +49,17 @@
.timeout-sub-label {
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;
}
}

View File

@ -37,8 +37,8 @@ $hover: 24;
.open > .dropdown-toggle {
&.btn.btn-primary {
@include styleButton($primary, $primary - $hover);
background-color: $primary-bg;
border-color: $primary-bg;
background-color: $primary-dark;
border-color: $primary-dark;
}
&.btn-default {
@include styleButton(transparent, $default);
@ -64,7 +64,7 @@ $hover: 24;
button.btn.btn-primary {
@include buttonColor($primary, $primary);
&:active, &:target {
background-color: $primary-bg;
background-color: $primary-dark;
}
}