mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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;
|
||||
font-weight: 300; }
|
||||
.page-finish .fallback-banner .caption {
|
||||
display: flex; }
|
||||
display: flex;
|
||||
font-weight: normal; }
|
||||
.page-finish .fallback-banner .caption-big {
|
||||
font-size: 30px; }
|
||||
.page-finish .fallback-banner .caption-small {
|
||||
|
@ -97,6 +97,7 @@
|
||||
|
||||
.caption {
|
||||
display: flex;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.caption-big {
|
||||
|
Loading…
x
Reference in New Issue
Block a user