Skip to content

Commit

Permalink
Replace globe icon by FA book
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 8, 2024
1 parent ba75e27 commit ca038e5
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions scss/modules/field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

.tour_de_clarin_fields .field--label-inline a::before {
content: "\f84a";
font-family: 'Font Awesome\ 6 Free', sans-serif;;
font-family: 'Font Awesome\ 6 Free', sans-serif;
font-size: 14px;
font-weight: 900;
margin-right: 4px;
Expand Down Expand Up @@ -120,11 +120,18 @@
}

.resource_families_fields {
list-style-type: "\1F310";
.field__items .field__item {
> a {
margin-left: 3px;
margin-right: 10px;
}

.field__items .field__item > a {
margin-left: 3px;
margin-right: 10px;
&::before {
content: "\f02d"; /* FontAwesome Unicode */
font-family: 'Font Awesome\ 6 Free', sans-serif;
font-size: 14px;
font-weight: 900;
}
}

img {
Expand Down Expand Up @@ -182,7 +189,7 @@

.resource_families_fields .field.field--name-field-resource-families {
.field__item {
display: inline list-item;
display: inline;

&::after {
content: unset;
Expand Down

0 comments on commit ca038e5

Please sign in to comment.