assets/stylesheets/tabler/forms/_custom-selectgroup.scss in tabler-rubygem-0.1.1 vs assets/stylesheets/tabler/forms/_custom-selectgroup.scss in tabler-rubygem-0.1.2
- old
+ new
@@ -38,18 +38,17 @@
cursor: pointer;
border-radius: 3px;
color: $text-muted;
user-select: none;
font-size: $font-size-base;
- line-height: $input-btn-line-height;
+ line-height: 1.5rem;
min-width: $input-height;
}
.selectgroup-button-icon {
padding-left: .5rem;
padding-right: .5rem;
- font-size: 1.125rem;
- line-height: 1.125rem;
+ font-size: 1rem;
}
.selectgroup-input:checked + .selectgroup-button {
border-color: $primary;
z-index: 1;
\ No newline at end of file