File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,16 @@ banner-style: important
3333image:_images/code-editor-illustration.svg["", opts=inline]
3434--
3535
36+ [.cards.quiet.large.callout.hide-title]
37+ == Request a Team Trial
38+
39+ [.card.large]
40+ === Evaluate Vaadin the right way—with your team
41+
42+ Apply for the Team Trial and get expert-led guidance before you start building together.
43+
44+ link:https://pages.vaadin.com/request-a-team-trial[Apply For a Free Consultation, role="button-link"]
45+
3646[.cards.quiet.large.components]
3747== image:_images/components.svg["", opts=inline, role=icon, width=48] Components
3848
@@ -270,6 +280,26 @@ nav[aria-label=breadcrumb] {
270280 align-items: center;
271281 justify-content: center;
272282}
283+
284+ .callout .card {
285+ background-color: var(--blue-50);
286+ }
287+
288+ html[theme~=dark] .callout .card {
289+ color: #FFF;
290+ background-color: var(--blue-500);
291+ border: none;
292+ }
293+
294+ html[theme~=dark] .callout .card a:hover::before {
295+ border: 1px solid white;
296+ box-shadow: none;
297+ }
298+
299+ html[theme~=dark] .callout .card .button-link {
300+ color: white;
301+ text-decoration: underline;
302+ }
273303</style>
274304++++
275305
You can’t perform that action at this time.
0 commit comments