X-Git-Url: https://pwan.org/git/?p=tech-radar.git;a=blobdiff_plain;f=src%2Fstylesheets%2Fbase.scss;h=b68ca027bc0ff421734464a2bf3f9112663da37f;hp=4a59d22636b631020aa03cd9cd3d0c40fd7271e5;hb=297b3da3fee0bad006fef4763e5354898476ee58;hpb=39e4c825ef452111149e52862f5ea32a00789a46 diff --git a/src/stylesheets/base.scss b/src/stylesheets/base.scss index 4a59d22..b68ca02 100644 --- a/src/stylesheets/base.scss +++ b/src/stylesheets/base.scss @@ -1,7 +1,7 @@ @import 'colors'; body { - font: 9px 'Open Sans'; + font: 11px 'Open Sans'; } svg { @@ -28,13 +28,18 @@ svg { } text { - .blip-text { + &.first, &.second, &.third, &.fourth { + font-size: 16px; + font-weight: bold; + } + + &.blip-text { + font-size: 9px; font-style: italic; fill: $white; } - .line-text { - font-size: 16px; + &.line-text { font-weight: bold; text-transform: uppercase; fill: $black;