Decreases font-size on login page
This commit is contained in:
parent
aec04a47c1
commit
97ecf20ca1
2 changed files with 11 additions and 2 deletions
|
@ -17,14 +17,19 @@
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
color: $login-brand-holder-color;
|
color: $login-brand-holder-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:first-child {
|
h1:first-child {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 0.68em;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
font-size: 34px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
4
changelogs/unreleased/login-page-font-size.yml
Normal file
4
changelogs/unreleased/login-page-font-size.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Decreases font-size on login page
|
||||||
|
merge_request:
|
||||||
|
author:
|
Loading…
Reference in a new issue