vendor/assets/stylesheets/foundation/_settings.scss in foundation-rails-5.4.3.1 vs vendor/assets/stylesheets/foundation/_settings.scss in foundation-rails-5.4.3.2
- old
+ new
@@ -84,36 +84,19 @@
// $column-gutter: rem-calc(30);
// c. Global
// - - - - - - - - - - - - - - - - - - - - - - - - -
-// We use these to define default font weights
-// $font-weight-normal: normal !default;
-// $font-weight-bold: bold !default;
+// We use these to define default font stacks
+// $font-family-sans-serif: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
+// $font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif;
+// $font-family-monospace: Consolas, "Liberation Mono", Courier, monospace;
-// Global
-
// We use these to define default font weights
// $font-weight-normal: normal !default;
// $font-weight-bold: bold !default;
-// We use these to control various global styles
-// $body-bg: $white;
-// $body-font-color: $jet;
-// $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
-// $body-font-weight: $font-weight-normal;
-// $body-font-style: normal;
-
-// We use this to control font-smoothing
-// $font-smoothing: antialiased;
-
-// We use these to control text direction settings
-// $text-direction: ltr;
-// $opposite-direction: right;
-// $default-float: left;
-// $last-child-float: $opposite-direction;
-
// We use these as default colors throughout
// $primary-color: #008CBA;
// $secondary-color: #e7e7e7;
// $alert-color: #f04124;
// $success-color: #43AC6A;
@@ -138,10 +121,26 @@
// $tuatara : #444444;
// $oil : #333333;
// $jet : #222222;
// $black : #000000;
+// We use these to control various global styles
+// $body-bg: $white;
+// $body-font-color: $jet;
+// $body-font-family: $font-family-sans-serif;
+// $body-font-weight: $font-weight-normal;
+// $body-font-style: normal;
+
+// We use this to control font-smoothing
+// $font-smoothing: antialiased;
+
+// We use these to control text direction settings
+// $text-direction: ltr;
+// $opposite-direction: right;
+// $default-float: left;
+// $last-child-float: $opposite-direction;
+
// We use these to make sure border radius matches unless we want it different.
// $global-radius: 3px;
// $global-rounded: 1000px;
// We use these to control inset shadow shiny edges and depressions.
@@ -243,11 +242,11 @@
// $paragraph-aside-font-style: italic;
// $paragraph-text-rendering: optimizeLegibility;
// We use these to style <code> tags
// $code-color: $oil;
-// $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
+// $code-font-family: $font-family-monospace;
// $code-font-weight: $font-weight-normal;
// $code-background-color: scale-color($secondary-color, $lightness: 70%);
// $code-border-size: 1px;
// $code-border-style: solid;
// $code-border-color: scale-color($code-background-color, $lightness: -10%);
@@ -311,11 +310,10 @@
// We use this to control abbr font styles
// $microformat-abbr-font-weight: $font-weight-bold;
// $microformat-abbr-font-decoration: none;
-
// 01. Accordion
// - - - - - - - - - - - - - - - - - - - - - - - - -
// $include-html-accordion-classes: $include-html-classes;
@@ -381,11 +379,10 @@
// We use this to control the maximum number of block grid elements per row
// $block-grid-elements: 12;
// $block-grid-default-spacing: rem-calc(20);
// $align-block-grid-to-grid: false;
-
// Enables media queries for block-grid classes. Set to false if writing semantic HTML.
// $block-grid-media-queries: true;
// 04. Breadcrumbs
// - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -552,10 +549,14 @@
// $dropdown-mobile-default-float: 0;
// We use this to control the styles for when the dropdown has custom content.
// $f-dropdown-content-padding: rem-calc(20);
+// Default radius for dropdown.
+// $f-dropdown-radius: $global-radius;
+
+
// 09. Dropdown Buttons
// - - - - - - - - - - - - - - - - - - - - - - - - -
// $include-html-button-classes: $include-html-classes;
@@ -675,11 +676,10 @@
// Select variables
// $select-bg-color: $ghost;
// $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%);
-
// 12. Icon Bar
// - - - - - - - - - - - - - - - - - - - - - - - - -
// We use these to style the icon-bar and items
// $include-html-icon-bar-classes: $include-html-classes;
@@ -712,11 +712,11 @@
// $inline-list-overflow: hidden;
// We use this to control the list items
// $inline-list-display: block;
-// We use this to control any elments within list items
+// We use this to control any elements within list items
// $inline-list-children-display: block;
// 14. Joyride
// - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -728,11 +728,11 @@
// $joyride-tip-padding: rem-calc(18 20 24);
// $joyride-tip-border: solid 1px $charcoal;
// $joyride-tip-radius: 4px;
// $joyride-tip-position-offset: 22px;
-// Here, we're setting the tip dont styles
+// Here, we're setting the tip font styles
// $joyride-tip-font-color: $white;
// $joyride-tip-font-size: rem-calc(14);
// $joyride-tip-header-weight: $font-weight-bold;
// This changes the nub size
@@ -777,11 +777,11 @@
// - - - - - - - - - - - - - - - - - - - - - - - - -
// $include-html-label-classes: $include-html-classes;
// We use these to style the labels
-// $label-padding: rem-calc(4 8 6);
+// $label-padding: rem-calc(4 8 4);
// $label-radius: $global-radius;
// We use these to style the label text
// $label-font-sizing: rem-calc(11);
// $label-font-weight: $font-weight-normal;
@@ -820,10 +820,11 @@
// $tabbar-header-margin: 0;
// Off Canvas Menu Variables
// $off-canvas-width: rem-calc(250);
// $off-canvas-bg: $oil;
+// $off-canvas-bg-hover: scale-color($tabbar-bg, $lightness: -30%);
// Off Canvas Menu List Variables
// $off-canvas-label-padding: 0.3rem rem-calc(15);
// $off-canvas-label-color: $aluminum;
// $off-canvas-label-text-transform: uppercase;
@@ -1019,11 +1020,10 @@
// We use these to control the CTA area styles
// $price-cta-bg: $white;
// $price-cta-align: center;
// $price-cta-padding: rem-calc(20 20 0);
-
// 23. Progress Bar
// - - - - - - - - - - - - - - - - - - - - - - - - -
// $include-html-media-classes: $include-html-classes;
@@ -1050,11 +1050,11 @@
// 24. Range Slider
// - - - - - - - - - - - - - - - - - - - - - - - - -
// $include-html-range-slider-classes: $include-html-classes;
-// These variabels define the slider bar styles
+// These variables define the slider bar styles
// $range-slider-bar-width: 100%;
// $range-slider-bar-height: rem-calc(16);
// $range-slider-bar-border-width: 1px;
// $range-slider-bar-border-style: solid;
@@ -1065,11 +1065,11 @@
// Vertical bar styles
// $range-slider-vertical-bar-width: rem-calc(16);
// $range-slider-vertical-bar-height: rem-calc(200);
-// These variabels define the slider handle styles
+// These variables define the slider handle styles
// $range-slider-handle-width: rem-calc(32);
// $range-slider-handle-height: rem-calc(22);
// $range-slider-handle-position-top: rem-calc(-5);
// $range-slider-handle-bg-color: $primary-color;
// $range-slider-handle-border-width: 1px;
@@ -1208,11 +1208,10 @@
// $sub-nav-text-decoration: none;
// $sub-nav-padding: rem-calc(3 16);
// $sub-nav-border-radius: 3px;
// $sub-nav-font-color-hover: scale-color($sub-nav-font-color, $lightness: -25%);
-
// We use these to control the active item styles
// $sub-nav-active-font-weight: $font-weight-normal;
// $sub-nav-active-bg: $primary-color;
// $sub-nav-active-bg-hover: scale-color($sub-nav-active-bg, $lightness: -14%);
// $sub-nav-active-color: $white;
@@ -1220,11 +1219,10 @@
// $sub-nav-active-cursor: default;
// $sub-nav-item-divider: "";
// $sub-nav-item-divider-margin: rem-calc(12);
-
// 29. Switch
// - - - - - - - - - - - - - - - - - - - - - - - - -
// $include-html-form-classes: $include-html-classes;
@@ -1287,10 +1285,11 @@
// $table-row-padding: rem-calc(9 10);
// $table-row-font-size: rem-calc(14);
// $table-row-font-color: $jet;
// $table-line-height: rem-calc(18);
-// These are for controlling the display and margin of tables
+// These are for controlling the layout, display and margin of tables
+// $table-layout: auto;
// $table-display: table-cell;
// $table-margin-bottom: rem-calc(20);
// 31. Tabs
// - - - - - - - - - - - - - - - - - - - - - - - - -