Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
8149 stevensc 1
:root{
2
  --gray: #909090;
3
  --white: #fff;
4
 
5
  --border-light-gray: #E8E8E8;
6
  --background-light-gray: #FBFBFB;
7
  --global-border-radius: 10px;
8
}
9
 
10
/**
11
  Global Classes
12
*/
13
 
14
.text-white{
15
  color: var(--white) !important;
16
}
17
 
18
.text-gray{
19
  color: var(--gray) !important;
20
}
21
 
22
.border-radius{
23
  border-radius: var(--global-border-radius) !important;
24
}
25
 
26
.object-fit-contain{
27
  object-fit: contain !important;
28
}
29
 
30
.bg-gray{
31
  background-color: var(--gray) !important;
32
}
33
 
34
.border-gray{
35
  border: solid 1px var(--border-light-gray) !important;
36
}
37
 
38
.border-bottom-gray{
39
  border-bottom: solid 1px var(--border-light-gray) !important;
40
}
41
 
42
.ph-20{
43
  padding: 0 20% !important;
44
}
45
 
46
.ph-15{
47
  padding: 0 15% !important;
48
}
49
 
50
.btn-primary{
51
  background: transparent;
52
  border: 1px solid var(--gray);
53
  border-radius: 5px;
54
  color: var(--gray);
55
}
56
 
57
.btn-primary:hover, .btn-primary:active{
58
  background-color: var(--gray) !important;
59
  border-color: transparent !important;
60
}
61
 
62
.btn-secondary{
63
  background-color: var(--border-light-gray) !important;
64
  border-color: var(--border-light-gray) !important;
65
  color: var(--gray);
66
}
67
 
68
.btn-secondary:hover{
69
  background: #c9c7c7 !important;
70
  border: 1px solid var(--gray);
71
  border-radius: 5px;
72
  color: var(--gray);
73
}
74
 
75
.btn-tertiary{
76
  background-color: #F4F4F4 !important;
77
  border-color: #F4F4F4 !important;
78
  color: var(--gray);
79
}
80
.btn-tertiary:hover{
81
  background: #d4d4d4 !important;
82
  border: 1px solid var(--gray);
83
  border-radius: 5px;
84
  color: var(--gray);
85
}
86
 
87
textarea#description-main{
88
  background-color: var(--background-light-gray);
89
  border: solid 1px var(--border-light-gray);
90
  border-radius: 10px;
91
}
92
 
93
@media (max-width: 1200px) {
94
  header nav {
95
    background-color: #82d0d4; /*#003282; */
96
  }
97
}
98
 
99
@media (max-width: 576px) {
100
  .logo {
101
    margin-left: 0px;
102
  }
103
  .logoMobil {
104
    display: block !important;
105
    width: 100%;
106
    float: right;
107
    text-align: center;
108
  }
109
}
110
 
111
@media (max-width: 1200px) {
112
  /*.notification-box {
113
    left: 0%;
114
    top: 100 !important;
115
  }*/
116
  .drawerMobil {
117
    display: block !important;
118
  }
119
  .drawerTexto {
120
    display: none !important;
121
  }
122
}
123
 
124
@media (max-width: 768px) {
125
  .forum-links {background-color: #244d8f;}
126
}
127
 
128
@media (max-width: 768px){
129
.forum-links ul li {padding: 10px}
130
 
131
.sn-field{
132
  transform: scale(0.80);
133
  transform-origin: 0 0;
134
 }
135
 
136
}