2023-07-07 00:46:40 +03:00

15 lines
197 B
SCSS

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