Merge pull request #6497 from nextcloud/fix-loading-icon-size

Fix loading icon size
This commit is contained in:
John Molakvoæ 2017-09-14 15:29:10 +02:00 committed by GitHub
commit fc5528fda3
1 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@
&:after {
z-index: 2;
content: '';
height: 30px;
width: 30px;
height: 28px;
width: 28px;
margin: -16px 0 0 -16px;
position: absolute;
top: 50%;
@ -55,8 +55,8 @@
.icon-loading-small:after,
.icon-loading-small-dark:after {
height: 14px;
width: 14px;
height: 12px;
width: 12px;
margin: -8px 0 0 -8px;
}