mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
14 lines
231 B
SCSS
14 lines
231 B
SCSS
.software-os-details-page {
|
|
background-color: $ui-off-white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-medium;
|
|
|
|
.team-dropdown-wrapper {
|
|
@include normalize-team-header;
|
|
}
|
|
|
|
h2 {
|
|
font-size: $small;
|
|
}
|
|
}
|