fleet/website/assets/styles/pages/pricing.less
Eric bfef6cf368
Website: Update homepage CTA (#5265)
* update animated button styles

* clean up stylesheet, bring back demo button

* Update homepage.less

* button update

* update img src
2022-04-20 15:20:30 -05:00

26 lines
339 B
Text
Vendored

#pricing {
h1, p {
color: #192147;
}
.faq-question {
font-weight: @bold;
}
.faq-list {
padding-left: 20px;
li {
margin-bottom: 16px;
padding-left: 8px;
}
}
@media (max-width: 767px) {
p {font-size: 16px;}
}
[purpose='animated-arrow-button'] {
.btn-animated-arrow-red();
}
}