update
This commit is contained in:
parent
7677f89e2a
commit
a75d0c8430
|
@ -260,6 +260,32 @@ body.rwavw-custom {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pure-g > div:first-child {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
height: 100%;
|
||||||
|
top: 0;
|
||||||
|
left: 15px;
|
||||||
|
right: 15px;
|
||||||
|
|
||||||
|
$bg-color: $neutral-900;
|
||||||
|
background-color: rgba($bg-color, 0.2);
|
||||||
|
box-shadow: 0 0 66px 0 rgba($bg-color, 0.4) inset;
|
||||||
|
|
||||||
|
@media (min-width: 64em) {
|
||||||
|
right: 44px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
box-shadow: $box-shadow-sk;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget.rwavw-feature-main {
|
.widget.rwavw-feature-main {
|
||||||
|
|
|
@ -5,6 +5,10 @@ body.rwavw-custom {
|
||||||
color: #b0b0b0;
|
color: #b0b0b0;
|
||||||
background-color: $neutral-900;
|
background-color: $neutral-900;
|
||||||
|
|
||||||
|
* {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $accent-500;
|
color: $accent-500;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
|
@ -5,6 +5,6 @@ $neutral-900: #231f20;
|
||||||
|
|
||||||
|
|
||||||
$box-shadow-sk: 4px 4px 6px rgba(0, 10, 56, 0.15), -4px -4px 9px rgba(#fff, 0.75);
|
$box-shadow-sk: 4px 4px 6px rgba(0, 10, 56, 0.15), -4px -4px 9px rgba(#fff, 0.75);
|
||||||
$border-radius: 6px;
|
$border-radius: 3px;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -151,6 +151,10 @@ body.rwavw-custom {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.heading-page-title {
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
.heading-section-title {
|
.heading-section-title {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
@ -173,6 +177,9 @@ body.rwavw-custom {
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget.rwavw-cta-box {
|
.widget.rwavw-cta-box {
|
||||||
|
box-shadow: $box-shadow-sk;
|
||||||
|
border-radius: $border-radius;
|
||||||
|
|
||||||
.section-cols > .pure-g {
|
.section-cols > .pure-g {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue