mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
14 lines
181 B
SCSS
14 lines
181 B
SCSS
|
|
.query-table-columns {
|
||
|
|
margin-bottom: $pad-xlarge;
|
||
|
|
|
||
|
|
h3 {
|
||
|
|
font-size: $small;
|
||
|
|
font-weight: $bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
&__column-list {
|
||
|
|
list-style: none;
|
||
|
|
padding-left: 0;
|
||
|
|
}
|
||
|
|
}
|