mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 02:17:21 +00:00
27 lines
448 B
SCSS
27 lines
448 B
SCSS
.disk-encryption {
|
|
h2 {
|
|
margin-top: 0;
|
|
padding-bottom: $pad-small;
|
|
font-size: $medium;
|
|
font-weight: $regular;
|
|
color: $core-fleet-black;
|
|
border-bottom: solid 1px $ui-fleet-black-10;
|
|
}
|
|
|
|
&__premium-feature-message {
|
|
margin-top: 80px;
|
|
text-align: center;
|
|
}
|
|
|
|
> p {
|
|
margin: 0;
|
|
}
|
|
|
|
&__save-button {
|
|
margin-top: $pad-large;
|
|
}
|
|
|
|
.disk-encryption-content {
|
|
animation: fade-in 250ms ease-out;
|
|
}
|
|
}
|