Commit c05a8c7f2f8bfdd8f75a8d0da589f16ee30a26fa

Authored by Marcelo Puebla
1 parent 74a4c1f630
Exists in master and in 1 other branch develop

clase para spinner de carga.

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
src/sass/general.scss
... ... @@ -350,3 +350,13 @@ button.clear-input {
350 350 .foca-text-danger {
351 351 color: $textDanger !important;
352 352 }
  353 +.cover-spin {
  354 + width: -webkit-fill-available;
  355 + height: -webkit-fill-available;
  356 + display: flex;
  357 + position: absolute;
  358 + background-color: rgba(255,255,255,0.6);
  359 + left: 0;
  360 + top: 0;
  361 + z-index: 9999;
  362 +}