mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 09:16:38 +00:00
style(GUI): normal weight message on success page (#1469)
We make the fonts a regular weight instead of bold on the success page's fallback banner. Changelog-Entry: Minor style improvements to the fallback success page banner.
This commit is contained in:
parent
7898358617
commit
b56a39e576
@ -6646,7 +6646,8 @@ body {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 300; }
|
font-weight: 300; }
|
||||||
.page-finish .fallback-banner .caption {
|
.page-finish .fallback-banner .caption {
|
||||||
display: flex; }
|
display: flex;
|
||||||
|
font-weight: normal; }
|
||||||
.page-finish .fallback-banner .caption-big {
|
.page-finish .fallback-banner .caption-big {
|
||||||
font-size: 30px; }
|
font-size: 30px; }
|
||||||
.page-finish .fallback-banner .caption-small {
|
.page-finish .fallback-banner .caption-small {
|
||||||
|
@ -97,6 +97,7 @@
|
|||||||
|
|
||||||
.caption {
|
.caption {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caption-big {
|
.caption-big {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user