mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
This relates to #12577 --------- Co-authored-by: gillespi314 <73313222+gillespi314@users.noreply.github.com> Co-authored-by: Roberto Dip <dip.jesusr@gmail.com>
28 lines
481 B
SCSS
28 lines
481 B
SCSS
.disk-encryption {
|
|
h2 {
|
|
margin-top: 0;
|
|
padding-bottom: $pad-small;
|
|
margin-bottom: $pad-xxlarge;
|
|
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;
|
|
}
|
|
}
|