mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
fix terraform enterprise background art
This commit is contained in:
parent
f8df785400
commit
a4fec04e75
@ -364,10 +364,9 @@ body.page-home {
|
||||
padding: 180px 220px;
|
||||
margin-top: -80px;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
|
||||
>.container {
|
||||
z-index: 31;
|
||||
z-index: 21;
|
||||
}
|
||||
|
||||
.lead {
|
||||
@ -376,9 +375,9 @@ body.page-home {
|
||||
|
||||
#enterprise-callout-bg {
|
||||
background: #000 image-url("enterprise-callout-bg.svg") bottom right no-repeat;
|
||||
background-size: cover;
|
||||
background-size: 100%;
|
||||
@include skewY(3deg);
|
||||
z-index: 30;
|
||||
z-index: 20;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -238,5 +238,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-skew" id="enterprise"></div>
|
||||
<div class="feature-skew" id="enterprise-callout-bg"></div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user