update
This commit is contained in:
parent
eb24fe496b
commit
a0ba6c94ca
|
@ -30,21 +30,61 @@ body.rwavw-custom {
|
||||||
svg {
|
svg {
|
||||||
height: 44px;
|
height: 44px;
|
||||||
width: auto;
|
width: auto;
|
||||||
color: #ba815b;
|
opacity: 0.8;
|
||||||
opacity: 0.6;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pure-g > div:first-child {
|
.pure-g > div {
|
||||||
padding-right: 44px;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: stretch;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
padding-right: 44px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
padding-left: 44px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.widget.rwavw-feature-narrow {
|
||||||
|
.pure-g > div {
|
||||||
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pure-g > div:last-child {
|
h2, h3 {
|
||||||
padding-left: 44px;
|
font-size: 60px;
|
||||||
|
line-height: 1;
|
||||||
|
margin-bottom: 44px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row-group {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 33px;
|
||||||
|
padding-right: 18px;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 44px;
|
||||||
|
opacity: 0.6;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget.rwavw-feature-details {
|
.widget.rwavw-feature-details {
|
||||||
|
.pure-g > div {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
@ -57,23 +97,12 @@ body.rwavw-custom {
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget.rwavw-feature-limits {
|
.widget.rwavw-feature-limits {
|
||||||
.pure-g > div:last-child {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
h2, h3, h4, h5, h6 {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget.rwavw-feature-sunset {
|
.widget.rwavw-feature-sunset {
|
||||||
.pure-g {
|
.pure-g {
|
||||||
> div:first-child {
|
> div:first-child {
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> div:last-child {
|
> div:last-child {
|
||||||
|
@ -121,9 +150,6 @@ body.rwavw-custom {
|
||||||
|
|
||||||
.gallery-item {
|
.gallery-item {
|
||||||
flex: 100% 0 0;
|
flex: 100% 0 0;
|
||||||
|
|
||||||
.gallery-link {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pure-g {
|
.pure-g {
|
||||||
|
|
Loading…
Reference in New Issue