mirror of https://github.com/Squidex/squidex.git
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.
52 lines
1.5 KiB
52 lines
1.5 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;
|
|
|
|
$small-font-size: 90%;
|
|
|
|
$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;
|
|
|
|
$alert-bg-level: 0;
|
|
$alert-color-level: -12.5;
|
|
|
|
$input-bg-disabled: $color-input-disabled;
|
|
$input-border-color: $color-input;
|
|
$input-placeholder-color: $color-text-decent;
|
|
|
|
$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;
|
|
|
|
$close-font-weight: normal;
|
|
$close-font-size: 1rem;
|
|
$close-text-shadow: none;
|