Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

56 lines
1.6 KiB

@import '_mixins.scss';
@import '_vars.scss';
$font-size-base: 1rem;
$h1-font-size: $font-size-base * 1.4;
$h2-font-size: $font-size-base * 1.3;
$h3-font-size: $font-size-base * 1.2;
$h4-font-size: $font-size-base * 1.1;
$h5-font-size: $font-size-base;
$h6-font-size: $font-size-base;
$body-bg: $color-background;
$border-color: $color-border;
$danger: $color-theme-error;
$primary: $color-theme-blue;
$secondary: $color-theme-secondary;
$success: $color-theme-green;
$warning: $color-theme-orange;
$text-muted: $color-text-decent;
$alert-bg-level: 0;
$alert-color-level: -12.5;
$label-margin-bottom: .25rem;
$input-disabled-bg: $color-input-disabled;
$input-border-color: $color-input;
$input-placeholder-color: $color-input-placeholder;
$badge-bg-level: 2;
$dropdown-border-color: $color-border;
$card-border-color: $color-border;
$card-border-radius: 0;
$card-cap-bg: $panel-light-background;
$paragraph-margin-bottom: .5rem;
$modal-backdrop-opacity: .35;
$modal-footer-border-width: 1px;
$modal-header-border-width: 0;
$modal-header-padding: 1.25rem 1.75rem;
$modal-inner-padding: 1.5rem 1.75rem;
$modal-md: 560px;
$modal-title-line-height: 1.8rem;
$navbar-dark-color: $color-dark-foreground;
$close-font-weight: normal;
$close-font-size: 1rem;
$close-text-shadow: none;