2021-10-15 13:40:42 +00:00
|
|
|
@import "../../../../../../../node_modules/react-tabs/style/react-tabs.scss";
|
|
|
|
|
|
|
|
|
|
.platform-wrapper {
|
|
|
|
|
h1 {
|
|
|
|
|
margin-bottom: $pad-small;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
2024-01-18 15:48:44 +00:00
|
|
|
margin: 0;
|
2021-10-15 13:40:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-field {
|
2022-02-16 21:21:42 +00:00
|
|
|
&__textarea {
|
2023-06-09 15:38:00 +00:00
|
|
|
min-height: 88px;
|
2021-10-15 13:40:42 +00:00
|
|
|
}
|
|
|
|
|
|
2024-06-11 15:11:40 +00:00
|
|
|
&__textarea {
|
2021-10-15 13:40:42 +00:00
|
|
|
font-family: "SourceCodePro", $monospace;
|
|
|
|
|
color: $core-fleet-blue;
|
2025-09-29 17:10:41 +00:00
|
|
|
line-height: $line-height;
|
2024-02-07 19:15:17 +00:00
|
|
|
line-break: anywhere;
|
|
|
|
|
padding: 12px $pad-xlarge 12px $pad-medium;
|
2021-10-15 13:40:42 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-08 18:57:28 +00:00
|
|
|
&__advanced--installer {
|
2022-11-09 21:27:32 +00:00
|
|
|
.input-field {
|
2023-06-09 15:38:00 +00:00
|
|
|
height: 105px;
|
2022-11-09 21:27:32 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-12-24 00:12:08 +00:00
|
|
|
&__certificate-loading {
|
|
|
|
|
color: $ui-fleet-black-50;
|
|
|
|
|
padding-top: $pad-xsmall;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__certificate-error {
|
|
|
|
|
span,
|
|
|
|
|
em {
|
|
|
|
|
display: block;
|
2022-02-22 22:45:46 +00:00
|
|
|
padding: $pad-xsmall 0;
|
2021-12-24 00:12:08 +00:00
|
|
|
}
|
|
|
|
|
em {
|
|
|
|
|
color: $ui-error;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-02-16 21:21:42 +00:00
|
|
|
|
2023-05-30 23:17:14 +00:00
|
|
|
&__advanced--heading,
|
|
|
|
|
&__chromeos--heading {
|
2022-02-16 21:21:42 +00:00
|
|
|
font-weight: $bold;
|
2022-03-21 22:08:13 +00:00
|
|
|
}
|
|
|
|
|
|
2024-01-18 15:48:44 +00:00
|
|
|
&__chromeos--info {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 0.5rem;
|
2023-05-30 23:17:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__chromeos-policy-for-extension {
|
|
|
|
|
height: 230px;
|
|
|
|
|
|
2024-11-11 18:15:47 +00:00
|
|
|
.input-field {
|
|
|
|
|
&__textarea {
|
|
|
|
|
height: 190px;
|
|
|
|
|
}
|
|
|
|
|
&--disabled {
|
|
|
|
|
height: 190px;
|
|
|
|
|
}
|
2022-03-21 22:08:13 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.download-certificate--tooltip {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2021-10-15 13:40:42 +00:00
|
|
|
}
|