2022-02-05 00:48:35 +00:00
|
|
|
.manage-automations-modal {
|
|
|
|
|
pre,
|
|
|
|
|
code {
|
|
|
|
|
background-color: $ui-off-white;
|
|
|
|
|
color: $core-fleet-blue;
|
2023-01-05 15:23:27 +00:00
|
|
|
border: 1px solid $ui-fleet-black-10;
|
2022-02-05 00:48:35 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 7px $pad-medium;
|
|
|
|
|
margin: $pad-large 0 0 44px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__error {
|
|
|
|
|
color: $ui-error;
|
|
|
|
|
}
|
|
|
|
|
|
2022-03-11 17:56:14 +00:00
|
|
|
&__overlay-container {
|
|
|
|
|
display: grid;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__software-automation-enabled,
|
|
|
|
|
&__overlay {
|
|
|
|
|
grid-area: 1 / 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__overlay {
|
|
|
|
|
background-color: $core-white;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
opacity: 75%;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-09 19:37:56 +00:00
|
|
|
&__software-automation-description {
|
|
|
|
|
p {
|
|
|
|
|
margin: $pad-large 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-05 00:48:35 +00:00
|
|
|
.form-field__label--error {
|
|
|
|
|
color: $ui-error;
|
|
|
|
|
}
|
2022-04-11 19:04:41 +00:00
|
|
|
|
|
|
|
|
&__workflow {
|
|
|
|
|
margin-top: $medium;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__radio-input {
|
|
|
|
|
margin: $small 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__no-integration--cta {
|
|
|
|
|
margin-top: $pad-medium;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__add-integration-link {
|
|
|
|
|
font-size: $x-small;
|
|
|
|
|
color: $core-vibrant-blue;
|
|
|
|
|
font-weight: $bold;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
margin-top: $pad-large;
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus-visible {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-02-05 00:48:35 +00:00
|
|
|
}
|