mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
26 lines
491 B
SCSS
26 lines
491 B
SCSS
.manage-software-automations-modal {
|
|
pre,
|
|
code {
|
|
background-color: $ui-off-white;
|
|
color: $core-fleet-blue;
|
|
border: 1px solid $ui-fleet-black-10;
|
|
border-radius: $border-radius;
|
|
padding: 7px $pad-medium;
|
|
margin: $pad-large 0 0 44px;
|
|
}
|
|
|
|
&__error {
|
|
color: $ui-error;
|
|
}
|
|
|
|
&__software-automations__disabled {
|
|
@include disabled;
|
|
}
|
|
|
|
&__no-integrations a {
|
|
display: block;
|
|
}
|
|
.component__tooltip-wrapper__tip-text {
|
|
text-align: center;
|
|
}
|
|
}
|