mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 07:29:08 +00:00
42 lines
634 B
Text
Vendored
42 lines
634 B
Text
Vendored
#transparency {
|
|
|
|
h3 {
|
|
font-size: 24px;
|
|
line-height: 35px;
|
|
}
|
|
|
|
h4 {
|
|
font-family: 'Nunito Sans';
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
a {
|
|
color: @core-vibrant-blue;
|
|
}
|
|
|
|
.accordion {
|
|
font-weight: bold;
|
|
}
|
|
|
|
[purpose='card'] {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 60px 30px 12px;
|
|
border: 1px solid @core-vibrant-blue-15;
|
|
box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
|
|
border-radius: 16px;
|
|
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
h3 {
|
|
font-size: 28px;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
|
|
}
|