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