|
|
@@ -51,6 +51,16 @@ font-size: .875rem;
|
|
|
.input-group-text .group-checkbox[type="checkbox"],.input-group-text .group-checkbox[type="radio"]{
|
|
|
margin-top: .3rem;
|
|
|
}
|
|
|
+
|
|
|
+.custom-control-label::before {
|
|
|
+ top:.1rem;
|
|
|
+}
|
|
|
+.custom-control-label::after{
|
|
|
+ top:.1rem;
|
|
|
+}
|
|
|
+.custom-switch .custom-control-label::after{
|
|
|
+ top:.25rem;
|
|
|
+}
|
|
|
.custom-control {
|
|
|
min-height: 1.2rem
|
|
|
}
|
|
|
@@ -68,17 +78,11 @@ font-size: .875rem;
|
|
|
}
|
|
|
.custom-control-warning-input:checked ~ .custom-control-warning-label::before{
|
|
|
border-color:#da9500 ;
|
|
|
- background-color:#da9500
|
|
|
+ background-color:#da9500
|
|
|
}
|
|
|
.custom-control-warning-label{
|
|
|
color:#da9500;
|
|
|
}
|
|
|
-.custom-control-label::before{
|
|
|
- top:.15rem;
|
|
|
-}
|
|
|
-.custom-control-label::after{
|
|
|
- top:.15rem;
|
|
|
-}
|
|
|
/*
|
|
|
.btn.disabled, .btn:disabled {
|
|
|
opacity:.4
|
|
|
@@ -1083,9 +1087,6 @@ legend {
|
|
|
padding:.2em .4em;
|
|
|
top:0;
|
|
|
}
|
|
|
-.custom-switch .custom-control-label::after{
|
|
|
- top:.25rem;
|
|
|
-}
|
|
|
.search-group {
|
|
|
position: relative;
|
|
|
}
|