diff options
Diffstat (limited to 'src/scopes/_blockquotes.scss')
| -rw-r--r-- | src/scopes/_blockquotes.scss | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/src/scopes/_blockquotes.scss b/src/scopes/_blockquotes.scss index 3525cc3..5383bd7 100644 --- a/src/scopes/_blockquotes.scss +++ b/src/scopes/_blockquotes.scss  | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | --dims: ( | 6 | --dims: ( | 
| 7 | --indent: fn.global-dim(--list --indent), | 7 | --indent: fn.global-dim(--list --indent), | 
| 8 | --margin-top: fn.global-dim(--paragraph --margin-top), | 8 | --margin-top: fn.global-dim(--paragraph --margin-top), | 
| 9 | |||
| 10 | --compact: ( | ||
| 11 | --indent: fn.global-dim(--list --compact-indent), | ||
| 12 | ), | ||
| 9 | ) | 13 | ) | 
| 10 | ), 'dims'); | 14 | ), 'dims'); | 
| 11 | 15 | ||
| @@ -21,5 +25,11 @@ | |||
| 21 | padding-left: calc(fn.dim(--indent) - 3px); | 25 | padding-left: calc(fn.dim(--indent) - 3px); | 
| 22 | border-left: 3px solid fn.color(--border); | 26 | border-left: 3px solid fn.color(--border); | 
| 23 | } | 27 | } | 
| 28 | |||
| 29 | @include iro.bem-modifier('compact') { | ||
| 30 | blockquote { | ||
| 31 | padding-left: calc(fn.dim(--compact --indent) - 3px); | ||
| 32 | } | ||
| 33 | } | ||
| 24 | } | 34 | } | 
| 25 | } | 35 | } | 
