feature(job-offers): sib-job-board component added
job-offers pug, css and dependancies file are updated.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
.job-offers__main {
|
||||
.job-offers__container {
|
||||
@extend %grid-layer;
|
||||
}
|
||||
|
||||
.job-offers__content {
|
||||
sib-job-board {
|
||||
@extend %grid-layer-main;
|
||||
@extend %containerV;
|
||||
}
|
||||
@ -34,7 +34,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
#offers-list {
|
||||
.job-board__list {
|
||||
@extend %grid-layer;
|
||||
|
||||
>sib-form {
|
||||
@ -87,7 +87,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
hd-user-avatar {
|
||||
author-avatar {
|
||||
background-color: $color-0-0-100;
|
||||
border-radius: 50%;
|
||||
height: 4.25rem;
|
||||
@ -131,7 +131,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
hd-contact-author {
|
||||
author-contact {
|
||||
color: $color-244-73-62;
|
||||
font-size: 1.3rem;
|
||||
float: right;
|
||||
@ -170,5 +170,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user