remove comments from scss file

This commit is contained in:
Julie Lenaerts 2024-01-22 18:18:01 +01:00
parent 9ef46d7506
commit e1a79b3a71

View File

@ -186,9 +186,6 @@ section {
} }
} }
} }
p.text-xl {
//font-size: 1.4rem;
}
} }
// Change bulletlists rendering in flex bloc } // Change bulletlists rendering in flex bloc }
&.li-block { &.li-block {
@ -214,12 +211,10 @@ section {
} }
// Add custom colored icons on each item // Add custom colored icons on each item
&.section-1 { &.section-1 {
//text-transform: uppercase;
ul li { ul li {
font-weight: 500; font-weight: 500;
font-size: large; font-size: large;
position: relative; position: relative;
//border: 1.5px dashed $bg-dark-blue;
&:nth-child(1) { &:nth-child(1) {
@include add-decorative-shape($text-green, 'square', 1); @include add-decorative-shape($text-green, 'square', 1);
} }
@ -301,16 +296,13 @@ section {
} }
// Dark context (homepage header, hero, footer) // Dark context (homepage header, hero, footer)
//.dark { // Overwrite primary button design
// Overwrite primary button design
.btn-primary { .btn-primary {
background-color: $orange; background-color: $orange;
color: white; color: white;
border: 1px solid $orange; border: 1px solid $orange;
border-radius: 2em; border-radius: 2em;
} }
//}
// Dark but only in sections // Dark but only in sections
section.dark { section.dark {
@ -399,6 +391,8 @@ figure.image {
figcaption {} figcaption {}
} }
// RESPONSIVENESS
@media screen and (max-width: 1279px) { @media screen and (max-width: 1279px) {
section { section {
&.li-block { &.li-block {
@ -416,7 +410,6 @@ figure.image {
} }
} }
@media screen and (max-width: 1023px) { @media screen and (max-width: 1023px) {
main > section { main > section {
&.section-4 { &.section-4 {
@ -575,17 +568,6 @@ figure.image {
@media screen and (max-width: 420px) { @media screen and (max-width: 420px) {
section { section {
&.li-block { &.li-block {
/* &.section-1 {
ul li {
&:nth-child(3):before {
top: -70%;
}
&:nth-child(4):before {
top: -70%;
}
}
}*/
&.section-5 { &.section-5 {
.container .row { .container .row {
ul li { ul li {