15 lines
197 B
SCSS
15 lines
197 B
SCSS
.loader {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;
|
|
|
|
//&:hover {
|
|
// path {
|
|
// fill: #6aaf5c;
|
|
// }
|
|
//}
|
|
}
|