Skip to content

Commit

Permalink
Update suluRange.scss
Browse files Browse the repository at this point in the history
Update range input style
  • Loading branch information
tommysonsylverstone authored Jan 28, 2022
1 parent 2634ca2 commit 2dd050d
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions src/Resources/js/components/SuluRange/suluRange.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
[class*=range-label] {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 0;
}
[class*=range-container] {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 80%;
margin: 2em;
}
[class*=range-field-container] {
width: 100%;
> [class*=range-field-container] {
max-width: 240px;
width: 100%;
margin-left: 20px;
[class*=range-container] {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 1.5em 0 1em;
}
}
> [class*=description-label],
> [class*=error-label] {
width: 100%;
}
}

0 comments on commit 2dd050d

Please sign in to comment.