diff --git a/library-css/text.scss b/library-css/text.scss index ae9d99d..91efc00 100644 --- a/library-css/text.scss +++ b/library-css/text.scss @@ -13,6 +13,45 @@ line-height: 1.2; } +.uk-h1, h1 { + font-size: 54px; + font-weight: 400; +} + +.uk-h2, h2 { + font-size: 45px; + font-weight: 400; +} + +.uk-h3, h3 { + font-size: 36px; + font-weight: 400; +} + +.uk-h4, h4 { + font-size: 27px; + font-weight: 400; +} + +.uk-h5, h5 { + font-size: 22px; + font-weight: 400; +} + +.uk-h6, h6 { + font-size: 18px; + font-weight: 400; +} + +.number { + font-size: 41px; + color: #1d1d1d; +} + +.number-size { + font-size: 36px; +} + @media only screen and (max-width: 639px) { .uk-h1, h1 { font-size: 36px !important; @@ -46,41 +85,3 @@ font-size: 27px; } } - -.uk-h1, h1 { - font-size: 54px; - font-weight: 400; -} - -.uk-h2, h2 { - font-size: 45px; - font-weight: 400; -} - -.uk-h3, h3 { - font-size: 36px; - font-weight: 400; -} - -.uk-h4, h4 { - font-size: 27px; - font-weight: 400; -} - -.uk-h5, h5 { - font-size: 22px; - font-weight: 400; -} - -.uk-h6, h6 { - font-size: 18px; - font-weight: 400; -} - -.number { - font-size: 41px; -} - -.number-size { - font-size: 36px; -} diff --git a/library-css/utils.scss b/library-css/utils.scss index 84c7382..cfa17a6 100644 --- a/library-css/utils.scss +++ b/library-css/utils.scss @@ -113,3 +113,7 @@ ul > li > .circle.uk-light svg > * { div:not(.uk-logo) > img { align-self: start; } + +.number-width { + width: 50%; +}