aboutsummaryrefslogtreecommitdiff
path: root/packages/client/src/scss/_bootstrap.scss
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-06-11 13:31:07 +0200
committerHampusM <hampus@hampusmat.com>2021-06-11 13:31:07 +0200
commit7e9433762f51be2c4938481c9c33589982118033 (patch)
tree9cfc36a1d59ac3c926bfcb2e222449da14cfec5d /packages/client/src/scss/_bootstrap.scss
parent55ab996795efdb125437d5728b50d03ac5d2612d (diff)
Goodbye, Bootstrap & added a button component
Diffstat (limited to 'packages/client/src/scss/_bootstrap.scss')
-rw-r--r--packages/client/src/scss/_bootstrap.scss75
1 files changed, 0 insertions, 75 deletions
diff --git a/packages/client/src/scss/_bootstrap.scss b/packages/client/src/scss/_bootstrap.scss
deleted file mode 100644
index b7cc84f..0000000
--- a/packages/client/src/scss/_bootstrap.scss
+++ /dev/null
@@ -1,75 +0,0 @@
-@import "~bootstrap/scss/functions";
-@import "~bootstrap/scss/variables";
-@import "~bootstrap/scss/mixins";
-
-$theme-colors: (
- "primary": colors.$primary,
- "secondary": colors.$secondary,
- "success": colors.$success,
- "info": $info,
- "warning": $warning,
- "danger": colors.$danger,
- "light": $light,
- "dark": $dark
-);
-
-$font-size-base: 0.75rem;
-
-$h1-font-size: $font-size-base * 2.5;
-$h2-font-size: $font-size-base * 2;
-$h3-font-size: $font-size-base * 1.75;
-$h4-font-size: $font-size-base * 1.5;
-$h5-font-size: $font-size-base * 1.125;
-$h6-font-size: $font-size-base;
-
-$font-sizes: (
- 1: $h1-font-size,
- 2: $h2-font-size,
- 3: $h3-font-size,
- 4: $h4-font-size,
- 5: $h5-font-size,
- 6: $h6-font-size
-);
-
-$input-bg: lighten(#000000, 12%);
-$input-disabled-bg: lighten(#000000, 12%);
-$input-color: colors.$text;
-$input-focus-color: colors.$text;
-$input-focus-box-shadow: none;
-$input-disabled-border-color: lighten(#000000, 50%);
-$input-height-sm: auto;
-
-$btn-padding-y-sm: 0.15rem;
-$btn-padding-x-sm: 0.4rem;
-
-$table-cell-padding-x: 1rem;
-$table-cell-padding-y: 0.2rem;
-
-$table-variants: (
- "primary": shift-color($primary, $table-bg-scale),
- "secondary": shift-color($secondary, $table-bg-scale),
- "success": shift-color($success, $table-bg-scale),
- "info": shift-color($info, $table-bg-scale),
- "warning": shift-color($warning, $table-bg-scale),
- "danger": shift-color($danger, $table-bg-scale),
- "light": $light,
- "dark": colors.$background,
-);
-
-@media (max-width: 1200px) {
- .fs-1 {
- font-size: calc(1.375rem + 0.667vw) !important;
- }
- .fs-2 {
- font-size: calc(1.325rem + 1.584vw) !important;
- }
- .fs-3 {
- font-size: calc(1.3rem + 0.017vw) !important;
- }
- .fs-4 {
- font-size: calc(0.82rem + 0.4vw) !important;
- }
- .fs-5 {
- font-size: calc(0.65rem + 0.25vw) !important;
- }
-} \ No newline at end of file