feat(autentication): created initial styles for title

This commit is contained in:
Henrique Santos Santana 2022-12-16 21:26:17 -03:00
parent ef83674ad5
commit 9758e921c1

View File

@ -49,13 +49,12 @@ body {
#cart-title,
#orderform-title {
color: $clr-gray-400;
color: $clr-common-black;
font-family: $font-family-100;
font-weight: 500;
font-size: 36px;
font-weight: 700;
font-size: 24px;
line-height: 42px;
margin: 40px 0 30px;
letter-spacing: 0.1em;
margin: 16px 0;
text-transform: uppercase;
}