mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
Fix .form-select start-padding selector in .input-icon (#2625)
Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
co-authored by
codecalm
parent
ef18be5abe
commit
c527135aae
@@ -14,19 +14,14 @@
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
//
|
||||
// Steps responsive (mobile)
|
||||
//
|
||||
@media (max-width: 576px) {
|
||||
.steps {
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@each $name, $color in $extra-colors {
|
||||
.steps-#{$name} {
|
||||
--#{$prefix}steps-color: var(--#{$prefix}#{$name});
|
||||
|
||||
@@ -12,7 +12,7 @@ Icon input
|
||||
}
|
||||
|
||||
.form-control:not(:first-child),
|
||||
.form-select:not(:last-child) {
|
||||
.form-select:not(:first-child) {
|
||||
padding-inline-start: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user