mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
4 lines
307 B
SCSS
4 lines
307 B
SCSS
$col-xs: 85px; // column size for under 10 characters
|
|
$col-sm: 102px; // column size will "hug" its contents
|
|
$col-md: 252px; // column size not including 24px padding on left and right (total width is 300px)
|
|
$col-lg: 352px; // column size not including 24px padding on left and right (total width is 400px)
|