css: refactoring & fixing - day 2
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user