mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
87ab319b30
* Implement transparency page for fleetdm.com
43 lines
634 B
Plaintext
Vendored
43 lines
634 B
Plaintext
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;
|
|
}
|
|
}
|
|
|
|
}
|