mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
15 lines
242 B
SCSS
15 lines
242 B
SCSS
.software-version-details-page {
|
|
@include vertical-page-layout;
|
|
|
|
.team-dropdown-wrapper {
|
|
@include normalize-team-header;
|
|
}
|
|
|
|
h2 {
|
|
font-size: $small;
|
|
}
|
|
|
|
&__vulnerabilities-section {
|
|
@include vertical-card-layout;
|
|
}
|
|
}
|