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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
.control{
|
.control {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
.form-control{
|
.form-control {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
span{
|
span {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-panel{
|
.notification-panel {
|
||||||
.control,
|
.control,
|
||||||
.radio,
|
.radio,
|
||||||
label,
|
label,
|
||||||
|
@ -18,33 +18,48 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@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;
|
||||||
&.position-header{
|
&.position-header {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-row{
|
.button-row {
|
||||||
line-height: 37px;
|
line-height: 37px;
|
||||||
button{
|
button {
|
||||||
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);
|
||||||
background-color: rgba(0, 0, 0, 0.33);
|
background-color: rgba(0, 0, 0, 0.33);
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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