8 lines
94 B
SCSS
8 lines
94 B
SCSS
|
.loader {
|
||
|
position: absolute;
|
||
|
width: auto;
|
||
|
top: 20px;
|
||
|
right: 10px;
|
||
|
margin-top: 0;
|
||
|
}
|