mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
77 lines
1.2 KiB
SCSS
77 lines
1.2 KiB
SCSS
@import "../../../../../../../node_modules/react-tabs/style/react-tabs.scss";
|
|
|
|
.platform-wrapper {
|
|
h1 {
|
|
margin-bottom: $pad-small;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
.input-field {
|
|
&__textarea {
|
|
min-height: 88px;
|
|
}
|
|
|
|
&__textarea {
|
|
font-family: "SourceCodePro", $monospace;
|
|
font-weight: $bold;
|
|
color: $core-fleet-blue;
|
|
line-height: $line-height;
|
|
line-break: anywhere;
|
|
padding: 12px $pad-xlarge 12px $pad-medium;
|
|
}
|
|
}
|
|
|
|
&__advanced--installer {
|
|
.input-field {
|
|
height: 105px;
|
|
}
|
|
}
|
|
|
|
&__certificate-loading {
|
|
color: $ui-fleet-black-50;
|
|
padding-top: $pad-xsmall;
|
|
}
|
|
|
|
&__certificate-error {
|
|
span,
|
|
em {
|
|
display: block;
|
|
padding: $pad-xsmall 0;
|
|
}
|
|
em {
|
|
color: $ui-error;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
|
|
&__advanced--heading,
|
|
&__chromeos--heading {
|
|
font-weight: $bold;
|
|
}
|
|
|
|
&__chromeos--info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
&__chromeos-policy-for-extension {
|
|
height: 230px;
|
|
|
|
.input-field {
|
|
&__textarea {
|
|
height: 190px;
|
|
}
|
|
&--disabled {
|
|
height: 190px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.download-certificate--tooltip {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|