Commit 4194e2c2 authored by Omar Luna Hernández's avatar Omar Luna Hernández
Browse files

Se modifica para que aparezca encima de los componentes

parent 1628eefa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
.spinner{
    z-index: 999;
    position: absolute;
    width: 150px;
    padding: 20px;
    aspect-ratio: 1;
@@ -13,5 +14,10 @@
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@keyframes l3 {to{transform: rotate(1turn)}}
 No newline at end of file