diff options
Diffstat (limited to 'src/objects/_backdrop.scss')
| -rw-r--r-- | src/objects/_backdrop.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/objects/_backdrop.scss b/src/objects/_backdrop.scss index 164b487..e7f2cfd 100644 --- a/src/objects/_backdrop.scss +++ b/src/objects/_backdrop.scss | |||
| @@ -5,8 +5,6 @@ | |||
| 5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
| 6 | --dims: ( | 6 | --dims: ( |
| 7 | --z-index: 10000, | 7 | --z-index: 10000, |
| 8 | --pad-x: fn.global-dim(--size --150), | ||
| 9 | --pad-y: fn.global-dim(--size --150), | ||
| 10 | ), | 8 | ), |
| 11 | ), 'dims'); | 9 | ), 'dims'); |
| 12 | 10 | ||
| @@ -22,13 +20,6 @@ | |||
| 22 | ), | 20 | ), |
| 23 | ), 'colors-dark'); | 21 | ), 'colors-dark'); |
| 24 | 22 | ||
| 25 | @include iro.props-store(( | ||
| 26 | --dims: ( | ||
| 27 | --pad-x: fn.global-dim(--size --100), | ||
| 28 | --pad-y: fn.global-dim(--size --100), | ||
| 29 | ) | ||
| 30 | ), 'sm'); | ||
| 31 | |||
| 32 | @include iro.bem-object(iro.props-namespace()) { | 23 | @include iro.bem-object(iro.props-namespace()) { |
| 33 | display: flex; | 24 | display: flex; |
| 34 | position: fixed; | 25 | position: fixed; |
| @@ -39,7 +30,6 @@ | |||
| 39 | left: 0; | 30 | left: 0; |
| 40 | box-sizing: border-box; | 31 | box-sizing: border-box; |
| 41 | flex-direction: column; | 32 | flex-direction: column; |
| 42 | padding: fn.dim(--pad-y) fn.dim(--pad-x); | ||
| 43 | background-color: fn.color(--bg); | 33 | background-color: fn.color(--bg); |
| 44 | color: fn.global-color(--fg); | 34 | color: fn.global-color(--fg); |
| 45 | } | 35 | } |
