Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5283 Rev 5436
Línea -... Línea 1...
-
 
1
@use "../../settings/mixins.scss";
-
 
2
 
1
.main-section-data {
3
.main-section-data {
2
  width: 100%;
4
  width: 100%;
3
  display: flex;
5
  display: flex;
4
  flex-direction: column;
6
  flex-direction: column;
5
  gap: 1rem;
7
  gap: 1rem;
Línea 37... Línea 39...
37
 
39
 
38
.feed-section {
40
.feed-section {
39
  display: flex;
41
  display: flex;
40
  flex-direction: column;
42
  flex-direction: column;
41
  gap: 10px;
-
 
42
}
-
 
43
 
-
 
44
.app-widget {
-
 
45
  position: relative;
-
 
46
  display: flex;
-
 
47
  flex-direction: column;
-
 
48
  gap: .5rem;
-
 
49
  font-weight: 600;
-
 
50
  color: $title-color;
-
 
51
 
-
 
52
  img {
-
 
53
    width: 50px;
-
 
54
    height: 50px;
-
 
55
    border-radius: 50%;
-
 
56
  }
43
  gap: 10px;
57
}
44
}