diff options
| author | akiyamn | 2022-05-30 16:13:42 +1000 |
|---|---|---|
| committer | akiyamn | 2022-05-30 16:13:42 +1000 |
| commit | aa17ffb8d82490b1c05b34ac0dd2607622fafed2 (patch) | |
| tree | 0e855ee7606df83c9fc0c27ec609efc78106ee08 /infobox.css | |
| parent | ce6bb6228cd032e67c4b3af588eb07808678623f (diff) | |
| download | css-aa17ffb8d82490b1c05b34ac0dd2607622fafed2.tar.gz css-aa17ffb8d82490b1c05b34ac0dd2607622fafed2.zip | |
Reorganised project structure
Diffstat (limited to 'infobox.css')
| -rw-r--r-- | infobox.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/infobox.css b/infobox.css deleted file mode 100644 index 4001b38..0000000 --- a/infobox.css +++ /dev/null @@ -1,15 +0,0 @@ -.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 |
