Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev Autor Línea Nro. Línea
1463 steven 1
:root{
2
  --gray: #909090;
1464 steven 3
  --white: #fff;
1463 steven 4
}
5
 
1464 steven 6
/**
7
  Global Classes
8
*/
9
 
10
.text-white{
11
  color: var(--white);
12
}
13
 
14
.bg-gray{
15
  background-color: var(--gray);
16
}
17
 
1 www 18
@media (max-width: 1200px) {
19
  header nav {
20
    background-color: #82d0d4; /*#003282; */
21
  }
22
}
23
 
24
@media (max-width: 576px) {
25
  .logo {
26
    margin-left: 0px;
27
  }
28
  .logoMobil {
29
    display: block !important;
30
    width: 100%;
31
    float: right;
32
    text-align: center;
33
  }
34
}
35
 
36
@media (max-width: 1200px) {
37
  /*.notification-box {
38
    left: 0%;
39
    top: 100 !important;
40
  }*/
41
  .drawerMobil {
42
    display: block !important;
43
  }
44
  .drawerTexto {
45
    display: none !important;
46
  }
47
}
48
 
49
@media (max-width: 768px) {
50
  .forum-links {background-color: #244d8f;}
51
}
52
 
53
@media (max-width: 768px){
54
.forum-links ul li {padding: 10px}
55
 
56
.sn-field{
57
  transform: scale(0.80);
58
  transform-origin: 0 0;
59
 }
60
 
61
}