Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2847 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2847 Rev 3444
Línea 2... Línea 2...
2
@import "../../../css/shared/breakpoints.scss";
2
@import "../../../css/shared/breakpoints.scss";
Línea 3... Línea 3...
3
 
3
 
4
.postContainer {
4
.postContainer {
5
  display: flex;
5
  display: flex;
6
  background-color: #ffffff;
6
  background-color: #ffffff;
7
  padding: 2rem;
7
  padding: 1rem;
8
  margin-bottom: 1rem;
8
  margin-bottom: 1rem;
9
  flex-direction: column;
9
  flex-direction: column;
Línea 10... Línea 10...
10
}
10
}
Línea 51... Línea 51...
51
    transition: 0.2s;
51
    transition: 0.2s;
52
    &:hover {
52
    &:hover {
53
      background-color: $primary-lightblue-hover;
53
      background-color: $primary-lightblue-hover;
54
    }
54
    }
55
  }
55
  }
-
 
56
}
-
 
57
 
-
 
58
@include maxwidth("medium") {
-
 
59
  .postContainer {
-
 
60
    padding: 2rem;
-
 
61
  }
56
}
62
}
57
63