Fix loading icon size
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
7698781a1e
commit
4e909115be
|
@ -30,8 +30,8 @@
|
||||||
&:after {
|
&:after {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
content: '';
|
content: '';
|
||||||
height: 30px;
|
height: 28px;
|
||||||
width: 30px;
|
width: 28px;
|
||||||
margin: -16px 0 0 -16px;
|
margin: -16px 0 0 -16px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
@ -55,8 +55,8 @@
|
||||||
|
|
||||||
.icon-loading-small:after,
|
.icon-loading-small:after,
|
||||||
.icon-loading-small-dark:after {
|
.icon-loading-small-dark:after {
|
||||||
height: 14px;
|
height: 12px;
|
||||||
width: 14px;
|
width: 12px;
|
||||||
margin: -8px 0 0 -8px;
|
margin: -8px 0 0 -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue