fleet/frontend/pages/ManageControlsPage/OSUpdates/components/CurrentVersionSection/_styles.scss
2024-12-17 15:22:33 -05:00

37 lines
587 B
SCSS

.os-updates-current-version-section {
&__title {
display: flex;
align-items: center;
gap: $pad-small;
padding-bottom: $pad-medium;
border-bottom: 1px solid $ui-fleet-black-10;
margin-bottom: $pad-xxlarge;
}
&__header {
h2 {
font-weight: normal;
font-size: 18px;
}
}
&__error {
padding: $pad-xxlarge;
}
.linkToFilteredHosts__header {
width: auto;
max-width: 120px;
}
td {
width: 100%;
max-width: $col-lg;
}
@media (max-width: $break-md) {
td {
max-width: $col-md !important;
}
}
}