Yuki Takei 2 лет назад
Родитель
Сommit
1975475d8a
1 измененных файлов с 17 добавлено и 0 удалено
  1. 17 0
      packages/core/scss/bootstrap/_variables.scss

+ 17 - 0
packages/core/scss/bootstrap/_variables.scss

@@ -25,12 +25,29 @@ $warning-border-subtle:       mix(#fff, $warning, 70%) !default;
 $danger-border-subtle:        mix(#fff, $danger, 70%) !default;
 
 
+// Options
+//
+// Quickly modify global styling by enabling or disabling optional features.
+
+$enable-shadows: true;
+$box-shadow-inset: inset 0 0 rgba(black, 0); // set invisible value for inset
+
+
+// Buttons
+//
+// For each of Bootstrap's buttons, define text, background, and border color.
+
+$btn-box-shadow: 0;
+$btn-active-box-shadow: 0;
+
+
 // Links
 //
 // Style anchor elements.
 
 $link-decoration: none;
 
+
 //== Typography
 //
 //## Font, line-height, and color for body text, headings, and more.