fleet/frontend/pages/ManageControlsPage/OSSettings/cards/DiskEncryption/_styles.scss
Marcos Oviedo f0d77ab3db
Merging Bitlocker feature branch (#14350)
This relates to #12577

---------

Co-authored-by: gillespi314 <73313222+gillespi314@users.noreply.github.com>
Co-authored-by: Roberto Dip <dip.jesusr@gmail.com>
2023-10-06 19:04:33 -03:00

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;
}
}