Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3719 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3719 Rev 3736
Línea 78... Línea 78...
78
  margin: 0;
78
  margin: 0;
79
}
79
}
Línea 80... Línea 80...
80
 
80
 
81
a {
81
a {
82
  text-decoration: none;
-
 
83
 
82
  text-decoration: none;
Línea 84... Línea 83...
84
  color: var(--subtitle-color);
83
  color: var(--subtitle-color);
85
 
84
 
86
  &:focus,
85
  &:focus,
87
  &:hover,
86
  &:hover,
88
  &:visited,
87
  &:visited,
89
  &:link,
88
  &:link,
90
  &:active {
89
  &:active {
91
    text-decoration: none;
-
 
92
    outline: none;
90
    text-decoration: none;
93
 
91
    outline: none;
94
    color: var(--subtitle-color);
92
    color: var(--subtitle-color);
Línea 95... Línea 93...
95
  }
93
  }
Línea 142... Línea 140...
142
}
140
}
Línea 143... Línea 141...
143
 
141
 
144
.smiley-panel-body {
142
.smiley-panel-body {
145
  height: 160px;
143
  height: 160px;
146
  padding: 10px 0;
-
 
147
 
144
  padding: 10px 0;
148
  border-top: 1px solid var(--border-primary);
145
  border-top: 1px solid var(--border-primary);
Línea 149... Línea 146...
149
  overflow: auto;
146
  overflow: auto;
150
 
147
 
Línea 170... Línea 167...
170
}
167
}
Línea 171... Línea 168...
171
 
168
 
172
.rbc-toolbar .rbc-toolbar-label {
169
.rbc-toolbar .rbc-toolbar-label {
173
  text-transform: capitalize;
170
  text-transform: capitalize;
174
  font-size: 1rem;
-
 
175
 
171
  font-size: 1rem;
176
  color: var(--title-color);
172
  color: var(--title-color);
Línea 177... Línea 173...
177
}
173
}
178
 
174
 
Línea 194... Línea 190...
194
 
190
 
195
.btn {
191
.btn {
196
  display: inline-flex;
192
  display: inline-flex;
197
  align-items: center;
193
  align-items: center;
198
  border: none;
194
  border: none;
199
  border-radius: 30px;
195
  border-radius: 10px;
200
  cursor: pointer;
196
  cursor: pointer;
201
  font-size: 0.95rem;
197
  font-size: 0.95rem;
202
  line-height: 1;
198
  line-height: 1;
203
  overflow: hidden;
199
  overflow: hidden;
204
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
-
 
205
 
-
 
206
  border-radius: 10px;
200
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
Línea 207... Línea 201...
207
}
201
}
208
 
202
 
