Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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