mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
33 lines
582 B
SCSS
33 lines
582 B
SCSS
.script-batch-details-page {
|
|
@include vertical-page-layout;
|
|
|
|
&__header {
|
|
margin-bottom: 0;
|
|
.section-header__sub-title {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: $pad-large;
|
|
font-size: $x-small;
|
|
}
|
|
.when {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: $pad-xsmall;
|
|
}
|
|
}
|
|
|
|
&__tab-content {
|
|
@include flex-column-16px-gap;
|
|
|
|
&__header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: $x-small;
|
|
}
|
|
}
|
|
|
|
.back-link {
|
|
align-self: flex-start;
|
|
}
|
|
}
|