better colors

This commit is contained in:
Tancre 2020-10-22 00:37:28 +02:00
parent 4216d40a5a
commit d15c333400
5 changed files with 22 additions and 22 deletions

View File

@ -1,5 +1,5 @@
$myGreen: #4BC90F; $myGreen: #4BC90F;
$myLightGreen: #A5C90F; $myLightGreen: #8db52b;
$myDarkGreen: #6F9C3D; $myDarkGreen: #64802e;
$myOrange: #FF9F2F; $myOrange: #FF9F2F;
$myRed: #FF3D04; $myRed: #d23b2d;

View File

@ -655,13 +655,13 @@ img {
.page-section--b-margin { .page-section--b-margin {
margin-bottom: -140px; } } margin-bottom: -140px; } }
.page-section--red { .page-section--red {
background-color: #FF3D04; background-color: #d23b2d;
color: #fff; } color: #fff; }
.page-section--darkGreen { .page-section--darkGreen {
background-color: #6F9C3D; background-color: #64802e;
color: #fff; } color: #fff; }
.page-section--lightGreen { .page-section--lightGreen {
background-color: #A5C90F; background-color: #8db52b;
color: #fff; } color: #fff; }
.headline { .headline {
@ -693,7 +693,7 @@ img {
.headline--centered { .headline--centered {
text-align: center; } text-align: center; }
.headline--lightGreen { .headline--lightGreen {
color: #A5C90F; } color: #8db52b; }
.headline--orange { .headline--orange {
color: #FF9F2F; } color: #FF9F2F; }
.headline--b-margin { .headline--b-margin {
@ -950,17 +950,17 @@ img {
left: 50%; left: 50%;
transform: translateX(-50%); } } transform: translateX(-50%); } }
.arrow--red { .arrow--red {
border-top: 85px solid #FF3D04; } border-top: 85px solid #d23b2d; }
.arrow--darkGreen { .arrow--darkGreen {
border-top: 85px solid #6F9C3D; } border-top: 85px solid #64802e; }
.arrow--lightGreen { .arrow--lightGreen {
border-top: 85px solid #A5C90F; } border-top: 85px solid #8db52b; }
.footer { .footer {
position: absolute; position: absolute;
bottom: -40px; bottom: -40px;
width: 100%; width: 100%;
background-color: #FF3D04; background-color: #d23b2d;
color: white; color: white;
text-align: center; } text-align: center; }

File diff suppressed because one or more lines are too long

View File

@ -655,13 +655,13 @@ img {
.page-section--b-margin { .page-section--b-margin {
margin-bottom: -140px; } } margin-bottom: -140px; } }
.page-section--red { .page-section--red {
background-color: #FF3D04; background-color: #d23b2d;
color: #fff; } color: #fff; }
.page-section--darkGreen { .page-section--darkGreen {
background-color: #6F9C3D; background-color: #64802e;
color: #fff; } color: #fff; }
.page-section--lightGreen { .page-section--lightGreen {
background-color: #A5C90F; background-color: #8db52b;
color: #fff; } color: #fff; }
.headline { .headline {
@ -693,7 +693,7 @@ img {
.headline--centered { .headline--centered {
text-align: center; } text-align: center; }
.headline--lightGreen { .headline--lightGreen {
color: #A5C90F; } color: #8db52b; }
.headline--orange { .headline--orange {
color: #FF9F2F; } color: #FF9F2F; }
.headline--b-margin { .headline--b-margin {
@ -950,17 +950,17 @@ img {
left: 50%; left: 50%;
transform: translateX(-50%); } } transform: translateX(-50%); } }
.arrow--red { .arrow--red {
border-top: 85px solid #FF3D04; } border-top: 85px solid #d23b2d; }
.arrow--darkGreen { .arrow--darkGreen {
border-top: 85px solid #6F9C3D; } border-top: 85px solid #64802e; }
.arrow--lightGreen { .arrow--lightGreen {
border-top: 85px solid #A5C90F; } border-top: 85px solid #8db52b; }
.footer { .footer {
position: absolute; position: absolute;
bottom: -40px; bottom: -40px;
width: 100%; width: 100%;
background-color: #FF3D04; background-color: #d23b2d;
color: white; color: white;
text-align: center; } text-align: center; }
@ -968,7 +968,7 @@ img {
Instead edit gulp/template/sprite*/ Instead edit gulp/template/sprite*/
.icon { .icon {
display: inline-block; display: inline-block;
background-image: url("../media/images/sprites/sprite-c8960cf9.svg"); } background-image: url("/assets/media/images/sprites/sprite-c8960cf9.svg"); }
.no-svg { .no-svg {
background-image: url("../../temp/media/images/sprites/"); } background-image: url("../../temp/media/images/sprites/"); }

File diff suppressed because one or more lines are too long