Skip to content

Commit

Permalink
fixed enterprise page (#1994)
Browse files Browse the repository at this point in the history
* fixed enterprise page

* Update Security.vue

---------

Co-authored-by: Taron Chatoyan <[email protected]>
Co-authored-by: MartinRst <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 4aa5921 commit de37589
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
4 changes: 0 additions & 4 deletions components/enterprise/MeetKestra.vue
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@
border: none;
border-radius: 20px;
padding: $rem-1;
box-sizing: border-box;
position: relative;
Expand Down Expand Up @@ -290,11 +288,9 @@
li {
position: relative;
box-sizing: border-box;
cursor: pointer;
display: flex;
gap: 10px;
padding: $rem-1;
border-radius: 4px;
&::after {
Expand Down
18 changes: 6 additions & 12 deletions components/enterprise/Security.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="sticky-features-wrapper">
<div class="scroll-block">
<div class="sticky-features-item">
<div class="features-item-content w--current" :class="{'w--current': isItemInView(0)}">
<div class="features-item-content">
<h3>More Security</h3>
<p class="mt-3">
Ensures top-tier security with SSO, audit logs, and revision history for complete
Expand All @@ -16,7 +16,7 @@
</div>
</div>
<div class="sticky-features-item">
<div class="features-item-content" :class="{'w--current': isItemInView(1)}">
<div class="features-item-content">
<h3>Better Governance</h3>
<p class="mt-3">
Give your team secured, isolated environments and control over workflows. With tailored
Expand All @@ -28,10 +28,11 @@
</div>
</div>
<div class="sticky-features-item mb__5">
<div class="features-item-content" :class="{'w--current': isItemInView(2)}">
<h3>Scale with no limits</h3>
<div class="features-item-content">
<h3>Scale With No Limits</h3>
<p class="mt-3">
Kestra Enterprise scales with no downtime. Its reliable architecture and task runners, support both internal and external execution, minimize risk and provide performance insights—allowing you to optimize without worrying about infrastructure limitations.
Kestra Enterprise scales with no downtime. Its reliable architecture and task runners,
support both internal and external execution, minimize risk and provide performance insights—allowing you to optimize without worrying about infrastructure limitations.
</p>
<NuxtLink href="/demo" class="demo-btn btn btn-animated btn-purple-animated">
<span>Get a Demo</span>
Expand Down Expand Up @@ -243,12 +244,6 @@
gap: 500px;
padding: 200px 0;
.w--current {
opacity: 1 !important;
cursor: default;
overflow: visible;
}
.mb__5 {
padding-bottom: 50px !important;
}
Expand All @@ -264,7 +259,6 @@
.features-item-content {
transition: opacity .3s;
opacity: .15;
cursor: default;
padding: 0;
text-decoration: none;
Expand Down

0 comments on commit de37589

Please sign in to comment.