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