Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1465 | Rev 1475 | 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{
1465 steven 11
  color: var(--white) !important;
1464 steven 12
}
13
 
1471 steven 14
.text-gray{
15
  color: var(--gray) !important;
16
}
17
 
1464 steven 18
.bg-gray{
1465 steven 19
  background-color: var(--gray) !important;
1464 steven 20
}
21
 
1 www 22
@media (max-width: 1200px) {
23
  header nav {
24
    background-color: #82d0d4; /*#003282; */
25
  }
26
}
27
 
28
@media (max-width: 576px) {
29
  .logo {
30
    margin-left: 0px;
31
  }
32
  .logoMobil {
33
    display: block !important;
34
    width: 100%;
35
    float: right;
36
    text-align: center;
37
  }
38
}
39
 
40
@media (max-width: 1200px) {
41
  /*.notification-box {
42
    left: 0%;
43
    top: 100 !important;
44
  }*/
45
  .drawerMobil {
46
    display: block !important;
47
  }
48
  .drawerTexto {
49
    display: none !important;
50
  }
51
}
52
 
53
@media (max-width: 768px) {
54
  .forum-links {background-color: #244d8f;}
55
}
56
 
57
@media (max-width: 768px){
58
.forum-links ul li {padding: 10px}
59
 
60
.sn-field{
61
  transform: scale(0.80);
62
  transform-origin: 0 0;
63
 }
64
 
65
}