refacor(notifications&inputs): remove borders and change font-weight

pull/3/head
alex 9 years ago
parent 3a81bdc0c7
commit 0b4be2cc5a

@ -1,4 +1,4 @@
<div ba-panel ba-panel-class="with-scroll">
<div ba-panel ba-panel-class="with-scroll notification-panel">
<div class="row">
<div class="col-md-3 col-sm-4">
<div class="control">

@ -43,6 +43,7 @@
border-radius: 0;
background: transparent;
box-shadow: none;
border: none;
&:focus {
box-shadow: none;
border-color: $primary-bg;
@ -320,7 +321,7 @@ label.custom-input-danger {
color: $color;
}
.form-control {
border-color: $color;
border: 1px solid $color;
&:focus {
box-shadow: none;
border-color: $focusColor;

@ -8,6 +8,17 @@
}
}
.notification-panel{
.control,
.radio,
label,
label.custom-checkbox > span,
label.custom-radio > span {
font-weight: $font-light;
}
}
@media (max-width: 991px) {
.toastr-radio-setup {
margin-left: 22px;
@ -28,5 +39,8 @@
}
}
.result-toastr{
border-radius: 0;
border-radius: 5px;
color: rgba(255, 255, 255, 0.9);
background-color: rgba(0, 0, 0, 0.33);
border: none;
}
Loading…
Cancel
Save