Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16852 | Rev 16854 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16852 Rev 16853
Línea 27481... Línea 27481...
27481
  width: -moz-available;
27481
  width: -moz-available;
27482
  width: -webkit-fill-available;
27482
  width: -webkit-fill-available;
27483
  width: fill-available;
27483
  width: fill-available;
27484
  overflow: hidden;
27484
  overflow: hidden;
27485
  position: relative;
27485
  position: relative;
-
 
27486
  border-radius: var(--border-radius);
27486
}
27487
}
Línea 27487... Línea 27488...
27487
 
27488
 
27488
.feed-container span {
27489
.feed-container span {
-
 
27490
  font-size: 0.9rem;
-
 
27491
  line-height: 1;
-
 
27492
  color: var(--subtitle-color);
27489
  font-size: 0.9rem;
27493
  font-weight: 600;
Línea 27490... Línea 27494...
27490
}
27494
}
27491
 
27495
 
27492
.feed-container p {
27496
.feed-container p {
Línea 27496... Línea 27500...
27496
  margin-bottom: 0.5rem;
27500
  margin-bottom: 0.5rem;
27497
}
27501
}
Línea 27498... Línea 27502...
27498
 
27502
 
27499
.feed-container h2 {
27503
.feed-container h2 {
-
 
27504
  font-size: 1rem;
27500
  font-size: 1rem;
27505
  font-weight: 600;
Línea 27501... Línea 27506...
27501
}
27506
}
27502
 
27507
 
27503
.feed-header {
27508
.feed-header {
Línea 27522... Línea 27527...
27522
 
27527
 
27523
.feed-actions {
27528
.feed-actions {
27524
  display: flex;
27529
  display: flex;
27525
  justify-content: flex-end;
27530
  justify-content: flex-end;
-
 
27531
  border-top: 1px solid rgb(211, 211, 211);
27526
  border-top: 1px solid rgb(211, 211, 211);
27532
  gap: .5rem;
27527
  padding: 5px;
27533
  padding: 5px;
Línea 27528... Línea 27534...
27528
}
27534
}
27529
 
27535
 
Línea 27550... Línea 27556...
27550
  font-size: .9rem;
27556
  font-size: .9rem;
27551
}
27557
}
Línea 27552... Línea 27558...
27552
 
27558
 
27553
@media (max-width: 768px) {
27559
@media (max-width: 768px) {
27554
  .feed-container {
27560
  .feed-container {
27555
    border-radius: var(--border-radius);
27561
    border-radius: 0;
Línea 27556... Línea 27562...
27556
  }
27562
  }
27557
 
27563
 
27558
  .feed-actions>button {
27564
  .feed-actions>button {