Skip to content

Commit

Permalink
Labels and job postings improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Aug 20, 2024
1 parent ca53045 commit 75d467d
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 2 deletions.
37 changes: 36 additions & 1 deletion css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,38 @@ img.image-style-article-header {
margin-left: auto;
margin-right: auto;
}

.field--name-field-reference > .field__item {
font-family: "Roboto Slab", sans-serif;
font-weight: 300;
text-decoration: none;
color: var(--bs-primary);
font-size: 1.75em;
margin-bottom: 1.5rem !important;
}

.field--name-field-reference > .field__item {
font-family: "Roboto Slab", sans-serif;
font-weight: 300;
text-decoration: none;
color: var(--bs-primary);
font-size: 1.75em;
margin-bottom: 1.5rem !important;
}

.field__label {
font-weight: bold;
margin-right: .5rem;
}

.field__label::after {
content: ":";
}

.block-field-blocknodejob-postingschema-responsibilities, .block-field-blocknodejob-postingschema-skills > .content > .field > .field__item {
margin: .25rem 0;
}

.block-field-blocknodejob-postingschema-responsibilities, .block-field-blocknodejob-postingschema-skills > .content > .field > .field__item:before {
content: "";
}

0 comments on commit 75d467d

Please sign in to comment.