* Fix all stylelint errors For any errors that fixing would require changing the output of the css disable stylelint for that line instead of modifying. * Update quality.py Make stylelint quality check pass when there are no errors * Delete empty selectors
16 lines
321 B
SCSS
16 lines
321 B
SCSS
// studio - base styling
|
|
// ====================
|
|
html {
|
|
height: 102%; // force scrollbar to prevent jump when scroll appears, cannot use overflow because it breaks drag
|
|
}
|
|
|
|
body {
|
|
min-width: $fg-min-width;
|
|
background: $uxpl-grayscale-x-back;
|
|
color: $gray-d3;
|
|
}
|
|
|
|
footer.primary {
|
|
font-size: font-size(x-small);
|
|
}
|