Fixed some errors of scss linter
parent
9a918ad9d8
commit
ad5b5998a8
|
@ -63,8 +63,8 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.icon-spinner {
|
.icon-spinner {
|
||||||
float: none;
|
|
||||||
color: $whitish;
|
color: $whitish;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
@include animation (loading .5s linear);
|
@include animation (loading .5s linear);
|
||||||
|
|
|
@ -38,8 +38,8 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.icon-spinner {
|
.icon-spinner {
|
||||||
float: none;
|
|
||||||
color: $whitish;
|
color: $whitish;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
@include animation (loading .5s linear);
|
@include animation (loading .5s linear);
|
||||||
|
|
Loading…
Reference in New Issue