mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
10 lines
166 B
SCSS
10 lines
166 B
SCSS
.software-title-details-page {
|
|
background-color: $ui-off-white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-medium;
|
|
|
|
h2 {
|
|
font-size: $small;
|
|
}
|
|
}
|