form elements fixes

This commit is contained in:
chomik
2019-06-02 18:09:07 +02:00
parent cccecb9aeb
commit 886965375e
6 changed files with 24 additions and 118 deletions
+3 -8
View File
@@ -161,25 +161,20 @@ Selectgroup
min-width: $input-height;
padding: $input-btn-padding-y 1rem;
font-size: $font-size-base;
line-height: 1.5rem;
line-height: $input-line-height;
color: $text-muted;
text-align: center;
cursor: pointer;
user-select: none;
border: 1px solid $input-border-color;
border-radius: 3px;
}
.selectgroup-button-icon {
padding-right: .5rem;
padding-left: .5rem;
font-size: 1rem;
background: rgba(#fff, .064);
}
.selectgroup-input:checked + .selectgroup-button {
z-index: 1;
color: $primary;
background: mix(#fff, $primary, 90%);
background: rgba($primary, .08);
border-color: $primary;
}