Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16850 Rev 16851
Línea 322... Línea 322...
322
 
322
 
323
figure {
323
figure {
324
  margin: 0 0 1rem;
324
  margin: 0 0 1rem;
Línea 325... Línea -...
325
}
-
 
326
 
-
 
327
span,
-
 
328
svg {
-
 
329
  color: var(--subtitle-color);
-
 
330
  font-weight: 600;
-
 
331
  font-size: .9rem;
-
 
332
}
325
}
333
 
326
 
334
img,
327
img,
335
svg {
328
svg {
Línea 27504... Línea 27497...
27504
.feed-header {
27497
.feed-header {
27505
  display: flex;
27498
  display: flex;
27506
  gap: 0.5rem;
27499
  gap: 0.5rem;
27507
  padding: 10px 1rem;
27500
  padding: 10px 1rem;
27508
  align-items: center;
27501
  align-items: center;
27509
  justify-content: space-between;
-
 
27510
  position: relative;
27502
  position: relative;
27511
}
27503
}
Línea -... Línea 27504...
-
 
27504
 
-
 
27505
.feed-info {
-
 
27506
  align-items: center;
-
 
27507
  display: inline-flex;
-
 
27508
  gap: 0.5rem;
-
 
27509
  width: fit-content;
-
 
27510
}
27512
 
27511
 
27513
.feed_body {
27512
.feed_body {
27514
  padding: 10px 1rem;
27513
  padding: 10px 1rem;
27515
  display: flex;
27514
  display: flex;
27516
  flex-direction: column;
27515
  flex-direction: column;
Línea 27517... Línea 27516...
27517
}
27516
}
27518
 
27517
 
27519
.feed-actions {
27518
.feed-actions {
27520
  display: flex;
27519
  display: flex;
27521
  justify-content: space-around;
27520
  justify-content: flex-end;
27522
  border-top: 1px solid rgb(211, 211, 211);
27521
  border-top: 1px solid rgb(211, 211, 211);
Línea 27523... Línea 27522...
27523
  padding: 5px;
27522
  padding: 5px;
27524
}
27523
}
27525
 
27524
 
27526
.feed-actions>button {
27525
.feed-actions>button {
27527
  align-items: center;
27526
  align-items: center;
27528
  border-radius: var(--border-radius);
27527
  border-radius: var(--border-radius);
-
 
27528
  cursor: pointer;
27529
  cursor: pointer;
27529
  display: inline-flex;
27530
  display: inline-flex;
27530
  flex-direction: row;
27531
  flex-direction: column;
27531
  gap: 0.5rem;
27532
  font-size: 0.9rem;
27532
  font-size: 1rem;
Línea 27533... Línea 27533...
27533
  padding: 5px;
27533
  padding: 5px;
27534
  position: relative;
27534
  position: relative;
27535
}
27535
}
Línea -... Línea 27536...
-
 
27536
 
-
 
27537
.feed-actions>button:hover {
-
 
27538
  background-color: whitesmoke;
-
 
27539
}
-
 
27540
 
-
 
27541
.feed-actions>span,
-
 
27542
.feed-actions>svg {
27536
 
27543
  color: var(--subtitle-color);
27537
.feed-actions>button:hover {
27544
  font-weight: 600;
27538
  background-color: whitesmoke;
27545
  font-size: .9rem;
27539
}
27546
}
Línea 27540... Línea 27547...
27540
 
27547
 
-
 
27548
@media (max-width: 768px) {
27541
@media (max-width: 768px) {
27549
  .feed-container {
27542
  .feed-container {
27550
    border-radius: var(--border-radius);
27543
    border-radius: var(--border-radius);
-
 
27544
  }
27551
  }
27545
 
27552
 
Línea 27546... Línea 27553...
27546
  .feed-actions {
27553
  .feed-actions>button {
27547
    flex-direction: row;
27554
    font-size: 0.9rem;