Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1461
Línea 9... Línea 9...
9
  left: 0;
9
  left: 0;
10
  width: 100%;
10
  width: 100%;
11
  height: 100%;
11
  height: 100%;
12
  background-color: variables.$white-backdrop;
12
  background-color: variables.$white-backdrop;
13
}
13
}
-
 
14
 
-
 
15
.text-white{
-
 
16
  color: variables.$white;
-
 
17
}
-
 
18
 
-
 
19
.bg-gray{
-
 
20
  background-color: variables.$gray;
-
 
21
}
14
22