remove comments from scss file
This commit is contained in:
parent
9ef46d7506
commit
e1a79b3a71
@ -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,16 +296,13 @@ section {
|
||||
}
|
||||
|
||||
// Dark context (homepage header, hero, footer)
|
||||
//.dark {
|
||||
|
||||
// Overwrite primary button design
|
||||
// Overwrite primary button design
|
||||
.btn-primary {
|
||||
background-color: $orange;
|
||||
color: white;
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user