pixelfed/resources/assets/sass/_variables.scss

27 lines
657 B
SCSS
Raw Normal View History

2018-04-15 23:56:48 +00:00
// Body
2020-07-22 01:18:35 +00:00
$body-bg: #f7fbfd78;
2018-04-15 23:56:48 +00:00
// Typography
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
2018-04-17 01:10:11 +00:00
$font-size-base: 0.9rem;
$font-weight-lighter: 300;
2018-04-15 23:56:48 +00:00
$line-height-base: 1.6;
2018-06-09 22:29:36 +00:00
$font-size-lg: ($font-size-base * 1.25);
$font-size-sm: ($font-size-base * .875);
$input-height: 2.375rem;
$input-height-sm: 1.9375rem;
$input-height-lg: 3rem;
$input-btn-focus-width: .2rem;
$custom-control-indicator-bg: #dee2e6;
$custom-control-indicator-disabled-bg: #e9ecef;
$custom-control-description-disabled-color: #868e96;
$white: white;
$theme-colors: (
2020-07-22 01:18:35 +00:00
'primary': #2c78bf,
'muted' : #697179
);
$card-cap-bg: $white;