Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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