reduce disco
This commit is contained in:
parent
cd7b5dd111
commit
c8a98d37b0
1 changed files with 7 additions and 2 deletions
|
@ -2090,8 +2090,13 @@ footer {
|
||||||
margin-top: -3px;
|
margin-top: -3px;
|
||||||
|
|
||||||
&.loading {
|
&.loading {
|
||||||
width: 14px;
|
width: 10px;
|
||||||
height: 14px;
|
height: 10px;
|
||||||
|
border-radius: 100%;
|
||||||
|
position: relative;
|
||||||
|
&:after {
|
||||||
|
@extend .priority.icon:after;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
|
|
Loading…
Reference in a new issue