remove comments from scss file
This commit is contained in:
		| @@ -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,8 +296,6 @@ 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; | ||||||
| @@ -310,7 +303,6 @@ section { | |||||||
|     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 { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user