209
.btn-primary {
-
 
210
  background-color: var(--button-bg);
203
.btn-primary {
Línea 211... Línea 204...
211
 
204
  background-color: var(--button-bg);
212
  color: var(--button-text-color) !important;
205
  color: var(--button-text-color) !important;
213
 
206
 
214
  &:hover {
207
  &:hover {
Línea 215... Línea 208...
215
    background-color: var(--bg-color);
208
    background-color: var(--bg-color);
216
  }
209
  }
217
}
-
 
218
 
210
}
Línea 219... Línea 211...
219
.btn-secondary {
211
 
220
  background: var(--button-bg-secondary);
212
.btn-secondary {
221
 
213
  background: var(--button-bg-secondary);
222
  color: var(--button-text-color-secondary) !important;
214
  color: var(--button-text-color-secondary) !important;
Línea 223... Línea 215...
223
 
215
 
224
  &:hover {
216
  &:hover {
225
    background-color: var(--button-bg-secondary);
-
 
226
  }
217
    background-color: var(--button-bg-secondary);
Línea 227... Línea 218...
227
}
218
  }
228
 
219
}
229
.btn-tertiary {
-
 
230
  background-color: var(--button-bg-tertiary);
220
 
231
 
221
.btn-tertiary {
232
  color: var(--button-text-color-tertiary) !important;
222
  background-color: var(--button-bg-tertiary);
Línea 233... Línea 223...
233
 
223
  color: var(--button-text-color-tertiary) !important;
Línea 246... Línea 236...
246
 
236
 
247
.ck.ck-content {
237
.ck.ck-content {
248
  height: 100px;
238
  height: 100px;
Línea 249... Línea -...
249
}
-
 
250
 
-
 
251
.pac-container {
-
 
252
  z-index: 1051 !important;
-
 
253
}
239
}
254
 
240
 
255
.img-icon {
241
.img-icon {
Línea 256... Línea 242...
256
  height: 1rem;
242
  height: 1rem;
Línea 290... Línea 276...
290
:-ms-input-placeholder {
276
:-ms-input-placeholder {
291
  /* IE 10+ */
277
  /* IE 10+ */
292
  color: #b2b2b2;
278
  color: #b2b2b2;
293
}
279
}
Línea 294... Línea -...
294
 
-
 
295
:-moz-placeholder {
-
 
296
  /* Firefox 18- */
-
 
297
  color: #b2b2b2;
-
 
298
}
-
 
299
 
280
 
300
.skill-tags {
281
.skill-tags {
301
  display: flex;
282
  display: flex;
302
  flex-wrap: wrap;
283
  flex-wrap: wrap;
303
  gap: 0.5rem;
284
  gap: 0.5rem;
Línea 356... Línea 337...
356
  justify-content: space-between;
337
  justify-content: space-between;
357
  border-top: 1px solid var(--border-primary);
338
  border-top: 1px solid var(--border-primary);
358
  padding: 0.5rem 1rem;
339
  padding: 0.5rem 1rem;
359
  width: 100%;
340
  width: 100%;
Línea 360... Línea 341...
360
 
341
 
361
  & > span {
342
  &>span {
362
    max-width: 70%;
343
    max-width: 70%;
363
  }
344
  }
Línea 364... Línea 345...
364
}
345
}
Línea 424... Línea 405...
424
.chat-header h2 {
405
.chat-header h2 {
425
  font-weight: 700;
406
  font-weight: 700;
426
  text-align: center;
407
  text-align: center;
427
}
408
}
Línea 428... Línea -...
428
 
-
 
429
.pac-container {
-
 
430
  z-index: 1051 !important;
-
 
431
}
-
 
432
 
409
 
433
.form-group {
410
.form-group {
434
  margin-bottom: 1rem;
411
  margin-bottom: 1rem;
435
  padding-top: 0px;
412
  padding-top: 0;
Línea 436... Línea 413...
436
}
413
}
437
 
414
 
438
.description__label {
415
.description__label {
-
 
416
  display: flex;
Línea 439... Línea 417...
439
  display: flex;
417
  flex-direction: column;
440
  flex-direction: column;
418
  margin-bottom: 1rem;
441
 
419
 
442
  label {
420
  label {
Línea 443... Línea 421...
443
    font-size: 1rem;
421
    font-size: 1rem;
444
    font-weight: 600;
422
    font-weight: 600;
445
  }
423
  }
446
 
-
 
447
  p {
-
 
448
    font-size: 0.9rem;
424
 
Línea 449... Línea 425...
449
  }
425
  p {
450
 
426
    font-size: 0.9rem;
451
  margin-bottom: 1rem;
427
  }
Línea 536... Línea 512...
536
      }
512
      }
537
    }
513
    }
538
  }
514
  }
Línea 539... Línea 515...
539
 
515
 
540
  &.level_three {
-
 
541
    transform: scaleY(1);
516
  &.level_three {
542
    transform: scaleX(0);
517
    transform: scaleX(0);
543
    top: -10%;
518
    top: -10%;
544
    left: 100%;
519
    left: 100%;
545
    max-height: 20rem;
520
    max-height: 20rem;
Línea 621... Línea 596...
621
 
596
 
622
  100% {
597
  100% {
623
    opacity: 1;
598
    opacity: 1;
624
    transform: translateY(0px);
599
    transform: translateY(0px);
625
  }
600
  }
626
}
601
}