diff options
Diffstat (limited to 'src/objects/_emoji.scss')
| -rw-r--r-- | src/objects/_emoji.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_emoji.scss b/src/objects/_emoji.scss index 82c415e..9fa82d6 100644 --- a/src/objects/_emoji.scss +++ b/src/objects/_emoji.scss | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | top: calc(-.5em * fn.global-dim(--font --standard --line-height) + fn.dim(--rounding)); | 23 | top: calc(-.5em * fn.global-dim(--font --standard --line-height) + fn.dim(--rounding)); |
| 24 | width: fn.dim(--size); | 24 | width: fn.dim(--size); |
| 25 | height: fn.dim(--size); | 25 | height: fn.dim(--size); |
| 26 | margin: calc(-.5 * fn.dim(--size)) 0; | 26 | margin: calc(-.5 * fn.dim(--size)) calc(-1 * fn.dim(--pad)); |
| 27 | padding: fn.dim(--pad); | 27 | padding: fn.dim(--pad); |
| 28 | transition: transform .2s ease, background-color .2s ease; | 28 | transition: transform .2s ease, background-color .2s ease; |
| 29 | border-radius: calc(fn.dim(--rounding) / fn.dim(--zoom)); | 29 | border-radius: calc(fn.dim(--rounding) / fn.dim(--zoom)); |
