css: refactoring & fixing - day 2

This commit is contained in:
Jean-Baptiste Pasquier
2019-05-14 17:32:42 +02:00
parent 68a187a06b
commit 2c649c447e
47 changed files with 824 additions and 1115 deletions

View File

@ -1,3 +1,17 @@
.job-offers__main {
@extend %grid-layer;
}
.job-offers__content {
@extend %grid-layer-main;
@extend %containerV;
}
.job-offers__newoffer {
@extend %grid-layer-links;
@extend %containerV;
}
#job-offers {
.plus-button {
@ -21,7 +35,7 @@
}
#offers-list {
@extend .grid-layer;
@extend %grid-layer;
>sib-form {
grid-column-start: start;
@ -46,9 +60,6 @@
font-size: 1.5rem;
margin: 1.7rem 0;
padding: 3.4rem;
/*&:nth-child(odd) {
background-color: $color-210-25-95;
}*/
[name='user-thumb'] {
align-items: center;