feat(style): add fonts.

This commit is contained in:
elforjani3
2021-04-12 20:04:34 +02:00
parent 32c4fdc0bd
commit bebdd4303f
13 changed files with 95 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
$ns: bp3;
$pt-popover-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.02),
0 2px 4px rgba(16, 22, 26, 0.1), 0 8px 24px rgba(16, 22, 26, 0.1);
0 2px 4px rgba(16, 22, 26, 0.1), 0 8px 24px rgba(16, 22, 26, 0.1);
$blue1: #0069ff;
$blue2: #0052ff;
@@ -24,9 +24,9 @@ $button-box-shadow-active: 0 0 0 !default;
$button-intent-box-shadow: 0 0 0 !default;
$button-intent-box-shadow-active: 0 0 0 !default;
$button-background-color-disabled: #E9ECEF !default;
$button-background-color: #E6EFFB !default;
$button-background-color-hover: #CFDCEE !default;
$button-background-color-disabled: #e9ecef !default;
$button-background-color: #e6effb !default;
$button-background-color-hover: #cfdcee !default;
$sidebar-background: #01115e;
$sidebar-text-color: #fff;