Skip to content
Snippets Groups Projects
Commit 1bde4bbd authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

changed base color

parent 4cb093fc
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,7 @@
}
.option-selected {
background-color: rgb(255, 128, 0);
background-color: #ff8000;
background-color: @color-main;
color: white;
-webkit-text-stroke: #777 0.01rem;
font-weight: bold;
......
......@@ -13,7 +13,7 @@
align-items: center;
justify-content: center;
border-top-left-radius: 10px;
border: 1px solid rgb(255, 127, 0);
border: 1px solid @color-main;
border-bottom: 0;
border-right: 0;
}
......@@ -22,20 +22,20 @@
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgb(255, 127, 0);
border: 1px solid @color-main;
border-top: 0;
border-right: 0;
}
> .checkout-cost {
grid-row: span 2;
justify-content: center;
background-color: rgb(255, 127, 0);
background-color: @color-main;
color: white;
font-size: 1.7rem;
align-items: center;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border: 1px solid rgb(255, 127, 0);
border: 1px solid @color-main;
border-left: 0;
display: flex;
}
......
......@@ -15,7 +15,7 @@
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-color: #f0f0f0;
border-bottom-color: rgb(255, 127, 0);
border-bottom-color: @color-main;
border-bottom-width: 2px;
}
> #payment-group-paypal {
......
......@@ -141,7 +141,7 @@
display: block;
width: 100%;
text-align: center;
background-color: rgb(255, 127, 0);
background-color: @color-main;
padding: 0.5rem;
margin-top: -5px;
color: white;
......
......@@ -180,7 +180,7 @@ h2 {
padding: 0.5rem;
background-color: #fff;
color: inherit;
border-color: rgb(255, 127, 0);
border-color: @color-main;
border-width: 2px;
border-left: 0;
border-right: 0;
......
@color-main: rgb(255, 127, 0);
@color-main: #ef7700;
@color-secondary: #3a3af9;
@color-main-hover: lighten(@color-main, 5%);
@color-main-font-color: white;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment