Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16866 Rev 16867
Línea 27482... Línea 27482...
27482
  margin: 0 auto;
27482
  margin: 0 auto;
27483
  box-sizing: border-box;
27483
  box-sizing: border-box;
27484
  align-items: center;
27484
  align-items: center;
27485
}
27485
}
Línea 27486... Línea 27486...
27486
 
27486
 
27487
.feed-container {
27487
.theme-container {
27488
  background-color: var(--bg-color);
27488
  background-color: var(--bg-color);
27489
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
27489
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
27490
  height: fit-content;
27490
  height: fit-content;
27491
  width: -moz-available;
27491
  width: -moz-available;
Línea 27494... Línea 27494...
27494
  overflow: hidden;
27494
  overflow: hidden;
27495
  position: relative;
27495
  position: relative;
27496
  border-radius: var(--border-radius);
27496
  border-radius: var(--border-radius);
27497
}
27497
}
Línea 27498... Línea 27498...
27498
 
27498
 
27499
.feed-container span {
27499
.theme-container span {
27500
  font-size: 0.9rem;
27500
  font-size: 0.9rem;
27501
  line-height: 1;
27501
  line-height: 1;
27502
  color: var(--subtitle-color);
27502
  color: var(--subtitle-color);
27503
  font-weight: 600;
27503
  font-weight: 600;
Línea 27504... Línea 27504...
27504
}
27504
}
27505
 
27505
 
27506
.feed-container p {
27506
.theme-container p {
27507
  color: var(--font-color);
27507
  color: var(--font-color);
27508
  font-size: 14px;
27508
  font-size: 14px;
27509
  text-align: justify;
27509
  text-align: justify;
Línea 27510... Línea 27510...
27510
  margin-bottom: 0.5rem;
27510
  margin-bottom: 0.5rem;
27511
}
27511
}
27512
 
27512
 
27513
.feed-container h2 {
27513
.theme-container h2 {
Línea 27514... Línea 27514...
27514
  font-size: 1rem;
27514
  font-size: 1rem;
27515
  font-weight: 600;
27515
  font-weight: 600;
27516
}
27516
}
27517
 
27517
 
27518
.feed-container input,
27518
.theme-container input,
27519
.feed-container input:focus {
27519
.theme-container input:focus {
27520
  align-items: center;
27520
  align-items: center;
Línea 27629... Línea 27629...
27629
@media (max-width: 768px) {
27629
@media (max-width: 768px) {
27630
  .feed-section {
27630
  .feed-section {
27631
    width: 100%;
27631
    width: 100%;
27632
  }
27632
  }
Línea 27633... Línea 27633...
27633
 
27633
 
27634
  .feed-container {
27634
  .theme-container {
27635
    border-radius: 0;
27635
    border-radius: 0;
Línea 27636... Línea 27636...
27636
  }
27636
  }
27637
 
27637
 
Línea 27712... Línea 27712...
27712
  width: 100%;
27712
  width: 100%;
27713
  border-bottom: 1px solid #e5e5e5;
27713
  border-bottom: 1px solid #e5e5e5;
27714
  padding-bottom: 27px;
27714
  padding-bottom: 27px;
27715
}
27715
}
Línea -... Línea 27716...
-
 
27716
 
-
 
27717
.add-pic-box {
-
 
27718
  display: inline-block;
-
 
27719
  color: #e44d3a;
-
 
27720
  font-size: 16px;
-
 
27721
  position: absolute;
-
 
27722
  top: 30px;
-
 
27723
  right: 0;
-
 
27724
  font-weight: 600;
-
 
27725
  margin-right: 0;
-
 
27726
}
-
 
27727
 
-
 
27728
.add-pic-box.cover {
-
 
27729
  display: inline-block;
-
 
27730
  color: #e44d3a;
-
 
27731
  font-size: 16px;
-
 
27732
  position: absolute;
-
 
27733
  top: 30px;
-
 
27734
  right: 0;
-
 
27735
  font-weight: 600;
-
 
27736
  margin-right: 0;
-
 
27737
  width: 100%;
-
 
27738
}
27716
 
27739
 
Línea 27717... Línea 27740...
27717
/* ============= end user_profile ============= */
27740
/* ============= end user_profile ============= */
27718
 
27741