Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3564 Rev 5000
Línea 5... Línea 5...
5
  min-height: 100%;
5
  min-height: 100%;
6
  justify-content: center;
6
  justify-content: center;
7
  padding: 2rem;
7
  padding: 2rem;
8
  border-radius: 5px;
8
  border-radius: 5px;
9
  box-shadow: $light-shadow;
9
  box-shadow: $light-shadow;
10
 
-
 
11
  .header {
10
  .header {
12
    border-bottom: $border-primary;
11
    border-bottom: $border-primary;
13
    padding-bottom: 1rem;
12
    padding-bottom: 1rem;
-
 
13
    position: relative;
14
  }
14
  }
15
 
-
 
16
  .infoContainer {
15
  .infoContainer {
17
    display: flex;
16
    display: flex;
18
    flex-direction: column;
17
    flex-direction: column;
19
  }
18
  }
20
 
-
 
21
  .descpContainer {
19
  .descpContainer {
22
    display: flex;
20
    display: flex;
23
    flex-direction: column;
21
    flex-direction: column;
24
  }
22
  }
25
}
23
}
Línea 36... Línea 34...
36
 
34
 
37
.likeContainer {
35
.likeContainer {
38
  display: flex;
36
  display: flex;
39
  padding: 1rem 0;
37
  padding: 1rem 0;
40
  align-items: center;
-
 
41
 
38
  align-items: center;
42
  .heart {
39
  .heart {
43
    font-size: 1.5rem;
40
    font-size: 1.5rem;
44
  }
41
  }
Línea 45... Línea 42...
45
}
42
}
46
 
-
 
47
@include maxwidth("medium") {
43
 
48
  .description {
44
@include maxwidth("medium") {
49
    .descpContainer {
45
  .description .descpContainer {
50
      flex-direction: row;
46
    flex-direction: row;
51
      flex-wrap: wrap;
-
 
52
      justify-content: space-between;
47
    flex-wrap: wrap;
53
    }
48
    justify-content: space-between;