mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
* update animated button styles * clean up stylesheet, bring back demo button * Update homepage.less * button update * update img src
26 lines
339 B
Text
Vendored
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();
|
|
}
|
|
|
|
}
|