Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3517 Rev 3721
Línea 1... Línea 1...
1
.postContainer {
1
.postContainer {
2
  display: flex;
2
  display: flex;
3
  background-color: $bg-color;
3
  background-color: $bg-color;
4
  padding: 1rem;
4
  padding: 1rem;
5
  margin-bottom: 1rem;
-
 
6
  flex-direction: column;
5
  flex-direction: column;
-
 
6
  box-shadow: $shadow;
7
}
7
}
Línea 8... Línea 8...
8
 
8
 
9
.commentSection {
9
.commentSection {
10
  max-height: 400px;
10
  max-height: 400px;
Línea 52... Línea 52...
52
    &:hover {
52
    &:hover {
53
      background-color: $button-bg-hover;
53
      background-color: $button-bg-hover;
54
    }
54
    }
55
  }
55
  }
56
}
56
}
57
 
-
 
58
@include maxwidth("medium") {
-
 
59
  .postContainer {
-
 
60
    padding: 2rem;
-
 
61
  }
-
 
62
}
-