fleet/website/assets/styles/pages/get-started.less
Mike Thomas 3c648d6925
Add schedule demo CTA (#6446)
* Add schedule demo CTA

Added a CTA to schedule a demo on:

- get-started.ejs
- basic-article.ejs

* Update get-started.ejs

Added UTM link

* Added tracking to calendly and get-started button

- Added standard source tag to calendly
- added "?tryitnow" to get-started button so GA can track clicks as conversions

Co-authored-by: Tim Kern <tim@fleetdm.com>
2022-06-30 08:44:28 -05:00

43 lines
826 B
Plaintext
Vendored

#get-started {
a:not(.btn) {
color: @core-vibrant-blue;
}
code {
background-color: @ui-off-white;
border: 1px solid @border-lt-gray;
color: @core-fleet-black-75;
font-size: 13px;
padding: 4px 8px;
line-height: 16px;
font-family: @code-font;
display: inline-block;
border-radius: 6px;
}
[purpose='get-started-buttons'] {
a {
font-size: 16px;
line-height: 25px;
padding: 16px 24px;
}
}
[purpose='terminal-commands'] {
padding: 24px;
border: 1px solid @core-fleet-black-25;
border-radius: 4px;
margin: 16px 0px 32px;
background: @ui-off-white;
p {
color: @core-fleet-black;
font-family: @code-font;
font-weight: 400;
font-size: 18px;
line-height: 32px;
margin-bottom: 0px;
}
}
}