diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-17 10:52:59 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-17 10:52:59 +0200 |
| commit | a72ac3ef266ffe3d3995ea5b0f6b3178add9332b (patch) | |
| tree | fc09adbe4839cd285580830f7fb47736e81414fa | |
| parent | Update (diff) | |
| download | iro-design-a72ac3ef266ffe3d3995ea5b0f6b3178add9332b.tar.gz iro-design-a72ac3ef266ffe3d3995ea5b0f6b3178add9332b.tar.bz2 iro-design-a72ac3ef266ffe3d3995ea5b0f6b3178add9332b.zip | |
Update
| -rw-r--r-- | src/_declare-vars.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss index ba5ce0c..86c9c3f 100644 --- a/src/_declare-vars.scss +++ b/src/_declare-vars.scss | |||
| @@ -101,7 +101,7 @@ | |||
| 101 | ), | 101 | ), |
| 102 | 102 | ||
| 103 | --heading: ( | 103 | --heading: ( |
| 104 | --margin-top: fn.dim(--size --500, null), | 104 | --margin-top: fn.dim(--size --700, null), |
| 105 | --margin-top-sibling: fn.dim(--size --325, null), | 105 | --margin-top-sibling: fn.dim(--size --325, null), |
| 106 | ), | 106 | ), |
| 107 | 107 | ||
| @@ -114,7 +114,7 @@ | |||
| 114 | @include iro.props-store(( | 114 | @include iro.props-store(( |
| 115 | --dims: ( | 115 | --dims: ( |
| 116 | --heading: ( | 116 | --heading: ( |
| 117 | --margin-top: fn.dim(--size --400, null), | 117 | --margin-top: fn.dim(--size --600, null), |
| 118 | ), | 118 | ), |
| 119 | 119 | ||
| 120 | --list: ( | 120 | --list: ( |
| @@ -125,6 +125,10 @@ | |||
| 125 | 125 | ||
| 126 | @include iro.props-store(( | 126 | @include iro.props-store(( |
| 127 | --dims: ( | 127 | --dims: ( |
| 128 | --heading: ( | ||
| 129 | --margin-top: fn.dim(--size --500, null), | ||
| 130 | ), | ||
| 131 | |||
| 128 | --list: ( | 132 | --list: ( |
| 129 | --indent: fn.dim(--size --250), | 133 | --indent: fn.dim(--size --250), |
| 130 | ), | 134 | ), |
