From aa17ffb8d82490b1c05b34ac0dd2607622fafed2 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Mon, 30 May 2022 16:13:42 +1000 Subject: Reorganised project structure --- src/css/infobox.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/css/infobox.css (limited to 'src/css/infobox.css') diff --git a/src/css/infobox.css b/src/css/infobox.css new file mode 100644 index 0000000..4001b38 --- /dev/null +++ b/src/css/infobox.css @@ -0,0 +1,15 @@ +.info-box { + display: flex; + align-items: flex-start; + margin: 1rem 0; +} +.info-box .info-box__icon { + display: inline-block; + margin-right: 6px; +} +.info-box .info-box__text { + font-weight: bold !important; + font-size: var(--font-size-14) !important; + color: var(--dark-grey) !important; + display: inline-block; +} \ No newline at end of file -- cgit v1.2.3