Slider and text input changes (#65)

This commit is contained in:
Adrian O.V
2023-06-10 12:18:15 -04:00
committed by GitHub
parent 01304e807a
commit cea5a18a7a
4 changed files with 42 additions and 10 deletions

View File

@@ -99,7 +99,7 @@ input[type='number'] {
position: relative;
input {
padding-left: 2.25rem;
padding: 0 2.5rem;
width: 100%;
}
@@ -118,6 +118,19 @@ input[type='number'] {
color: var(--color-base);
opacity: 0.6;
}
.btn {
@extend .transparent, .icon-only;
position: absolute;
right: 0.25rem;
z-index: 1;
svg {
position: relative;
left: 0;
}
}
}
svg {