diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-01-21 22:02:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 22:02:41 +0000 |
| commit | 283560090b80a4f8264d340b6d2635a2e73af38d (patch) | |
| tree | af910c583aaec344df0b248890c1955d79267be8 /scss/base | |
| parent | 1221c9f0b217b8dc29be1fd99be40764967fe62e (diff) | |
| parent | 28d39250dad232fe3bd9cd2e9765297ec07c3e92 (diff) | |
Merge pull request #112 from joeacarstairs/staging
WayWORD event 4th Feb
Diffstat (limited to 'scss/base')
| -rw-r--r-- | scss/base/_blockquote.scss | 6 | ||||
| -rw-r--r-- | scss/base/_index.scss | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/scss/base/_blockquote.scss b/scss/base/_blockquote.scss new file mode 100644 index 0000000..5e9cdbe --- /dev/null +++ b/scss/base/_blockquote.scss @@ -0,0 +1,6 @@ +blockquote { + margin-inline: 0; + margin-block-start: var(--spacing-block-sm); + padding-inline-start: var(--spacing-inline-lg); + border-inline-start: 2px solid var(--special-text-color); +} diff --git a/scss/base/_index.scss b/scss/base/_index.scss index ba0d3f1..77bdef0 100644 --- a/scss/base/_index.scss +++ b/scss/base/_index.scss @@ -1,4 +1,5 @@ @use 'address'; +@use 'blockquote'; @use 'details'; @use 'dl'; @use 'list'; |
