You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Access Control / Firewall management</b> - ACLs are for now only available for
49
-
Linux based Defguard Gateway - FreeBSD/OPNSense will come in 1.3.1 stable release.
101
+
Access Control / Firewall management - ACLs are for now only available for Linux based Defguard Gateway - FreeBSD/OPNSense will come in 1.3.1 stable release.
102
+
</li>
103
+
<li>
104
+
LDAP & Active Directory two-way synchronization
50
105
</li>
51
-
<li><b>LDAP & Active Directory</b> two-way synchronization</li>
52
106
</ul>
53
-
</p>
107
+
</div>
108
+
<divslot="right">
109
+
<YouTubeVideo
110
+
videoId="Om28IuV5AcM"
111
+
title="Your video title"
112
+
showControls={true}
113
+
showInfo={true}
114
+
allowFullscreen={true}
115
+
rel={false}
116
+
/>
117
+
</div>
118
+
</FlexibleSection>
54
119
</ProductSection>
55
-
<NewsletterSectionheaderLevel="2" />
56
120
</main>
57
121
</BaseLayout>
58
122
59
123
<stylelang="scss"is:global>
60
-
#newsletter-page {
61
-
padding: calc(var(--nav-height) + 100px) 0 100px;
124
+
125
+
.btn.size-normal{
126
+
margin: 0 0 0 auto;
127
+
min-height: unset;
128
+
height:38px;
129
+
border-radius: unset;
130
+
width: 100%;
131
+
132
+
@include break-down(lg) {
133
+
margin: 0 auto;
134
+
}
62
135
}
136
+
.btn{
137
+
border-color: var(--text-button-tertiary);
63
138
64
-
#thanks {
65
-
padding-bottom: 40px;
66
-
& > * {
67
-
width: 100%;
139
+
&:hover{
140
+
border: unset;
141
+
background-color: var(--text-button-tertiary);
142
+
143
+
span {
144
+
color: white;
145
+
}
68
146
}
147
+
}
69
148
70
-
h2,
71
-
p {
72
-
text-align: left;
149
+
#download-confirm {
150
+
.product-section {
151
+
padding-top: 0 !important; /* Match the 4rem padding from FlexibleSection */
0 commit comments