2021-10-15 13:40:42 +00:00
|
|
|
@import "../../../../../../../node_modules/react-tabs/style/react-tabs.scss";
|
|
|
|
|
|
|
|
|
|
.platform-wrapper {
|
|
|
|
|
padding: 0; // different to pad sticky subnav properly
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
margin-bottom: $pad-small;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.body-wrap {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__info {
|
2022-03-09 15:49:19 +00:00
|
|
|
margin-top: $pad-medium;
|
2021-10-15 13:40:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__cta {
|
|
|
|
|
font-weight: $bold;
|
2021-12-24 00:12:08 +00:00
|
|
|
padding-top: $pad-xsmall;
|
|
|
|
|
margin: 0;
|
2021-10-15 13:40:42 +00:00
|
|
|
}
|
|
|
|
|
|
2022-03-09 15:49:19 +00:00
|
|
|
.fleet-checkbox {
|
|
|
|
|
display: flex;
|
2022-05-24 13:24:43 +00:00
|
|
|
align-items: center;
|
2022-03-09 15:49:19 +00:00
|
|
|
}
|
|
|
|
|
|
2021-10-15 13:40:42 +00:00
|
|
|
.form-field {
|
2022-05-24 13:24:43 +00:00
|
|
|
&--checkbox {
|
|
|
|
|
margin-bottom: $pad-medium;
|
|
|
|
|
}
|
2021-10-15 13:40:42 +00:00
|
|
|
|
|
|
|
|
&__label {
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: $x-small;
|
|
|
|
|
font-weight: $bold;
|
2022-05-24 13:24:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--textarea {
|
|
|
|
|
margin-bottom: $pad-xsmall;
|
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
|
|
|
}
|
|
|
|
|
|
2022-02-16 21:21:42 +00:00
|
|
|
&__textarea,
|
|
|
|
|
&--disabled {
|
2021-10-15 13:40:42 +00:00
|
|
|
font-family: "SourceCodePro", $monospace;
|
2023-05-23 21:24:01 +00:00
|
|
|
font-weight: $bold;
|
2021-10-15 13:40:42 +00:00
|
|
|
font-size: 13px;
|
|
|
|
|
color: $core-fleet-blue;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
margin-bottom: 0;
|
2023-05-30 23:17:14 +00:00
|
|
|
padding: 12px $pad-large 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-10-15 13:40:42 +00:00
|
|
|
&__installer-copy-icon {
|
|
|
|
|
color: $core-vibrant-blue;
|
|
|
|
|
margin-left: $pad-small;
|
|
|
|
|
margin-right: $pad-medium;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-16 21:21:42 +00:00
|
|
|
&__copy-message {
|
|
|
|
|
font-weight: $regular;
|
|
|
|
|
vertical-align: top;
|
2022-11-07 17:48:43 +00:00
|
|
|
background-color: $ui-light-grey;
|
|
|
|
|
border: solid 1px #e2e4ea;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding: 2px 6px;
|
2022-02-16 21:21:42 +00:00
|
|
|
}
|
|
|
|
|
|
2021-10-15 13:40:42 +00:00
|
|
|
.buttons {
|
2023-05-25 13:43:44 +00:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row-reverse;
|
2021-10-15 13:40:42 +00:00
|
|
|
align-items: center;
|
2023-05-25 13:43:44 +00:00
|
|
|
position: relative;
|
2023-05-30 23:17:14 +00:00
|
|
|
top: 38px;
|
2023-05-25 13:43:44 +00:00
|
|
|
margin-right: $pad-medium;
|
|
|
|
|
height: 12px;
|
|
|
|
|
gap: $pad-small;
|
2021-10-15 13:40:42 +00:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-16 21:21:42 +00:00
|
|
|
&__run-osquery-input {
|
|
|
|
|
.buttons {
|
2023-05-25 13:43:44 +00:00
|
|
|
top: 34px;
|
2022-02-16 21:21:42 +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
|
|
|
|
|
|
|
|
&__advanced {
|
|
|
|
|
padding-top: 6px;
|
2022-03-21 22:08:13 +00:00
|
|
|
.reveal-button {
|
|
|
|
|
margin: 8px 0;
|
|
|
|
|
}
|
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;
|
|
|
|
|
margin-bottom: $pad-small;
|
|
|
|
|
}
|
2022-03-21 22:08:13 +00:00
|
|
|
|
|
|
|
|
&__advanced--text {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2023-05-30 23:17:14 +00:00
|
|
|
&__chromeos--instructions,
|
|
|
|
|
&__advanced--instructions {
|
|
|
|
|
margin-bottom: $pad-medium;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__chromeos-extension-id,
|
|
|
|
|
&__chromeos-url {
|
|
|
|
|
.buttons {
|
|
|
|
|
top: 34px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__chromeos-policy-for-extension {
|
|
|
|
|
height: 230px;
|
|
|
|
|
|
|
|
|
|
.input-field--disabled {
|
|
|
|
|
height: 190px;
|
2022-03-21 22:08:13 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.download-certificate--tooltip {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
div {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-07-27 12:21:16 +00:00
|
|
|
|
|
|
|
|
&__copy-message {
|
|
|
|
|
background-color: $ui-light-grey;
|
|
|
|
|
border: solid 1px #e2e4ea;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding: 2px 6px;
|
|
|
|
|
}
|
2021-10-15 13:40:42 +00:00
|
|
|
}
|