Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
14896 stevensc 1
:root {
11447 nelberth 2
  --gray: #909090;
3
  --white: #fff;
4
  --dark: #000;
5
  --border-light-gray: #E8E8E8;
6
  --background-light-gray: #FBFBFB;
7
  --global-border-radius: 10px;
8
  --background-gray: #D9D9D9;
9
}
10
 
11
/**
12
  Global Classes
13
*/
14
 
14896 stevensc 15
.horizontal-list>.row {
11447 nelberth 16
  display: block;
17
  overflow-x: auto;
18
  white-space: nowrap;
19
}
20
 
14896 stevensc 21
.horizontal-list>.row>.col {
11447 nelberth 22
  display: inline-block;
23
}
24
 
14896 stevensc 25
.text-white {
11447 nelberth 26
  color: var(--white) !important;
27
}
28
 
14896 stevensc 29
.text-gray {
11447 nelberth 30
  color: var(--gray) !important;
31
}
32
 
14896 stevensc 33
.border-radius {
11447 nelberth 34
  border-radius: var(--global-border-radius) !important;
35
}
36
 
14896 stevensc 37
.object-fit-contain {
11447 nelberth 38
  object-fit: contain !important;
39
}
40
 
14896 stevensc 41
.bg-gray {
11447 nelberth 42
  background-color: var(--gray) !important;
43
}
44
 
14896 stevensc 45
.border-gray {
11447 nelberth 46
  border: solid 1px var(--border-light-gray) !important;
47
}
48
 
14896 stevensc 49
.border-bottom-gray {
11447 nelberth 50
  border-bottom: solid 1px var(--border-light-gray) !important;
51
}
52
 
14896 stevensc 53
.text-dark {
11447 nelberth 54
  color: var(--dark) !important;
55
}
56
 
14896 stevensc 57
.ph-20 {
11447 nelberth 58
  padding: 0 20% !important;
59
}
60
 
14896 stevensc 61
.ph-15 {
11447 nelberth 62
  padding: 0 15% !important;
63
}
64
 
14896 stevensc 65
.ph-10 {
11447 nelberth 66
  padding: 0 10% !important;
67
}
68
 
14896 stevensc 69
.ph-5 {
11447 nelberth 70
  padding: 0 5% !important;
71
}
72
 
14896 stevensc 73
.pb-5 {
11447 nelberth 74
  padding-bottom: 5% !important;
75
}
76
 
14903 stevensc 77
.btn-primary,
78
.btn-info {
14904 stevensc 79
  background: #16283C !important;
80
  border-radius: 10px;
81
  color: var(--white) !important;
11447 nelberth 82
}
83
 
14896 stevensc 84
.btn-primary:hover,
14903 stevensc 85
.btn-primary:active,
86
.btn-info:hover,
87
.btn-info:active {
14904 stevensc 88
  background-color: #1d315c !important;
11447 nelberth 89
}
90
 
14896 stevensc 91
.btn-secondary {
11447 nelberth 92
  background-color: var(--border-light-gray) !important;
93
  border-color: var(--border-light-gray) !important;
94
  color: var(--gray);
95
}
96
 
14896 stevensc 97
.btn-secondary:hover {
11447 nelberth 98
  background: #c9c7c7 !important;
99
  border: 1px solid var(--gray);
100
  border-radius: 5px;
101
  color: var(--gray);
102
}
103
 
14903 stevensc 104
.btn-tertiary,
105
.btn-danger {
11447 nelberth 106
  background-color: #F4F4F4 !important;
107
  border-color: #F4F4F4 !important;
108
  color: var(--gray);
109
}
14896 stevensc 110
 
14903 stevensc 111
.btn-tertiary:hover,
112
.btn-danger:hover {
11447 nelberth 113
  background: #d4d4d4 !important;
114
  border: 1px solid var(--gray);
115
  border-radius: 5px;
116
  color: var(--gray);
117
}
118
 
14896 stevensc 119
.bg-light-gray {
11447 nelberth 120
  background-color: var(--border-light-gray) !important;
121
}
122
 
14896 stevensc 123
.bg-custom-gray {
11447 nelberth 124
  background-color: var(--background-gray) !important;
125
}
126
 
14896 stevensc 127
.bg-transparent {
11447 nelberth 128
  background: transparent !important;
129
}
130
 
14896 stevensc 131
.mw-30 {
11447 nelberth 132
  min-width: 30%;
133
}
134
 
14896 stevensc 135
textarea#description-main {
11447 nelberth 136
  background-color: var(--background-light-gray);
137
  border: solid 1px var(--border-light-gray);
138
  border-radius: 10px;
139
}
140
 
141
@media (max-width: 1200px) {
14896 stevensc 142
  header nav {
143
    background-color: #82d0d4;
144
    /*#003282; */
11447 nelberth 145
  }
146
}
147
 
148
@media (max-width: 576px) {
149
  .logo {
150
    margin-left: 0px;
151
  }
14896 stevensc 152
 
11447 nelberth 153
  .logoMobil {
154
    display: block !important;
155
    width: 100%;
156
    float: right;
157
    text-align: center;
158
  }
159
}
160
 
161
@media (max-width: 1200px) {
14896 stevensc 162
 
11447 nelberth 163
  /*.notification-box {
164
    left: 0%;
165
    top: 100 !important;
166
  }*/
167
  .drawerMobil {
14896 stevensc 168
    display: block !important;
11447 nelberth 169
  }
14896 stevensc 170
 
11447 nelberth 171
  .drawerTexto {
172
    display: none !important;
14896 stevensc 173
  }
11447 nelberth 174
}
175
 
176
@media (max-width: 768px) {
14896 stevensc 177
  .forum-links {
178
    background-color: #244d8f;
179
  }
11447 nelberth 180
}
181
 
14896 stevensc 182
@media (max-width: 768px) {
183
  .forum-links ul li {
184
    padding: 10px
185
  }
11447 nelberth 186
 
14896 stevensc 187
  .sn-field {
188
    transform: scale(0.80);
189
    transform-origin: 0 0;
190
  }
11447 nelberth 191
 
192
}