Compare commits
No commits in common. "1609019a8e35e9a26eb3319c8710f4087ddd6889" and "5269f2adae5e01f3fac42eecc4bb24973c9182c6" have entirely different histories.
1609019a8e
...
5269f2adae
@ -281,8 +281,7 @@ ul.smothscroll {
|
||||
z-index: 99;
|
||||
}
|
||||
ul.smothscroll a {
|
||||
// background-color: rgba(255, 74, 23, 0.7);
|
||||
background-color: rgba(193, 32, 38, 1);
|
||||
background-color: rgba(255, 74, 23, 0.7);
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
line-height: 45px;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
font-size: 18px;
|
||||
background: linear-gradient(90deg, #E14448 11.32%, #C12026 95.28%);
|
||||
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
|
||||
font-family: $heading-font;
|
||||
border-radius: 0px;
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transition: opacity 0.5s ease-out;
|
||||
background: linear-gradient(90deg, #C12026 11.32%, #E14448 95.28%);
|
||||
background: linear-gradient(90deg, #EC180C 11.32%, #ED6B37 95.28%);
|
||||
opacity: 0;
|
||||
z-index: -1;
|
||||
border-radius: 5px;
|
||||
|
||||
@ -54,10 +54,9 @@ $black: #000;
|
||||
$small-black: #333;
|
||||
$cyan: #848892; //
|
||||
|
||||
$theme-primary-color: #c12026; //
|
||||
$theme-primary-color: #ED6B37; //
|
||||
$theme-primary-color-s2: #EC180C; //
|
||||
// $theme-primary-color-gradient:linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%); //
|
||||
$theme-primary-color-gradient:linear-gradient(90deg, #E14448 11.32%, #C12026 95.28%); //
|
||||
$theme-primary-color-gradient:linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%); //
|
||||
$body-bg-color: #fff;
|
||||
$section-bg-color: #F9F9F9; //
|
||||
$section-bg-color-s2: #F8F2F2; //
|
||||
|
||||
@ -2,8 +2,7 @@
|
||||
4. wpo-footer
|
||||
--------------------------------------------------------------*/
|
||||
.wpo-site-footer {
|
||||
// background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
|
||||
background-color: #1b2646;
|
||||
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
@ -16,7 +15,7 @@
|
||||
top: 0;
|
||||
width: 960px;
|
||||
height: 100%;
|
||||
// background: #23242F;
|
||||
background: #23242F;
|
||||
content: "";
|
||||
clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%);
|
||||
z-index: -1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user