Yuki Takei 4 лет назад
Родитель
Сommit
13786e478a
1 измененных файлов с 14 добавлено и 2 удалено
  1. 14 2
      packages/app/src/styles/_override-bootstrap-variables.scss

+ 14 - 2
packages/app/src/styles/_override-bootstrap-variables.scss

@@ -27,6 +27,11 @@ $grays: (
 ) !default;
 $red: #ff0a54 !default;
 
+// Options
+//
+// Quickly modify global styling by enabling or disabling optional features.
+
+$enable-shadows: true;
 
 // Grid breakpoints
 //
@@ -68,7 +73,6 @@ $line-height-base: 1.42857;
 $text-muted: $gray-500;
 $blockquote-small-color: $gray-500;
 
-
 //== Components
 //
 $border-radius: 0.35rem;
@@ -76,10 +80,18 @@ $border-radius-sm: 0.3rem;
 $border-radius-lg: 0.4rem;
 $border-radius-xl: 0.55rem;
 
+// Buttons + Forms
+//
+// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
+
+$input-btn-focus-box-shadow: none;
+
 // Buttons
 //
 // For each of Bootstrap's buttons, define text, background, and border color.
 $btn-link-disabled-color: $gray-500;
+$btn-focus-box-shadow: none;
+$btn-active-box-shadow: none;
 
 //== Forms
 //
@@ -105,6 +117,7 @@ $navbar-nav-link-padding-x: 1rem;
 //== Dropdowns
 $dropdown-link-disabled-color: $gray-500;
 $dropdown-header-color: $gray-500;
+$dropdown-box-shadow: 0 0.5rem 0.7rem rgba(black, 0.1);
 
 //== Pagination
 $pagination-disabled-color: $gray-500;
@@ -149,4 +162,3 @@ $pre-color: dummyinvalildcolor; // disable pre color specification with invalid
 $custom-checkbox-indicator-border-radius: 0px;
 $custom-control-indicator-focus-box-shadow: none;
 $custom-control-indicator-size: 1.2rem;
-