Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
@use '../shared/variables.scss';
2
 
3
.spinner-container {
4
  display: flex;
5
  justify-content: center;
6
  align-items: center;
7
  position: absolute;
8
  top: 0;
9
  left: 0;
10
  width: 100%;
11
  height: 100%;
12
  background-color: variables.$white-backdrop;
13
}
1461 steven 14
 
15
.text-white{
16
  color: variables.$white;
17
}
18
 
19
.bg-gray{
20
  background-color: variables.$gray;
21
}