Skip to content

Commit

Permalink
Prettify review scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonja Scheungrab committed Jun 3, 2024
1 parent f299cc8 commit be1d45c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions components/01-pages/service-pages/reviews-page/_reviews-page.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
.reviews-page {
background: $gradient-2;
background: $gradient-2;

p, ul > li {
@extend %body-font-sans,;
p,
ul > li {
@extend %body-font-sans;
}

h2, h3, h4, h5, h6 {
h2,
h3,
h4,
h5,
h6 {
@extend %heading-font-bold;
}

Expand Down Expand Up @@ -83,18 +88,17 @@
font-size: $font-size-md;
color: $h3-color;
list-style: none;

}

summary::after {
content: "+";
content: '+';
font-size: 40px;
font-weight: 400;
color: $brand-secondary;
}

details[open] summary::after {
content: "";
content: '';
font-size: 40px;
font-weight: 400;
color: $brand-secondary;
Expand Down Expand Up @@ -158,7 +162,4 @@
margin-left: 0;
}
}


}

0 comments on commit be1d45c

Please sign in to comment.