@ -83,6 +83,8 @@ $include-html-global-classes: $include-html-classes;
/ / $ total-columns : 12 ;
/ / $ column-gutter : rem-calc ( 30 ) ;
/ / $ last-child-float : $ opposite-direction ;
/ / c . Global
/ / - - - - - - - - - - - - - - - - - - - - - - - - -
@ -92,8 +94,8 @@ $include-html-global-classes: $include-html-classes;
/ / $ font-family-monospace : Consolas , " Liberation Mono " , Courier , monospace ;
/ / We use these to define default font weights
/ / $ font-weight-normal : normal ! default ;
/ / $ font-weight-bold : bold ! default ;
/ / $ font-weight-normal : normal ;
/ / $ font-weight-bold : bold ;
/ / $ white : # FFFFFF ;
/ / $ ghost : # FAFAFA ;
@ -185,6 +187,7 @@ $include-html-global-classes: $include-html-classes;
/ / We use this as cursors values for enabling the option of having custom cursors in the whole site ' s stylesheet
/ / $ cursor-crosshair-value : crosshair ;
/ / $ cursor-default-value : default ;
/ / $ cursor-disabled-value : not-allowed ;
/ / $ cursor-pointer-value : pointer ;
/ / $ cursor-help-value : help ;
/ / $ cursor-text-value : text ;
@ -213,12 +216,12 @@ $include-html-global-classes: $include-html-classes;
/ / $ h6-font-size : 1rem ;
/ / We use these to control header size reduction on small screens
/ / $ h1-font-reduction : rem-calc ( 10 ) ! default ;
/ / $ h2-font-reduction : rem-calc ( 10 ) ! default ;
/ / $ h3-font-reduction : rem-calc ( 5 ) ! default ;
/ / $ h4-font-reduction : rem-calc ( 5 ) ! default ;
/ / $ h5-font-reduction : 0 ! default ;
/ / $ h6-font-reduction : 0 ! default ;
/ / $ h1-font-reduction : rem-calc ( 10 ) ;
/ / $ h2-font-reduction : rem-calc ( 10 ) ;
/ / $ h3-font-reduction : rem-calc ( 5 ) ;
/ / $ h4-font-reduction : rem-calc ( 5 ) ;
/ / $ h5-font-reduction : 0 ;
/ / $ h6-font-reduction : 0 ;
/ / These control how subheaders are styled .
/ / $ subheader-line-height : 1 . 4 ;
@ -256,7 +259,7 @@ $include-html-global-classes: $include-html-classes;
/ / $ anchor-text-decoration : none ;
/ / $ anchor-text-decoration-hover : none ;
/ / $ anchor-font-color : $ primary-color ;
/ / $ anchor-font-color-hover : scale-color ( $ primary -color, $ lightness : - 14 % ) ;
/ / $ anchor-font-color-hover : scale-color ( $ anchor-font -color, $ lightness : - 14 % ) ;
/ / We use these to style the < hr > element
/ / $ hr-border-width : 1px ;
@ -362,11 +365,11 @@ $include-html-global-classes: $include-html-classes;
/ / $ alert-close-opacity : 0 . 3 ;
/ / $ alert-close-opacity-hover : 0 . 5 ;
/ / $ alert-close-padding : 9px 6px 4px ;
/ / $ alert-close-background : inherit ;
/ / We use this to control border radius
/ / $ alert-radius : $ global-radius ;
/ / We use this to control transition effects
/ / $ alert-transition-speed : 300ms ;
/ / $ alert-transition-ease : ease-out ;
@ -379,7 +382,9 @@ $include-html-global-classes: $include-html-classes;
/ / 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 ;
/ / @ if $ align-block-grid-to-grid { $block-grid-default-spacing : $column-gutter ; }
/ / Enables media queries for block-grid classes . Set to false if writing semantic HTML .
/ / $ block-grid-media-queries : true ;
@ -444,8 +449,8 @@ $include-html-global-classes: $include-html-classes;
/ / We use these to control various hover effects .
/ / $ button-function-factor : - 20 % ;
/ / We use these to control button border and hover styles .
/ / $ button-border-width : 0px ;
/ / We use these to control button border styles .
/ / $ button-border-width : 0 ;
/ / $ button-border-style : solid ;
/ / $ button-bg-color : $ primary-color ;
/ / $ button-bg-hover : scale-color ( $ button-bg-color , $ lightness : $ button-function-factor ) ;
@ -456,6 +461,10 @@ $include-html-global-classes: $include-html-classes;
/ / $ success-button-border-color : $ success-button-bg-hover ;
/ / $ alert-button-bg-hover : scale-color ( $ alert-color , $ lightness : $ button-function-factor ) ;
/ / $ alert-button-border-color : $ alert-button-bg-hover ;
/ / $ warning-button-bg-hover : scale-color ( $ warning-color , $ lightness : $ button-function-factor ) ;
/ / $ warning-button-border-color : $ warning-button-bg-hover ;
/ / $ info-button-bg-hover : scale-color ( $ info-color , $ lightness : $ button-function-factor ) ;
/ / $ info-button-border-color : $ info-button-bg-hover ;
/ / We use this to set the default radius used throughout the core .
/ / $ button-radius : $ global-radius ;
@ -564,6 +573,7 @@ $include-html-global-classes: $include-html-classes;
/ / $ dropdown-button-pip-color : $ white ;
/ / $ dropdown-button-pip-color-alt : $ oil ;
/ / We use these to set the size of the pip in dropdown buttons
/ / $ button-pip-tny : rem-calc ( 6 ) ;
/ / $ button-pip-sml : rem-calc ( 7 ) ;
/ / $ button-pip-med : rem-calc ( 9 ) ;
@ -635,6 +645,7 @@ $include-html-global-classes: $include-html-classes;
/ / $ input-disabled-bg : $ gainsboro ;
/ / $ input-disabled-cursor : $ cursor-default-value ;
/ / $ input-box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
/ / $ input-include-glowing-effect : true ;
/ / We use these to style the fieldset border and spacing .
/ / $ fieldset-border-style : solid ;
@ -671,7 +682,6 @@ $include-html-global-classes: $include-html-classes;
/ / $ input-error-message-font-color-alt : $ oil ;
/ / We use this to style the glowing effect of inputs when focused
/ / $ input-include-glowing-effect : true ;
/ / $ glowing-effect-fade-time : 0 . 45s ;
/ / $ glowing-effect-color : $ input-focus-border-color ;
@ -679,11 +689,11 @@ $include-html-global-classes: $include-html-classes;
/ / $ 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 ;
/ / $ icon-bar-bg : $ oil ;
/ / $ icon-bar-font-color : $ white ;
/ / $ icon-bar-font-color-hover : $ icon-bar-font-color ;
@ -697,6 +707,9 @@ $include-html-global-classes: $include-html-classes;
/ / $ icon-bar-active-color : $ primary-color ;
/ / $ icon-bar-item-padding : 1 . 25rem ;
/ / We use this to set default opacity and cursor for disabled icons .
/ / $ icon-bar-disabled-opacity : 0 . 7 ;
/ / 13 . Inline Lists
/ / - - - - - - - - - - - - - - - - - - - - - - - - -
@ -798,11 +811,12 @@ $include-html-global-classes: $include-html-classes;
/ / $ include-html-magellan-classes : $ include-html-classes ;
/ / $ magellan-bg : $ white ;
/ / $ magellan-padding : 0 ! important ;
/ / $ magellan-padding : 10px ;
/ / 18 . Off-canvas
/ / - - - - - - - - - - - - - - - - - - - - - - - - -
/ / Off Canvas Tab Bar Variables
/ / $ include-html-off-canvas-classes : $ include-html-classes ;
/ / $ tabbar-bg : $ oil ;
@ -813,8 +827,9 @@ $include-html-global-classes: $include-html-classes;
/ / $ tabbar-middle-padding : 0 rem-calc ( 10 ) ;
/ / Off Canvas Divider Styles
/ / $ tabbar-right-section-border : solid 1px scale-color ( $ tabbar-bg , $ lightness : 13 % ) ;
/ / $ tabbar-left-section-border : solid 1px scale-color ( $ tabbar-bg , $ lightness : - 50 % ) ;
/ / $ tabbar-right-section-border : $ tabbar-left-section-border ;
/ / Off Canvas Tab Bar Headers
/ / $ tabbar-header-color : $ white ;
@ -825,7 +840,6 @@ $include-html-global-classes: $include-html-classes;
/ / 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 ) ;
@ -834,13 +848,13 @@ $include-html-global-classes: $include-html-classes;
/ / $ off-canvas-label-font-size : rem-calc ( 12 ) ;
/ / $ off-canvas-label-font-weight : $ font-weight-bold ;
/ / $ off-canvas-label-bg : $ tuatara ;
/ / $ off-canvas-label-border-top : 1px solid scale-color ( $ tuatara , $ lightness : 14 % ) ;
/ / $ off-canvas-label-border-top : 1px solid scale-color ( $ off-canvas-label-bg , $ lightness : 14 % ) ;
/ / $ off-canvas-label-border-bottom : none ;
/ / $ off-canvas-label-margin : 0 ;
/ / $ off-canvas-link-padding : rem-calc ( 10 , 15 ) ;
/ / $ off-canvas-link-color : rgba ( $ white , 0 . 7 ) ;
/ / $ off-canvas-link-border-bottom : 1px solid scale-color ( $ off-canvas-bg , $ lightness : - 25 % ) ;
/ / $ off-canvas-back-bg : $ tuatara ;
/ / $ off-canvas-back-bg : # 444 ;
/ / $ off-canvas-back-border-top : $ off-canvas-label-border-top ;
/ / $ off-canvas-back-border-bottom : $ off-canvas-label-border-bottom ;
/ / $ off-canvas-back-hover-bg : scale-color ( $ off-canvas-back-bg , $ lightness : - 30 % ) ;
@ -852,7 +866,7 @@ $include-html-global-classes: $include-html-classes;
/ / $ tabbar-menu-icon-hover : scale-color ( $ tabbar-menu-icon-color , $ lightness : - 30 % ) ;
/ / $ tabbar-menu-icon-text-indent : rem-calc ( 35 ) ;
/ / $ tabbar-menu-icon-width : $ tabbar-height ;
/ / $ tabbar-menu-icon-width : $ tabbar-icon-width ;
/ / $ tabbar-menu-icon-height : $ tabbar-height ;
/ / $ tabbar-menu-icon-padding : 0 ;
@ -906,15 +920,15 @@ $include-html-global-classes: $include-html-classes;
/ / $ orbit-slide-number-font-color : $ white ;
/ / $ orbit-slide-number-padding : rem-calc ( 5 ) ;
/ / Graceful Loading Wrapper and preloader
/ / $ wrapper-class : " slideshow-wrapper " ;
/ / $ preloader-class : " preloader " ;
/ / Hide controls on small
/ / $ orbit-nav-hide-for-small : true ;
/ / $ orbit-bullet-hide-for-small : true ;
/ / $ orbit-timer-hide-for-small : true ;
/ / Graceful Loading Wrapper and preloader
/ / $ wrapper-class : " slideshow-wrapper " ;
/ / $ preloader-class : " preloader " ;
/ / 20 . Pagination
/ / - - - - - - - - - - - - - - - - - - - - - - - - -
@ -972,6 +986,7 @@ $include-html-global-classes: $include-html-classes;
/ / $ panel-header-adjust : true ;
/ / $ callout-panel-link-color : $ primary-color ;
/ / $ callout-panel-link-color-hover : scale-color ( $ callout-panel-link-color , $ lightness : - 14 % ) ;
/ / 22 . Pricing Tables
/ / - - - - - - - - - - - - - - - - - - - - - - - - -
@ -1002,6 +1017,7 @@ $include-html-global-classes: $include-html-classes;
/ / $ price-money-size : rem-calc ( 32 ) ;
/ / $ price-money-font-family : $ body-font-family ;
/ / We use these to control the description styles
/ / $ price-bg : $ white ;
/ / $ price-desc-color : $ monsoon ;
@ -1041,7 +1057,6 @@ $include-html-global-classes: $include-html-classes;
/ / $ progress-bar-border-radius : $ global-radius ;
/ / We use these to control the margin & padding
/ / $ progress-bar-pad : rem-calc ( 2 ) ;
/ / $ progress-bar-margin-bottom : rem-calc ( 10 ) ;
/ / We use these to set the meter colors
@ -1055,7 +1070,7 @@ $include-html-global-classes: $include-html-classes;
/ / $ include-html-range-slider-classes : $ include-html-classes ;
/ / These variabl es define the slider bar styles
/ / These variabel s define the slider bar styles
/ / $ range-slider-bar-width : 100 % ;
/ / $ range-slider-bar-height : rem-calc ( 16 ) ;
@ -1065,12 +1080,13 @@ $include-html-global-classes: $include-html-classes;
/ / $ range-slider-radius : $ global-radius ;
/ / $ range-slider-round : $ global-rounded ;
/ / $ range-slider-bar-bg-color : $ ghost ;
/ / $ range-slider-active-segment-bg-color : scale-color ( $ secondary-color , $ lightness : - 1 % ) ;
/ / Vertical bar styles
/ / $ range-slider-vertical-bar-width : rem-calc ( 16 ) ;
/ / $ range-slider-vertical-bar-height : rem-calc ( 200 ) ;
/ / These variabl es define the slider handle styles
/ / These variabel s 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 ) ;
@ -1083,6 +1099,9 @@ $include-html-global-classes: $include-html-classes;
/ / $ range-slider-handle-bg-hover-color : scale-color ( $ primary-color , $ lightness : - 12 % ) ;
/ / $ range-slider-handle-cursor : pointer ;
/ / $ range-slider-disabled-opacity : 0 . 7 ;
/ / $ range-slider-disabled-cursor : $ cursor-disabled-value ;
/ / 25 . Reveal
/ / - - - - - - - - - - - - - - - - - - - - - - - - -
@ -1102,8 +1121,8 @@ $include-html-global-classes: $include-html-classes;
/ / We use these to style the reveal close button
/ / $ reveal-close-font-size : rem-calc ( 40 ) ;
/ / $ reveal-close-top : rem-calc ( 8 ) ;
/ / $ reveal-close-side : rem-calc ( 11 ) ;
/ / $ reveal-close-top : rem-calc ( 10 ) ;
/ / $ reveal-close-side : rem-calc ( 22 ) ;
/ / $ reveal-close-color : $ base ;
/ / $ reveal-close-weight : $ font-weight-bold ;
@ -1129,7 +1148,7 @@ $include-html-global-classes: $include-html-classes;
/ / We use these to control list styles .
/ / $ side-nav-list-type : none ;
/ / $ side-nav-list-position : in side;
/ / $ side-nav-list-position : out side;
/ / $ side-nav-list-margin : rem-calc ( 0 0 7 0 ) ;
/ / We use these to control link styles .
@ -1214,7 +1233,9 @@ $include-html-global-classes: $include-html-classes;
/ / $ 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 % ) ;
@ -1230,39 +1251,21 @@ $include-html-global-classes: $include-html-classes;
/ / $ include-html-form-classes : $ include-html-classes ;
/ / Controlling border styles and background colors for the switch container
/ / $ switch-border-color : scale-color ( $ white , $ lightness : - 20 % ) ;
/ / $ switch-border-style : solid ;
/ / $ switch-border-width : 1px ;
/ / $ switch-bg : $ white ;
/ / Controlling background color for the switch container
/ / $ switch-bg : $ gainsboro ;
/ / We use these to control the switch heights for our default classes
/ / $ switch-height-tny : rem-calc ( 22 ) ;
/ / $ switch-height-sml : rem-calc ( 28 ) ;
/ / $ switch-height-med : rem-calc ( 36 ) ;
/ / $ switch-height-lrg : rem-calc ( 44 ) ;
/ / $ switch-bottom-margin : rem-calc ( 20 ) ;
/ / We use these to control default font sizes for our classes .
/ / $ switch-font-size-tny : 11px ;
/ / $ switch-font-size-sml : 12px ;
/ / $ switch-font-size-med : 14px ;
/ / $ switch-font-size-lrg : 17px ;
/ / $ switch-label-side-padding : 6px ;
/ / $ switch-height-tny : 1 . 5rem ;
/ / $ switch-height-sml : 1 . 75rem ;
/ / $ switch-height-med : 2rem ;
/ / $ switch-height-lrg : 2 . 5rem ;
/ / $ switch-bottom-margin : 1 . 5rem ;
/ / We use these to style the switch-paddle
/ / $ switch-paddle-bg : $ white ;
/ / $ switch-paddle-fade-to-color : scale-color ( $ switch-paddle-bg , $ lightness : - 10 % ) ;
/ / $ switch-paddle-border-color : scale-color ( $ switch-paddle-bg , $ lightness : - 35 % ) ;
/ / $ switch-paddle-border-width : 1px ;
/ / $ switch-paddle-border-style : solid ;
/ / $ switch-paddle-transition-speed : . 1s ;
/ / $ switch-paddle-transition-speed : . 15s ;
/ / $ switch-paddle-transition-ease : ease-out ;
/ / $ switch-positive-color : scale-color ( $ success-color , $ lightness : 94 % ) ;
/ / $ switch-negative-color : $ white-smoke ;
/ / Outline Style for tabbing through switches
/ / $ switch-label-outline : 1px dotted $ jumbo ;
/ / $ switch-active-color : $ primary-color ;
/ / 30 . Tables
/ / - - - - - - - - - - - - - - - - - - - - - - - - -
@ -1285,6 +1288,19 @@ $include-html-global-classes: $include-html-classes;
/ / $ table-head-font-weight : $ font-weight-bold ;
/ / $ table-head-padding : rem-calc ( 8 10 10 ) ;
/ / These control the table foot styles
/ / $ table-foot-bg : $ table-head-bg ;
/ / $ table-foot-font-size : $ table-head-font-size ;
/ / $ table-foot-font-color : $ table-head-font-color ;
/ / $ table-foot-font-weight : $ table-head-font-weight ;
/ / $ table-foot-padding : $ table-head-padding ;
/ / These control the caption
/ / table-caption-bg : transparent ;
/ / $ table-caption-font-color : $ table-head-font-color ;
/ / $ table-caption-font-size : rem-calc ( 16 ) ;
/ / $ table-caption-font-weight : bold ;
/ / These control the row padding and font styles
/ / $ table-row-padding : rem-calc ( 9 10 ) ;
/ / $ table-row-font-size : rem-calc ( 14 ) ;
@ -1296,6 +1312,7 @@ $include-html-global-classes: $include-html-classes;
/ / $ table-display : table-cell ;
/ / $ table-margin-bottom : rem-calc ( 20 ) ;
/ / 31 . Tabs
/ / - - - - - - - - - - - - - - - - - - - - - - - - -
@ -1375,16 +1392,6 @@ $include-html-global-classes: $include-html-classes;
/ / $ topbar-title-weight : $ font-weight-normal ;
/ / $ topbar-title-font-size : rem-calc ( 17 ) ;
/ / Style the top bar dropdown elements
/ / $ topbar-dropdown-bg : $ oil ;
/ / $ topbar-dropdown-link-color : $ white ;
/ / $ topbar-dropdown-link-bg : $ oil ;
/ / $ topbar-dropdown-link-bg-hover : $ oil ;
/ / $ topbar-dropdown-link-weight : $ font-weight-normal ;
/ / $ topbar-dropdown-toggle-size : 5px ;
/ / $ topbar-dropdown-toggle-color : $ white ;
/ / $ topbar-dropdown-toggle-alpha : 0 . 4 ;
/ / Set the link colors and styles for top-level nav
/ / $ topbar-link-color : $ white ;
/ / $ topbar-link-color-hover : $ white ;
@ -1394,19 +1401,29 @@ $include-html-global-classes: $include-html-classes;
/ / $ topbar-link-font-size : rem-calc ( 13 ) ;
/ / $ topbar-link-hover-lightness : - 10 % ; / / Darken by 10 %
/ / $ topbar-link-bg : $ topbar-bg ;
/ / $ topbar-link-bg-color-hover : $ charcoal ;
/ / $ topbar-link-bg-hover : $ oil ;
/ / $ topbar-link-bg-color-hover : $ charcoal ;
/ / $ topbar-link-bg-active : $ primary-color ;
/ / $ topbar-link-bg-active-hover : scale-color ( $ primary-color , $ lightness : - 14 % ) ;
/ / $ topbar-link-font-family : $ body-font-family ;
/ / $ topbar-link-text-transform : none ;
/ / $ topbar-link-padding : ( $ topbar-height / 3 ) ;
/ / $ topbar-back-link-size : $ h5-font-size ;
/ / $ topbar-link-dropdown-padding : 20px ;
/ / $ topbar-back-link-size : rem-calc ( 18 ) ;
/ / $ topbar-link-dropdown-padding : rem-calc ( 20 ) ;
/ / $ topbar-button-font-size : 0 . 75rem ;
/ / $ topbar-button-top : 7px ;
/ / Style the top bar dropdown elements
/ / $ topbar-dropdown-bg : $ oil ;
/ / $ topbar-dropdown-link-color : $ white ;
/ / $ topbar-dropdown-link-color-hover : $ topbar-link-color-hover ;
/ / $ topbar-dropdown-link-bg : $ oil ;
/ / $ topbar-dropdown-link-bg-hover : $ oil ;
/ / $ topbar-dropdown-link-weight : $ font-weight-normal ;
/ / $ topbar-dropdown-toggle-size : 5px ;
/ / $ topbar-dropdown-toggle-color : $ white ;
/ / $ topbar-dropdown-toggle-alpha : 0 . 4 ;
/ / $ topbar-dropdown-label-color : $ monsoon ;
/ / $ topbar-dropdown-label-text-transform : uppercase ;
/ / $ topbar-dropdown-label-font-weight : $ font-weight-bold ;
@ -1421,6 +1438,7 @@ $include-html-global-classes: $include-html-classes;
/ / $ topbar-menu-icon-color : $ white ;
/ / $ topbar-menu-link-color-toggled : $ jumbo ;
/ / $ topbar-menu-icon-color-toggled : $ jumbo ;
/ / $ topbar-menu-icon-position : $ opposite-direction ; / / Change to $ default-float for a left menu icon
/ / Transitions and breakpoint styles
/ / $ topbar-transition-speed : 300ms ;
@ -1428,6 +1446,9 @@ $include-html-global-classes: $include-html-classes;
/ / $ topbar-breakpoint : #{ lower-bound ( $medium-range ) } ; / / Change to 9999px for always mobile layout
/ / $ topbar-media-query : $ medium-up ;
/ / Top-bar input styles
/ / $ topbar-input-height : rem-calc ( 28 ) ;
/ / Divider Styles
/ / $ topbar-divider-border-bottom : solid 1px scale-color ( $ topbar-bg-color , $ lightness : 13 % ) ;
/ / $ topbar-divider-border-top : solid 1px scale-color ( $ topbar-bg-color , $ lightness : - 50 % ) ;
@ -1435,11 +1456,12 @@ $include-html-global-classes: $include-html-classes;
/ / Sticky Class
/ / $ topbar-sticky-class : " .sticky " ;
/ / $ topbar-arrows : true ; / / Set false to remove the triangle icon from the menu item
/ / $ topbar-dropdown-arrows : true ; / / Set false to remove the \ 00bb > > text from dropdown subnavigation li / /
/ / 36 . Visibility Classes
/ / - - - - - - - - - - - - - - - - - - - - - - - - -
/ / $ include-html-visibility-classes : $ include-html-classes ;
/ / $ include-accessibility-classes : true ;
/ / $ include-table-visibility-classes : true ;
/ / $ include-legacy-visibility-classes : true ;
/ / $ include-accessibility-classes : true ;