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:
Benedict Aas 2017-05-30 14:36:33 +01:00 committed by Juan Cruz Viotti
parent 7898358617
commit b56a39e576
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -97,6 +97,7 @@
.caption {
display: flex;
font-weight: normal;
}
.caption-big {