UNPKG

light-design

Version:

Lightest Designed CSS framework.

1 lines 148 kB
{"version":3,"file":"light-design.css","sources":["light-design.scss","_variables.scss","mixins/_mixins.scss","mixins/_vendor-prefixes.scss","mixins/_tab-focus.scss","mixins/_image.scss","mixins/_text-property.scss","mixins/_text-emphasis.scss","mixins/_backgrounds-varient.scss","mixins/_clearfix.scss","mixins/_text-overflow.scss","mixins/_grid.scss","mixins/_table-row.scss","mixins/_forms.scss","mixins/_button.scss","mixins/_responsive-visibility.scss","../../node_modules/normalize-scss/sass/_normalize.scss","../../node_modules/normalize-scss/sass/normalize/_variables.scss","../../node_modules/normalize-scss/sass/normalize/_vertical-rhythm.scss","../../node_modules/normalize-scss/sass/normalize/_normalize-mixin.scss","_scaffolding.scss","_typography.scss","_grid.scss","_tables.scss","_forms.scss","_form-default.scss","_form-material.scss","_buttons.scss","_helper.scss"],"sourcesContent":["@import './variables';\r\n\r\n// Mixins\r\n@import './mixins/mixins';\r\n\r\n// Reset Browser CSS\r\n@import '../../node_modules/normalize-scss/sass/normalize';\r\n@include normalize();\r\n\r\n// Scaffolding\r\n@import './scaffolding';\r\n\r\n// Typography\r\n@import './typography';\r\n\r\n// Grid\r\n@import './grid';\r\n\r\n// Table\r\n@import './tables';\r\n\r\n// Forms\r\n@import './forms';\r\n// Default Form\r\n@import './form-default';\r\n// Material Form\r\n@import './form-material';\r\n@import './buttons';\r\n\r\n// Helper\r\n@import './helper';","$gray-base: #000;\r\n$white-color: #fff;\r\n$gray-darker: lighten($gray-base, 13.5%); // #222\r\n$gray-dark: lighten($gray-base, 20%); // #333\r\n$gray: lighten($gray-base, 33.5%); // #555\r\n$gray-light: lighten($gray-base, 46.7%); // #777\r\n$gray-lighter: lighten($gray-base, 93.5%); // #eee\r\n\r\n$primary-color: #337ab7;\r\n$disabled-color: #777777;\r\n$success-color: #3c763d;\r\n$info-color: #31708f;\r\n$warning-color: #8a6d3b;\r\n$danger-color: #a94442;\r\n$transparent-color: rgba(0,0,0,0);\r\n\r\n$text-mudted: $gray-light;\r\n$page-header-border-color: $gray-lighter;\r\n$abbr-border-color: $gray-light;\r\n\r\n// Form states and alerts\r\n$state-success-text: #3c763d;\r\n$state-success-bg: #dff0d8;\r\n$state-success-border: darken($state-success-bg, 5%);\r\n\r\n$state-info-text: #31708f;\r\n$state-info-bg: #d9edf7;\r\n$state-info-border: darken($state-info-bg, 7%);\r\n\r\n$state-warning-text: #8a6d3b;\r\n$state-warning-bg: #fcf8e3;\r\n$state-warning-border: darken($state-warning-bg, 5%);\r\n\r\n$state-danger-text: #a94442;\r\n$state-danger-bg: #f2dede;\r\n$state-danger-border: darken($state-danger-bg, 5%);\r\n\r\n\r\n$body-bg: $white-color;\r\n$text-color: $gray-dark;\r\n\r\n$font-family-primary: 'Open Sans', sans-serif;\r\n$font-family-secondary: 'Roboto', sans-serif;\r\n\r\n$base-font-size: 10px;\r\n$body-font-size: 1.4rem;\r\n$body-font-large: ($body-font-size * 1.25);\r\n$body-font-small: ($body-font-size * 0.85);\r\n\r\n$link-color: $primary-color;\r\n$link-hover-color: darken($primary-color, 15%);\r\n$link-hover-decoration: none;\r\n\r\n$font-family-heading: $font-family-secondary;\r\n$heading-font-weight: 600;\r\n$heading-line-height: 1.2;\r\n$heading-color: inherit;\r\n$headings-small-color: $gray-light;\r\n\r\n$font-size-h1: $body-font-size * 2.6;\r\n$font-size-h2: $body-font-size * 2.15;\r\n$font-size-h3: $body-font-size * 1.7;\r\n$font-size-h4: $body-font-size * 1.25;\r\n$font-size-h5: $body-font-size;\r\n$font-size-h6: $body-font-size * 0.85;\r\n\r\n$line-height-base: 1.428571429;\r\n$line-height-computed: $body-font-size * $line-height-base;\r\n\r\n$padding-base-vertical : 0.6rem;\r\n$padding-base-horizontal : 1.2rem;\r\n\r\n$padding-large-vertical : 1.0rem;\r\n$padding-large-horizontal : 1.6rem;\r\n\r\n$padding-small-vertical : 0.5rem;\r\n$padding-small-horizontal : 1.0rem;\r\n\r\n$padding-xs-vertical : 0.1rem;\r\n$padding-xs-horizontal : 0.5rem;\r\n\r\n$line-height-large : 1.3333333;\r\n$line-height-small : 1.5;\r\n\r\n$border-radius-base : 0.4rem;\r\n$border-radius-small : 0.3rem;\r\n$border-radius-large : 0.6rem;\r\n\r\n// Thumbnails\r\n\r\n$thumbnail-padding: 0.4rem;\r\n$thumbnail-bg: $body-bg;\r\n$thumbnail-border: #ddd;\r\n$thumbnail-border-radius: $border-radius-base;\r\n$thumbnail-caption-color: $text-color;\r\n$thumbnail-caption-padding: 0.9rem;\r\n\r\n$hr-border: $gray-lighter;\r\n\r\n// Media queries breakpoints\r\n\r\n$screen-xs-min: 480px;\r\n$screen-xs-max: ($screen-xs-min - 1);\r\n$screen-sm-min: 768px;\r\n$screen-sm-max: ($screen-sm-min - 1);\r\n$screen-md-min: 991px;\r\n$screen-md-max: ($screen-md-min - 1);\r\n$screen-lg-min: 1200px;\r\n$screen-lg-max: ($screen-lg-min - 1);\r\n\r\n$grid-float-breakpoint: screen-sm-min;\r\n\r\n$component-offset-horizontal: 180px;\r\n\r\n$dl-horizontal-offset: $component-offset-horizontal;\r\n$dl-horizontal-breakpoint: $grid-float-breakpoint;\r\n\r\n$blockquote-font-size: ($body-font-size * 1.25);\r\n$blockquote-border-color: $gray-lighter;\r\n$blockquote-small-color: $gray-light;\r\n\r\n\r\n// Grid system\r\n\r\n$grid-columns : 12;\r\n$grid-gutter-width : 3em;\r\n\r\n\r\n$screen-list : '-xs', '-sm', '-md', '-lg';\r\n$screen-list-name : $screen-xs-min, $screen-sm-min, $screen-md-min, $screen-lg-min;\r\n$container-sm : 750px;\r\n$container-md : 970px;\r\n$container-lg : 1170px;\r\n\r\n// Table\r\n$table-bg : transparent;\r\n$table-cell-padding : 0.8rem;\r\n$table-border-color : #ddd;\r\n$table-condensed-cell-padding : 0.5rem;\r\n$table-bg-accent : #f9f9f9;\r\n$table-bg-hover : #f5f5f5;\r\n$table-bg-active : $table-bg-hover;\r\n\r\n\r\n//== Forms\r\n//\r\n//##\r\n\r\n$input-bg: #fff;\r\n$input-bg-disabled: $gray-lighter;\r\n$input-label-disabled: $gray;\r\n\r\n$input-color: $gray;\r\n$input-border: #ccc;\r\n\r\n$input-border-radius: $border-radius-base;\r\n$input-border-radius-large: $border-radius-large;\r\n$input-border-radius-small: $border-radius-small;\r\n\r\n$input-border-focus: #66afe9;\r\n\r\n$input-color-placeholder: #999;\r\n\r\n$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 0.2);\r\n$input-height-large: ($body-font-large * $line-height-large + ($padding-large-vertical * 2) + 0.2);\r\n$input-height-small: ($body-font-small * $line-height-small + ($padding-small-vertical * 2) + 0.2);\r\n\r\n$form-group-margin-bottom: 1.5rem;\r\n\r\n$legend-color: $gray-dark;\r\n$legend-border-color: #e5e5e5;\r\n\r\n$input-group-addon-bg: $gray-lighter;\r\n$input-group-addon-border-color: $input-border;\r\n\r\n$material-input-padding: 1.5rem;\r\n$material-checkbox-width: 2.0rem;\r\n$material-checkbox-height: 2.0rem; \r\n$material-radio-width: 2.0rem;\r\n$material-radio-height: 2.0rem; \r\n$material-checkbox-border-radius: 0.2rem; \r\n\r\n//** Disabled cursor for form controls and buttons.\r\n$cursor-disabled: not-allowed;\r\n\r\n//== Buttons\r\n\r\n$btn-font-weight: 500 !default;\r\n\r\n$btn-default-color: #333 !default;\r\n$btn-default-bg: #fff !default;\r\n\r\n$btn-border-radius-base: $border-radius-base !default;\r\n$btn-border-radius-large: $border-radius-large !default;\r\n$btn-border-radius-small: $border-radius-small !default;","// Vendor Prefixes\r\n@import './vendor-prefixes';\r\n@import './tab-focus';\r\n@import './image';\r\n@import './text-property';\r\n@import './text-emphasis';\r\n@import './backgrounds-varient';\r\n@import './clearfix';\r\n@import './text-overflow';\r\n@import './grid';\r\n@import './table-row';\r\n@import './forms';\r\n@import './button';\r\n@import './responsive-visibility';","/*\r\n ---------------- Vendor Prefixes ----------------\r\n\r\n - Animations\r\n - Backface visibility\r\n - Box shadow\r\n - Box sizing\r\n - Content columns\r\n - Hyphens\r\n - Placeholder text\r\n - Transformations\r\n - Transitions\r\n - User Select\r\n - Calc Function\r\n - Opacity\r\n\r\n*/\r\n\r\n/*\r\n ---------------- Animations ----------------\r\n*/\r\n\r\n@mixin animation($animation...) {\r\n -webkit-animation: $animation;\r\n -o-animation: $animation;\r\n animation: $animation;\r\n}\r\n@mixin animation-name($name) {\r\n -webkit-animation-name: $name;\r\n animation-name: $name;\r\n}\r\n@mixin animation-duration($duration) {\r\n -webkit-animation-duration: $duration;\r\n animation-duration: $duration;\r\n}\r\n@mixin animation-timing-function($timing-function) {\r\n -webkit-animation-timing-function: $timing-function;\r\n animation-timing-function: $timing-function;\r\n}\r\n@mixin animation-delay($delay) {\r\n -webkit-animation-delay: $delay;\r\n animation-delay: $delay;\r\n}\r\n@mixin animation-iteration-count($iteration-count) {\r\n -webkit-animation-iteration-count: $iteration-count;\r\n animation-iteration-count: $iteration-count;\r\n}\r\n@mixin animation-direction($direction) {\r\n -webkit-animation-direction: $direction;\r\n animation-direction: $direction;\r\n}\r\n@mixin animation-fill-mode($fill-mode) {\r\n -webkit-animation-fill-mode: $fill-mode;\r\n animation-fill-mode: $fill-mode;\r\n}\r\n\r\n/*\r\n ---------------- Backface visibility ----------------\r\n\r\n - Prevent browsers from flickering when using CSS 3D transforms.\r\n - Default value is `visible`, but can be changed to `hidden`\r\n\r\n*/\r\n\r\n@mixin backface-visibility($visibility) {\r\n -webkit-backface-visibility: $visibility;\r\n -moz-backface-visibility: $visibility;\r\n backface-visibility: $visibility;\r\n}\r\n\r\n/*\r\n ---------------- Box shadow ----------------\r\n\r\n*/\r\n\r\n@mixin box-shadow($shadow...) {\r\n -webkit-box-shadow: $shadow;\r\n box-shadow: $shadow;\r\n}\r\n\r\n/*\r\n ---------------- Box sizing ----------------\r\n\r\n*/\r\n\r\n@mixin box-sizing($box-model) {\r\n -webkit-box-sizing: $box-model;\r\n -moz-box-sizing: $box-model;\r\n box-sizing: $box-model;\r\n}\r\n\r\n/*\r\n ---------------- CSS3 Content Columns ----------------\r\n\r\n*/\r\n\r\n@mixin content-columns($column-count, $column-gap: $grid-gutter-width) {\r\n -webkit-column-count: $column-count;\r\n -moz-column-count: $column-count;\r\n column-count: $column-count;\r\n\r\n -webkit-column-gap: $column-gap;\r\n -moz-column-gap: $column-gap;\r\n column-gap: $column-gap;\r\n}\r\n\r\n/*\r\n ---------------- Optional hyphenation ----------------\r\n\r\n*/\r\n\r\n@mixin hyphens($mode: auto) {\r\n word-wrap: break-word;\r\n -webkit-hyphens: $mode;\r\n -moz-hyphens: $mode;\r\n -ms-hyphens: $mode; // IE10+\r\n -o-hyphens: $mode;\r\n hyphens: $mode;\r\n}\r\n\r\n/*\r\n ---------------- Placeholder text ----------------\r\n\r\n*/\r\n\r\n@mixin placeholder($color: $input-color-placeholder) {\r\n // Firefox\r\n &::-moz-placeholder {\r\n color: $color;\r\n @include opacity(1);\r\n }\r\n\r\n // Internet Explorer 10+\r\n &:-ms-input-placeholder {\r\n color: $color;\r\n }\r\n\r\n // Safari and Chrome\r\n &::-webkit-input-placeholder {\r\n color: $color;\r\n }\r\n}\r\n\r\n/*\r\n ---------------- Transformations ----------------\r\n\r\n*/\r\n\r\n@mixin scale($ratio) {\r\n -webkit-transform: scale($ratio);\r\n -ms-transform: scale($ratio); // IE9 only\r\n -o-transform: scale($ratio);\r\n transform: scale($ratio);\r\n}\r\n@mixin scaleXY($ratioX, $ratioY) {\r\n -webkit-transform: scale($ratioX, $ratioY);\r\n -ms-transform: scale($ratioX, $ratioY); // IE9 only\r\n -o-transform: scale($ratioX, $ratioY);\r\n transform: scale($ratioX, $ratioY);\r\n}\r\n@mixin scaleX($ratio) {\r\n -webkit-transform: scaleX($ratio);\r\n -ms-transform: scaleX($ratio); // IE9 only\r\n -o-transform: scaleX($ratio);\r\n transform: scaleX($ratio);\r\n}\r\n@mixin scaleY($ratio) {\r\n -webkit-transform: scaleY($ratio);\r\n -ms-transform: scaleY($ratio); // IE9 only\r\n -o-transform: scaleY($ratio);\r\n transform: scaleY($ratio);\r\n}\r\n@mixin skew($x, $y) {\r\n -webkit-transform: skewX($x) skewY($y);\r\n -ms-transform: skewX($x) skewY($y); // IE9+\r\n -o-transform: skewX($x) skewY($y);\r\n transform: skewX($x) skewY($y);\r\n}\r\n@mixin translate($x, $y) {\r\n -webkit-transform: translate($x, $y);\r\n -ms-transform: translate($x, $y); // IE9 only\r\n -o-transform: translate($x, $y);\r\n transform: translate($x, $y);\r\n}\r\n@mixin translate3d($x, $y, $z) {\r\n -webkit-transform: translate3d($x, $y, $z);\r\n transform: translate3d($x, $y, $z);\r\n}\r\n@mixin rotate($degrees) {\r\n -webkit-transform: rotate($degrees);\r\n -ms-transform: rotate($degrees); // IE9 only\r\n -o-transform: rotate($degrees);\r\n transform: rotate($degrees);\r\n}\r\n@mixin rotateX($degrees) {\r\n -webkit-transform: rotateX($degrees);\r\n -ms-transform: rotateX($degrees); // IE9 only\r\n -o-transform: rotateX($degrees);\r\n transform: rotateX($degrees);\r\n}\r\n@mixin rotateY($degrees) {\r\n -webkit-transform: rotateY($degrees);\r\n -ms-transform: rotateY($degrees); // IE9 only\r\n -o-transform: rotateY($degrees);\r\n transform: rotateY($degrees);\r\n}\r\n@mixin rotateZ($degrees) {\r\n -webkit-transform: rotateZ($degrees);\r\n -ms-transform: rotateZ($degrees); // IE9 only\r\n -o-transform: rotateZ($degrees);\r\n transform: rotateZ($degrees);\r\n}\r\n@mixin perspective($perspective) {\r\n -webkit-perspective: $perspective;\r\n -moz-perspective: $perspective;\r\n perspective: $perspective;\r\n}\r\n@mixin perspective-origin($perspective) {\r\n -webkit-perspective-origin: $perspective;\r\n -moz-perspective-origin: $perspective;\r\n perspective-origin: $perspective;\r\n}\r\n@mixin transform-origin($origin) {\r\n -webkit-transform-origin: $origin;\r\n -moz-transform-origin: $origin;\r\n -ms-transform-origin: $origin; // IE9 only\r\n transform-origin: $origin;\r\n}\r\n@mixin transform($transform...){\r\n -webkit-transform: $transform;\r\n -ms-transform: $transform; // IE9 only\r\n -o-transform: $transform;\r\n transform: $transform;\r\n}\r\n\r\n/*\r\n ---------------- Transitions ----------------\r\n\r\n*/\r\n\r\n@mixin transition($transition...) {\r\n -webkit-transition: $transition;\r\n -o-transition: $transition;\r\n transition: $transition;\r\n}\r\n@mixin transition-property($transition-property) {\r\n -webkit-transition-property: $transition-property;\r\n transition-property: $transition-property;\r\n}\r\n@mixin transition-delay($transition-delay) {\r\n -webkit-transition-delay: $transition-delay;\r\n transition-delay: $transition-delay;\r\n}\r\n@mixin transition-duration($transition-duration) {\r\n -webkit-transition-duration: $transition-duration;\r\n transition-duration: $transition-duration;\r\n}\r\n@mixin transition-timing-function($timing-function) {\r\n -webkit-transition-timing-function: $timing-function;\r\n transition-timing-function: $timing-function;\r\n}\r\n@mixin transition-transform($transition) {\r\n -webkit-transition: -webkit-transform $transition;\r\n -moz-transition: -moz-transform $transition;\r\n -o-transition: -o-transform $transition;\r\n transition: transform $transition;\r\n}\r\n\r\n/*\r\n ---------------- User select ----------------\r\n\r\n - For selecting text on the page\r\n\r\n*/\r\n\r\n@mixin user-select($select) {\r\n -webkit-user-select: $select;\r\n -moz-user-select: $select;\r\n -ms-user-select: $select; // IE10+\r\n user-select: $select;\r\n}\r\n\r\n/*\r\n ---------------- Section Color ----------------\r\n\r\n - Changing color of selected text.\r\n\r\n*/\r\n\r\n@mixin selection-color($background-color, $text-color) {\r\n\r\n &::-moz-selection{\r\n background-color: $background-color;\r\n color: $text-color;\r\n }\r\n\r\n &::selection{\r\n background-color: $background-color;\r\n color: $text-color;\r\n }\r\n}\r\n\r\n/*\r\n ---------------- Calc Function ----------------\r\n\r\n - Calculating using calc css function\r\n\r\n*/\r\n\r\n@mixin clac($property, $calcType, $calcFrom, $calcTo) {\r\n #{$property}: -webkit-calc(#{$calcFrom} #{$calcType} #{$calcTo});\r\n #{$property}: -moz-calc(#{$calcFrom} #{$calcType} #{$calcTo});\r\n #{$property}: calc(#{$calcFrom} #{$calcType} #{$calcTo});\r\n}\r\n\r\n/*\r\n ---------------- Opacity ----------------\r\n\r\n*/\r\n\r\n@mixin opacity($opacity) {\r\n opacity: $opacity;\r\n // IE8 filter\r\n $opacity-ie: ($opacity * 100);\r\n filter: alpha(opacity=$opacity-ie);\r\n }","/*\r\n ---------------- WebKit-style focus ----------------\r\n*/\r\n\r\n@mixin tab-focus() {\r\n outline: 5px auto -webkit-focus-ring-color;\r\n outline-offset: -2px;\r\n}","/*\r\n ---------------- Image Mixins ----------------\r\n\r\n - Responsive image\r\n - Retina image\r\n\r\n*/\r\n\r\n/*\r\n ---------------- Responsive image ----------------\r\n\r\n - Keep images from scaling beyond the width of their parents.\r\n\r\n*/\r\n\r\n@mixin img-responsive($display: block) {\r\n display: $display;\r\n max-width: 100%; // Part 1: Set a maximum relative to the parent\r\n height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching\r\n}\r\n\r\n/*\r\n ---------------- Retina image ----------------\r\n\r\n - Short retina mixin for setting background-image and -size. Note that the\r\n\r\n*/\r\n\r\n@mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {\r\n background-image: url(\"#{$file-1x}\");\r\n\r\n @media\r\n only screen and (-webkit-min-device-pixel-ratio: 2),\r\n only screen and ( min--moz-device-pixel-ratio: 2),\r\n only screen and ( -o-min-device-pixel-ratio: 2/1),\r\n only screen and ( min-device-pixel-ratio: 2),\r\n only screen and ( min-resolution: 192dpi),\r\n only screen and ( min-resolution: 2dppx) {\r\n background-image: url(\"#{$file-2x}\");\r\n background-size: $width-1x $height-1x;\r\n }\r\n}","/*\r\n ---------------- Text Property ----------------\r\n*/\r\n@mixin text-property ($screenType: \"\") {\r\n .text#{$screenType}-left { text-align: left; }\r\n .text#{$screenType}-right { text-align: right; }\r\n .text#{$screenType}-center { text-align: center; }\r\n .text#{$screenType}-justify { text-align: justify; }\r\n .text#{$screenType}-nowrap { white-space: nowrap; }\r\n\r\n .text#{$screenType}-lowercase { text-transform: lowercase; }\r\n .text#{$screenType}-uppercase { text-transform: uppercase; }\r\n .text#{$screenType}-capitalize { text-transform: capitalize; }\r\n\r\n .pull#{$screenType}-left { float: left !important; }\r\n .pull#{$screenType}-right { float: right !important; }\r\n}","/*\r\n ---------------- Text Emphasis Variant ----------------\r\n*/\r\n@mixin text-emphasis-variant($color) {\r\n color: $color;\r\n\r\n a {\r\n color: darken($color, 5%);\r\n\r\n &:hover,\r\n &:focus {\r\n color: darken($color, 10%);\r\n }\r\n }\r\n\r\n}","/*\r\n ---------------- Backgrounds Variant ----------------\r\n*/\r\n\r\n@mixin bg-variant($bg-color, $text-color: $gray-dark) {\r\n background-color: $bg-color;\r\n color: $text-color;\r\n\r\n a {\r\n color: darken($text-color, 5%);\r\n\r\n &:hover,\r\n &:focus {\r\n color: darken($text-color, 10%);\r\n }\r\n }\r\n}","/*\r\n ---------------- Clearfix ----------------\r\n \r\n For modern browsers\r\n \r\n The space content is one way to avoid an Opera bug when the contenteditable attribute is included anywhere else in the document.\r\n Otherwise it causes space to appear at the top and bottom of elements that are clearfixed.\r\n\r\n*/\r\n\r\n@mixin clearfix() {\r\n &:before,\r\n &:after {\r\n content: '';\r\n display: table;\r\n }\r\n\r\n &:after {\r\n clear: both;\r\n }\r\n}","/*\r\n ---------------- Text overflow ----------------\r\n\r\n - Requires inline-block or block for proper styling\r\n\r\n*/\r\n\r\n@mixin text-overflow() {\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n}","// Centered container element\r\n\r\n@mixin center-block() {\r\n margin-left: auto;\r\n margin-right: auto;\r\n}\r\n\r\n@mixin container-fixed($gutter: $grid-gutter-width) {\r\n width: 100%;\r\n @include center-block();\r\n padding-left: $gutter / 2;\r\n padding-right: $gutter / 2;\r\n\r\n @include clearfix();\r\n}\r\n\r\n@mixin make-row() {\r\n margin-left: $grid-gutter-width / -2;\r\n\r\n @include clearfix();\r\n}\r\n\r\n\r\n@mixin make-grid-columns() {\r\n $col-xs-class: '.col';\r\n $col-sm-class: '.col';\r\n $col-md-class: '.col';\r\n $col-lg-class: '.col';\r\n \r\n @each $item in $screen-list {\r\n @for $i from 1 to ($grid-columns+1) {\r\n @if($item == '-xs') {\r\n @if ($i == 1) {\r\n $col-xs-class: #{$col-xs-class}#{$item}#{'-'}#{$i};\r\n } @else {\r\n $col-xs-class: #{$col-xs-class}#{' , .col'}#{$item}#{'-'}#{$i};\r\n }\r\n }\r\n\r\n @if($item == '-sm') {\r\n @if ($i == 1) {\r\n $col-sm-class: #{$col-sm-class}#{$item}#{'-'}#{$i};\r\n } @else {\r\n $col-sm-class: #{$col-sm-class}#{' , .col'}#{$item}#{'-'}#{$i};\r\n }\r\n }\r\n\r\n @if($item == '-md') {\r\n @if ($i == 1) {\r\n $col-md-class: #{$col-md-class}#{$item}#{'-'}#{$i};\r\n } @else {\r\n $col-md-class: #{$col-md-class}#{' , .col'}#{$item}#{'-'}#{$i};\r\n }\r\n }\r\n\r\n @if($item == '-lg') {\r\n @if ($i == 1) {\r\n $col-lg-class: #{$col-lg-class}#{$item}#{'-'}#{$i};\r\n } @else {\r\n $col-lg-class: #{$col-lg-class}#{' , .col'}#{$item}#{'-'}#{$i};\r\n }\r\n }\r\n }\r\n }\r\n \r\n @include default-columns($col-xs-class, $col-md-class, $col-sm-class, $col-lg-class);\r\n\r\n @include columns-left($col-xs-class, $col-md-class, $col-sm-class, $col-lg-class);\r\n\r\n @include column-width();\r\n}\r\n\r\n// Prevent columns from collapsing when empty\r\n@mixin default-columns($col-xs-class, $col-md-class, $col-sm-class, $col-lg-class) {\r\n #{$col-xs-class},\r\n #{$col-md-class},\r\n #{$col-sm-class},\r\n #{$col-lg-class} {\r\n min-height: 1px;\r\n position: relative;\r\n padding-left: $grid-gutter-width / 2;\r\n }\r\n}\r\n\r\n@mixin columns-left($col-xs-class, $col-md-class, $col-sm-class, $col-lg-class) {\r\n @media screen and (min-width: $screen-xs-min) {\r\n #{$col-xs-class} {\r\n float: left;\r\n }\r\n }\r\n\r\n @media screen and (min-width: $screen-sm-min) {\r\n #{$col-sm-class} {\r\n float: left;\r\n }\r\n }\r\n\r\n @media screen and (min-width: $screen-md-min) {\r\n #{$col-md-class} {\r\n float: left;\r\n }\r\n }\r\n\r\n @media screen and (min-width: $screen-lg-min) {\r\n #{$col-lg-class} {\r\n float: left;\r\n }\r\n }\r\n}\r\n\r\n@mixin column-width() {\r\n @each $item in $screen-list {\r\n $index: index($screen-list, $item);\r\n\r\n @media screen and (min-width: nth($screen-list-name, $index)) {\r\n @for $i from 1 to ($grid-columns+1) {\r\n .col#{$item}-offset-#{$i - 1} {\r\n margin-left: percentage(($i - 1)/$grid-columns);\r\n }\r\n\r\n .col#{$item}-#{$i} {\r\n width: percentage($i/$grid-columns);\r\n }\r\n\r\n .col#{$item}-pull-#{$i} { \r\n right: percentage($i/$grid-columns);\r\n }\r\n\r\n .col#{$item}-push-#{$i} { \r\n left: percentage($i/$grid-columns);\r\n }\r\n }\r\n }\r\n }\r\n}","@mixin table-row-variant($state, $background) {\r\n .table > thead > tr,\r\n .table > tbody > tr,\r\n .table > tfoot > tr {\r\n > td.#{$state},\r\n > th.#{$state},\r\n &.#{$state} > td,\r\n &.#{$state} > th {\r\n background-color: $background;\r\n }\r\n }\r\n\r\n .table-hover > tbody > tr {\r\n > th.#{$state}:hover,\r\n > th.#{$state}:hover,\r\n &.#{$state}:hover > td,\r\n &.#{$state}:hover > th {\r\n background-color: darken($background, 5%);\r\n }\r\n }\r\n}","@mixin form-control-focus($color: $input-border-focus) {\r\n $color-rgba: rgba($color, .6);\r\n &:focus {\r\n border-color: $color;\r\n outline: 0;\r\n @include box-shadow(inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px $color-rgba);\r\n }\r\n}\r\n\r\n@mixin form-control-material-focus($color: $input-border-focus) {\r\n &:focus, &:active {\r\n & {\r\n border-color: $color;\r\n @include box-shadow(0 1px 0 $color);\r\n }\r\n & ~ label {\r\n color: $color;\r\n }\r\n }\r\n}\r\n\r\n@mixin checkbox-color($background-color: $input-border-focus, $check-color: #fff) {\r\n &:checked {\r\n + span {\r\n &:before {\r\n border-right-color: $check-color;\r\n border-bottom-color: $check-color;\r\n }\r\n &:after {\r\n border-color: darken($background-color, 5%);\r\n background-color: $background-color;\r\n }\r\n }\r\n }\r\n}\r\n\r\n@mixin radio-color($background-color: $input-border-focus) {\r\n &:checked {\r\n + span {\r\n &:before,\r\n &:after {\r\n border-color: darken($background-color, 5%);\r\n }\r\n\r\n &:after {\r\n background-color: $background-color;\r\n }\r\n }\r\n }\r\n}\r\n\r\n@mixin material-form-control-state($color) {\r\n color: $color;\r\n border-bottom-color: darken($color, 5%);\r\n @include form-control-material-focus(darken($color, 5%));\r\n\r\n ~ label {\r\n color: $color;\r\n }\r\n}\r\n\r\n@mixin form-control-state($color) {\r\n border-color: darken($color, 5%);\r\n color: $color;\r\n\r\n @include form-control-focus($color);\r\n}","@mixin button-size($padding-vertical, $padding-horizontal, $font-size, $line-height, $border-radius) {\r\n padding: $padding-vertical $padding-horizontal;\r\n font-size: $font-size;\r\n line-height: $line-height;\r\n border-radius: $border-radius;\r\n}\r\n\r\n@mixin button-variant($color, $background, $border) {\r\n color: $color;\r\n background-color: $background;\r\n border-color: $border;\r\n\r\n &:focus,\r\n &.focus {\r\n color: $color;\r\n background-color: darken($background, 10%);\r\n border-color: darken($border, 25%);\r\n }\r\n\r\n &:hover {\r\n color: $color;\r\n background-color: darken($background, 10%);\r\n border-color: darken($border, 12%);\r\n }\r\n &:active,\r\n &.active,\r\n .open > &.dropdown-toggle {\r\n color: $color;\r\n background-color: darken($background, 10%);\r\n border-color: darken($border, 12%);\r\n\r\n &:hover,\r\n &:focus,\r\n &.focus {\r\n color: $color;\r\n background-color: darken($background, 17%);\r\n border-color: darken($border, 25%);\r\n }\r\n }\r\n &:active,\r\n &.active,\r\n .open > &.dropdown-toggle {\r\n background-image: none;\r\n }\r\n &.disabled,\r\n &[disabled],\r\n fieldset[disabled] & {\r\n &:hover,\r\n &:focus,\r\n &.focus {\r\n background-color: $background;\r\n border-color: $border;\r\n }\r\n }\r\n\r\n &.outline {\r\n color: $background;\r\n background-color: $transparent-color;\r\n border-color: $border;\r\n\r\n &:focus,\r\n &.focus {\r\n color: darken($background, 10%);\r\n background-color: $transparent-color;\r\n border-color: darken($border, 25%);\r\n }\r\n\r\n &:hover {\r\n color: $color;\r\n background-color: $background;\r\n border-color: $border;\r\n }\r\n\r\n &.disabled,\r\n &[disabled],\r\n fieldset[disabled] & {\r\n &:hover,\r\n &:focus,\r\n &.focus {\r\n color: $background;\r\n background-color: $transparent-color;\r\n border-color: $border;\r\n }\r\n }\r\n\r\n &:active,\r\n &.active,\r\n .open > &.dropdown-toggle {\r\n color: darken($background, 10%);\r\n background-color: $transparent-color;\r\n border-color: darken($border, 12%);\r\n\r\n &:hover,\r\n &:focus,\r\n &.focus {\r\n color: darken($background, 17%);\r\n background-color: $transparent-color;\r\n border-color: darken($border, 25%);\r\n }\r\n }\r\n }\r\n}","@mixin responsive-visibility($parent) {\r\n #{$parent}-block {\r\n display: block !important;\r\n }\r\n #{$parent}-inline {\r\n display: inline !important;\r\n }\r\n #{$parent}-inline-block {\r\n display: inline-block !important;\r\n }\r\n table#{$parent} { display: table !important; }\r\n tr#{$parent} { display: table-row !important; }\r\n th#{$parent},\r\n td#{$parent} { display: table-cell !important; }\r\n}","@import 'normalize/variables';\n@import 'normalize/vertical-rhythm';\n@import 'normalize/normalize-mixin';\n","//\n// Variables\n//\n// You can override the default values by setting the variables in your Sass\n// before importing the normalize-scss library.\n\n// The font size set on the root html element.\n$base-font-size: 16px !default;\n\n// The base line height determines the basic unit of vertical rhythm.\n$base-line-height: 24px !default;\n\n// The length unit in which to output vertical rhythm values.\n// Supported values: px, em, rem.\n$base-unit: 'em' !default;\n\n// The default font family.\n$base-font-family: null !default;\n\n// The font sizes for h1-h6.\n$h1-font-size: 2 * $base-font-size !default;\n$h2-font-size: 1.5 * $base-font-size !default;\n$h3-font-size: 1.17 * $base-font-size !default;\n$h4-font-size: 1 * $base-font-size !default;\n$h5-font-size: 0.83 * $base-font-size !default;\n$h6-font-size: 0.67 * $base-font-size !default;\n\n// The amount lists and blockquotes are indented.\n$indent-amount: 40px !default;\n\n// The following variable controls whether normalize-scss will output\n// font-sizes, line-heights and block-level top/bottom margins that form a basic\n// vertical rhythm on the page, which differs from the original Normalize.css.\n// However, changing any of the variables above will cause\n// $normalize-vertical-rhythm to be automatically set to true.\n$normalize-vertical-rhythm: false !default;\n","//\n// Vertical Rhythm\n//\n// This is the minimal amount of code needed to create vertical rhythm in our\n// CSS. If you are looking for a robust solution, look at the excellent Typey\n// library. @see https://github.com/jptaranto/typey\n\n@function normalize-rhythm($value, $relative-to: $base-font-size, $unit: $base-unit) {\n @if unit($value) != px {\n @error \"The normalize vertical-rhythm module only supports px inputs. The typey library is better.\";\n }\n @if $unit == rem {\n @return ($value / $base-font-size) * 1rem;\n }\n @else if $unit == em {\n @return ($value / $relative-to) * 1em;\n }\n @else { // $unit == px\n @return $value;\n }\n}\n\n@mixin normalize-font-size($value, $relative-to: $base-font-size) {\n @if unit($value) != 'px' {\n @error \"normalize-font-size() only supports px inputs. The typey library is better.\";\n }\n font-size: normalize-rhythm($value, $relative-to);\n}\n\n@mixin normalize-rhythm($property, $values, $relative-to: $base-font-size) {\n $value-list: $values;\n $sep: space;\n @if type-of($values) == 'list' {\n $sep: list-separator($values);\n }\n @else {\n $value-list: append((), $values);\n }\n\n $normalized-values: ();\n @each $value in $value-list {\n @if unitless($value) and $value != 0 {\n $value: $value * normalize-rhythm($base-line-height, $relative-to);\n }\n $normalized-values: append($normalized-values, $value, $sep);\n }\n #{$property}: $normalized-values;\n}\n\n@mixin normalize-margin($values, $relative-to: $base-font-size) {\n @include normalize-rhythm(margin, $values, $relative-to);\n}\n\n@mixin normalize-line-height($font-size, $min-line-padding: 2px) {\n $lines: ceil($font-size / $base-line-height);\n // If lines are cramped include some extra leading.\n @if ($lines * $base-line-height - $font-size) < ($min-line-padding * 2) {\n $lines: $lines + 1;\n }\n @include normalize-rhythm(line-height, $lines, $font-size);\n}\n","// Helper function for the normalize() mixin.\n@function _normalize-include($section, $exclude: null) {\n // Initialize the global variables needed by this function.\n @if not global_variable_exists(_normalize-include) {\n $_normalize-include: () !global;\n $_normalize-exclude: () !global;\n }\n // Since we are given 2 parameters, set the global variables.\n @if $exclude != null {\n $include: $section;\n // Sass doesn't have static variables, so the work-around is to stuff these\n // values into global variables so we can access them in future calls.\n $_normalize-include: if(type-of($include) == 'list', $include, ($include)) !global;\n $_normalize-exclude: if(type-of($exclude) == 'list', $exclude, ($exclude)) !global;\n @return true;\n }\n\n // Check if $section is in the $include list.\n @if index($_normalize-include, $section) {\n @return true;\n }\n // If $include is set to (all), make sure $section is not in $exclude.\n @else if not index($_normalize-exclude, $section) and index($_normalize-include, all) {\n @return true;\n }\n @return false;\n}\n\n@mixin normalize($include: (all), $exclude: ()) {\n // Initialize the helper function by passing it this mixin's parameters.\n $init: _normalize-include($include, $exclude);\n\n // If we've customized any font variables, we'll need extra properties.\n @if $base-line-height != 24px\n or $base-unit != 'em'\n or $h2-font-size != 1.5 * $base-font-size\n or $h3-font-size != 1.17 * $base-font-size\n or $h4-font-size != 1 * $base-font-size\n or $h5-font-size != 0.83 * $base-font-size\n or $h6-font-size != 0.67 * $base-font-size {\n $normalize-vertical-rhythm: true !global;\n }\n\n /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */\n\n @if _normalize-include(document) {\n /* Document\n ========================================================================== */\n\n /**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in\n * IE on Windows Phone and in iOS.\n */\n\n html {\n @if $base-font-family {\n /* Change the default font family in all browsers (opinionated). */\n font-family: $base-font-family;\n }\n @if $base-font-size != 16px or $normalize-vertical-rhythm {\n // Correct old browser bug that prevented accessible resizing of text\n // when root font-size is set with px or em.\n font-size: ($base-font-size / 16px) * 100%;\n }\n @if $normalize-vertical-rhythm {\n line-height: ($base-line-height / $base-font-size) * 1em; /* 1 */\n }\n @else {\n line-height: 1.15; /* 1 */\n }\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n }\n }\n\n @if _normalize-include(sections) {\n /* Sections\n ========================================================================== */\n\n /**\n * Remove the margin in all browsers (opinionated).\n */\n\n body {\n margin: 0;\n }\n\n /**\n * Add the correct display in IE 9-.\n */\n\n article,\n aside,\n footer,\n header,\n nav,\n section {\n display: block;\n }\n\n /**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\n h1 {\n @include normalize-font-size($h1-font-size);\n @if $normalize-vertical-rhythm {\n @include normalize-line-height($h1-font-size);\n }\n\n @if $normalize-vertical-rhythm {\n /* Set 1 unit of vertical rhythm on the top and bottom margins. */\n @include normalize-margin(1 0, $h1-font-size);\n }\n @else {\n margin: 0.67em 0;\n }\n }\n\n @if $normalize-vertical-rhythm {\n h2 {\n @include normalize-font-size($h2-font-size);\n @include normalize-line-height($h2-font-size);\n @include normalize-margin(1 0, $h2-font-size);\n }\n\n h3 {\n @include normalize-font-size($h3-font-size);\n @include normalize-line-height($h3-font-size);\n @include normalize-margin(1 0, $h3-font-size);\n }\n\n h4 {\n @include normalize-font-size($h4-font-size);\n @include normalize-line-height($h4-font-size);\n @include normalize-margin(1 0, $h4-font-size);\n }\n\n h5 {\n @include normalize-font-size($h5-font-size);\n @include normalize-line-height($h5-font-size);\n @include normalize-margin(1 0, $h5-font-size);\n }\n\n h6 {\n @include normalize-font-size($h6-font-size);\n @include normalize-line-height($h6-font-size);\n @include normalize-margin(1 0, $h6-font-size);\n }\n }\n }\n\n @if _normalize-include(grouping) {\n /* Grouping content\n ========================================================================== */\n\n @if $normalize-vertical-rhythm {\n /**\n * Set 1 unit of vertical rhythm on the top and bottom margin.\n */\n\n blockquote {\n @include normalize-margin(1 $indent-amount);\n }\n\n dl,\n ol,\n ul {\n @include normalize-margin(1 0);\n }\n\n /**\n * Turn off margins on nested lists.\n */\n\n ol,\n ul {\n ol,\n ul {\n margin: 0;\n }\n }\n\n dd {\n margin: 0 0 0 $indent-amount;\n }\n\n ol,\n ul {\n padding: 0 0 0 $indent-amount;\n }\n }\n\n /**\n * Add the correct display in IE 9-.\n */\n\n figcaption,\n figure {\n display: block;\n }\n\n /**\n * Add the correct margin in IE 8.\n */\n\n figure {\n @if $normalize-vertical-rhythm {\n @include normalize-margin(1 $indent-amount);\n }\n @else {\n margin: 1em $indent-amount;\n }\n }\n\n /**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\n hr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n }\n\n /**\n * Add the correct display in IE.\n */\n\n main {\n display: block;\n }\n\n @if $normalize-vertical-rhythm {\n /**\n * Set 1 unit of vertical rhythm on the top and bottom margin.\n */\n\n p,\n pre {\n @include normalize-margin(1 0);\n }\n }\n\n /**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\n pre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n }\n }\n\n @if _normalize-include(links) {\n /* Links\n ========================================================================== */\n\n /**\n * 1. Remove the gray background on active links in IE 10.\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\n */\n\n a {\n background-color: transparent; /* 1 */\n -webkit-text-decoration-skip: objects; /* 2 */\n }\n }\n\n @if _normalize-include(text) {\n /* Text-level semantics\n ========================================================================== */\n\n /**\n * 1. Remove the bottom border in Chrome 57- and Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\n abbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n }\n\n /**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\n b,\n strong {\n font-weight: inherit;\n }\n\n /**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\n b,\n strong {\n font-weight: bolder;\n }\n\n /**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\n code,\n kbd,\n samp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n }\n\n /**\n * Add the correct font style in Android 4.3-.\n */\n\n dfn {\n font-style: italic;\n }\n\n /**\n * Add the correct background and color in IE 9-.\n */\n\n mark {\n background-color: #ff0;\n color: #000;\n }\n\n /**\n * Add the correct font size in all browsers.\n */\n\n small {\n font-size: 80%;\n }\n\n /**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\n sub,\n sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n\n sub {\n bottom: -0.25em;\n }\n\n sup {\n top: -0.5em;\n }\n }\n\n @if _normalize-include(embedded) {\n /* Embedded content\n ========================================================================== */\n\n /**\n * Add the correct display in IE 9-.\n */\n\n audio,\n video {\n display: inline-block;\n }\n\n /**\n * Add the correct display in iOS 4-7.\n */\n\n audio:not([controls]) {\n display: none;\n height: 0;\n }\n\n /**\n * Remove the border on images inside links in IE 10-.\n */\n\n img {\n border-style: none;\n }\n\n /**\n * Hide the overflow in IE.\n */\n\n svg:not(:root) {\n overflow: hidden;\n }\n }\n\n @if _normalize-include(forms) {\n /* Forms\n ========================================================================== */\n\n /**\n * 1. Change the font styles in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\n button,\n input,\n optgroup,\n select,\n textarea {\n font-family: if($base-font-family, $base-font-family, sans-serif); /* 1 */\n font-size: 100%; /* 1 */\n @if $normalize-vertical-rhythm {\n line-height: ($base-line-height / $base-font-size) * 1em; /* 1 */\n }\n @else {\n line-height: 1.15; /* 1 */\n }\n margin: 0; /* 2 */\n }\n\n /**\n * Show the overflow in IE.\n */\n\n button {\n overflow: visible;\n }\n\n /**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\n button,\n select { /* 1 */\n text-transform: none;\n }\n\n /**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\n button,\n html [type=\"button\"], /* 1 */\n [type=\"reset\"],\n [type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n }\n\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n\n /**\n * Remove the inner border and padding in Firefox.\n */\n\n &::-moz-focus-inner {\n border-style: none;\n padding: 0;\n }\n\n /**\n * Restore the focus styles unset by the previous rule.\n */\n\n &:-moz-focusring {\n outline: 1px dotted ButtonText;\n }\n }\n\n /**\n * Show the overflow in Edge.\n */\n\n input {\n overflow: visible;\n }\n\n /**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n [type=\"checkbox\"],\n [type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n }\n\n /**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n [type=\"number\"]::-webkit-inner-spin-button,\n [type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n }\n\n /**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n [type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n\n /**\n * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.\n */\n\n &::-webkit-search-cancel-button,\n &::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n }\n\n /**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n ::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n }\n\n /**\n * Correct the padding in Firefox.\n */\n\n fieldset {\n padding: 0.35em 0.75em 0.625em;\n }\n\n /**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\n legend {\n box-sizing: border-box; /* 1 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n color: inherit; /* 2 */\n white-space: normal; /* 1 */\n }\n\n /**\n * 1. Add the correct display in IE 9-.\n * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\n progress {\n display: inline-block; /* 1 */\n vertical-align: baseline; /* 2 */\n }\n\n /**\n * Remove the default vertical scrollbar in IE.\n */\n\n textarea {\n overflow: auto;\n }\n }\n\n @if _normalize-include(interactive) {\n /* Interactive\n ========================================================================== */\n\n /*\n * Add the correct display in Edge, IE, and Firefox.\n */\n\n details {\n display: block;\n }\n\n /*\n * Add the correct display in all browsers.\n */\n\n summary {\n display: list-item;\n }\n\n /*\n * Add the correct display in IE 9-.\n */\n\n menu {\n display: block;\n\n @if $normalize-vertical-rhythm {\n /*\n * 1. Set 1 unit of vertical rhythm on the top and bottom margin.\n * 2. Set consistent space for the list style image.\n */\n\n @include normalize-margin(1 0); /* 1 */\n padding: 0 0 0 $indent-amount; /* 2 */\n\n /**\n * Turn off margins on nested lists.\n */\n\n menu &,\n ol &,\n ul & {\n margin: 0;\n }\n }\n }\n }\n\n @if _normalize-include(scripting) {\n /* Scripting\n ========================================================================== */\n\n /**\n * Add the correct display in IE 9-.\n */\n\n canvas {\n display: inline-block;\n }\n\n /**\n * Add the correct display in IE.\n */\n\n template {\n display: