Fix loader size to 32px and 16px

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2016-12-02 18:04:03 +01:00
parent bd2a8e768e
commit b5392b8642
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 6 additions and 6 deletions

View File

@ -30,9 +30,9 @@
.icon-loading-small-dark:after {
z-index: 2;
content: "";
height: 32px;
width: 32px;
margin: -17px 0 0 -17px;
height: 30px;
width: 30px;
margin: -16px 0 0 -16px;
position: absolute;
top: 50%;
left: 50%;
@ -61,9 +61,9 @@
.icon-loading-small:after,
.icon-loading-small-dark:after {
height: 16px;
width: 16px;
margin: -9px 0 0 -9px;
height: 14px;
width: 14px;
margin: -8px 0 0 -8px;
}
/* Css replaced elements don't have ::after nor ::before */