|
@@ -51,8 +51,14 @@ font-size: .875rem;
|
|
|
.input-group-text .group-checkbox[type="checkbox"],.input-group-text .group-checkbox[type="radio"]{
|
|
|
margin-top: .3rem;
|
|
|
}
|
|
|
-.custom-control {
|
|
|
- min-height: 1.2rem
|
|
|
+.custom-control-label::before {
|
|
|
+ top:.1rem;
|
|
|
+}
|
|
|
+.custom-control-label::after{
|
|
|
+ top:.1rem;
|
|
|
+}
|
|
|
+.custom-switch .custom-control-label::after{
|
|
|
+ top:.25rem;
|
|
|
}
|
|
|
.custom-control-label {
|
|
|
cursor: pointer;
|
|
@@ -73,12 +79,6 @@ font-size: .875rem;
|
|
|
.custom-control-warning-label{
|
|
|
color:#da9500;
|
|
|
}
|
|
|
-.custom-control-label::before{
|
|
|
- top:.15rem;
|
|
|
-}
|
|
|
-.custom-control-label::after{
|
|
|
- top:.15rem;
|
|
|
-}
|
|
|
/*
|
|
|
.btn.disabled, .btn:disabled {
|
|
|
opacity:.4
|
|
@@ -1086,9 +1086,6 @@ legend {
|
|
|
padding:.2em .4em;
|
|
|
top:0;
|
|
|
}
|
|
|
-.custom-switch .custom-control-label::after{
|
|
|
- top:.25rem;
|
|
|
-}
|
|
|
.search-group {
|
|
|
position: relative;
|
|
|
}
|