diff options
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/_common/_animation.scss | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/css/_common/_animation.scss b/src/css/_common/_animation.scss index 2c3934c..d596b16 100644 --- a/src/css/_common/_animation.scss +++ b/src/css/_common/_animation.scss @@ -96,6 +96,9 @@    span {      position: absolute; +    /* fallback for browsers which still doesn't support for `calc()` */ +    left: 15px; +    top: 25px;      left: calc((100% - 20px) / 2);      top: calc((100% - 1px) / 2);      width: 20px; | 
