mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #2160 from resin-io/wrap-button-sizes-cleanly
fix(GUI): line wrap selector size subtitles wholly
This commit is contained in:
commit
267ccf6f97
@ -23,6 +23,9 @@ svg-icon > img[disabled] {
|
||||
}
|
||||
|
||||
.page-main .step-selection-text {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
color: $palette-theme-dark-foreground;
|
||||
}
|
||||
|
||||
@ -101,6 +104,7 @@ svg-icon > img[disabled] {
|
||||
}
|
||||
|
||||
.page-main .step-name {
|
||||
margin-right: 4.5px;
|
||||
font-weight: bold;
|
||||
color: $palette-theme-primary-foreground;
|
||||
}
|
||||
|
@ -6505,6 +6505,9 @@ svg-icon > img[disabled] {
|
||||
opacity: 0.2; }
|
||||
|
||||
.page-main .step-selection-text {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
color: #fff; }
|
||||
|
||||
.page-main .text-disabled > span {
|
||||
@ -6566,6 +6569,7 @@ svg-icon > img[disabled] {
|
||||
vertical-align: text-top; }
|
||||
|
||||
.page-main .step-name {
|
||||
margin-right: 4.5px;
|
||||
font-weight: bold;
|
||||
color: #fff; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user