assets/stylesheets/material/variables/_variable-bootstrap.scss in material-sass-4.0.0 vs assets/stylesheets/material/variables/_variable-bootstrap.scss in material-sass-4.1.0
- old
+ new
@@ -44,12 +44,12 @@
$carousel-caption-color: $white-primary !default;
$carousel-caption-width: 50% !default;
$carousel-control-bg: $white-divider !default;
$carousel-control-bg-hover: rgba(204, 204, 204, 0.25) !default;
$carousel-control-color: $white-primary !default;
-$carousel-control-elevation-shadow: $elevation-shadow-6dp !default;
-$carousel-control-elevation-shadow-active: $elevation-shadow-12dp !default;
+$carousel-control-elevation-shadow: map-get($elevation-shadows, 6) !default;
+$carousel-control-elevation-shadow-active: map-get($elevation-shadows, 12) !default;
$carousel-control-font-size: 0.8125rem !default;
$carousel-control-next-icon: 'chevron_right' !default;
$carousel-control-prev-icon: 'chevron_left' !default;
$carousel-control-size: 2.5rem !default;
$carousel-indicator-bg: rgba(204, 204, 204, 0.25) !default;
@@ -90,25 +90,25 @@
$form-feedback-invalid-color: theme-color(danger) !default;
$form-feedback-valid-color: theme-color(success) !default;
$form-group-margin-y: $spacer !default;
-$input-group-addon-margin-x: 1rem !default;
+$input-group-inner-spacer-x: 1rem !default;
// Jumbotron
$jumbotron-bg: $white-primary !default;
$jumbotron-border-radius: $border-radius !default;
$jumbotron-color: $black-primary !default;
-$jumbotron-elevation-shadow: $elevation-shadow-2dp !default;
+$jumbotron-elevation-shadow: map-get($elevation-shadows, 2) !default;
$jumbotron-padding-x: 2rem !default;
$jumbotron-padding-y: 3rem !default;
// Link
-$link-color: theme-color(primary) !default;
-$link-color-hover: theme-color(primary) !default;
+$link-color: theme-color(secondary) !default;
+$link-color-hover: theme-color(secondary) !default;
$link-decoration: none !default;
$link-decoration-hover: underline !default;
// Misc
@@ -140,11 +140,11 @@
$table-caption-color: $black-hint !default;
$text-muted: $black-hint !default;
-$thumbnail-box-shadow: $shadow-2dp !default;
+$thumbnail-box-shadow: map-get($shadows, 2) !default;
$webkit-tap-highlight-color: rgba(0, 0, 0, 0) !default;
// Nav
@@ -170,10 +170,11 @@
// Popover
$popover-bg: $white !default;
$popover-border-radius: $border-radius !default;
-$popover-elevation-shadow: $elevation-shadow-24dp !default;
+$popover-breakpoint: md !default;
+$popover-elevation-shadow: map-get($elevation-shadows, 24) !default;
$popover-font-size: $font-size-base !default;
$popover-margin: 1.5rem !default;
$popover-margin-desktop: 0.875rem !default;
$popover-max-width: 17.5rem !default;
$popover-padding-x: 1.5rem !default;