patternfly-sass 0.0.0.pre.semantically.pre.released → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.bowerrc +3 -0
- data/.gitignore +43 -0
- data/.rspec +3 -0
- data/.rubocop.yml +54 -0
- data/.travis.yml +17 -0
- data/Gemfile +3 -0
- data/README.md +29 -438
- data/Rakefile +128 -0
- data/TODO.md +13 -0
- data/assets/fonts/patternfly/OpenSans-Bold-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Bold-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-Bold-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Bold-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-BoldItalic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-BoldItalic-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-BoldItalic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-BoldItalic-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBold-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBold-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBold-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBold-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBoldItalic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBoldItalic-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBoldItalic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-ExtraBoldItalic-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-Italic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Italic-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-Italic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Italic-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-Light-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Light-webfont.svg +1831 -0
- data/assets/fonts/patternfly/OpenSans-Light-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Light-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-LightItalic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-LightItalic-webfont.svg +1835 -0
- data/assets/fonts/patternfly/OpenSans-LightItalic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-LightItalic-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-Regular-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Regular-webfont.svg +1831 -0
- data/assets/fonts/patternfly/OpenSans-Regular-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Regular-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-Semibold-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-Semibold-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-Semibold-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-Semibold-webfont.woff +0 -0
- data/assets/fonts/patternfly/OpenSans-SemiboldItalic-webfont.eot +0 -0
- data/assets/fonts/patternfly/OpenSans-SemiboldItalic-webfont.svg +1830 -0
- data/assets/fonts/patternfly/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- data/assets/fonts/patternfly/OpenSans-SemiboldItalic-webfont.woff +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.eot +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.svg +63 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.ttf +0 -0
- data/assets/fonts/patternfly/PatternFlyIcons-webfont.woff +0 -0
- data/assets/images/patternfly/apple-touch-icon-114-precomposed.png +0 -0
- data/assets/images/patternfly/apple-touch-icon-144-precomposed.png +0 -0
- data/assets/images/patternfly/apple-touch-icon-57-precomposed.png +0 -0
- data/assets/images/patternfly/apple-touch-icon-72-precomposed.png +0 -0
- data/{dist/img → assets/images/patternfly}/bg-login.jpg +0 -0
- data/assets/images/patternfly/brand-lg.png +0 -0
- data/assets/images/patternfly/brand.png +0 -0
- data/{dist/img → assets/images/patternfly}/brand.svg +87 -87
- data/assets/images/patternfly/logo.png +0 -0
- data/{dist/img → assets/images/patternfly}/logo.svg +22 -22
- data/{dist/img → assets/images/patternfly}/spinner-lg.gif +0 -0
- data/{dist/img → assets/images/patternfly}/spinner-sm.gif +0 -0
- data/{dist/img → assets/images/patternfly}/spinner-xs.gif +0 -0
- data/{dist/img → assets/images/patternfly}/spinner.gif +0 -0
- data/assets/javascripts/patternfly/patternfly.js +212 -0
- data/assets/javascripts/patternfly/patternfly.min.js +1 -0
- data/{dist/sass → assets/stylesheets}/_patternfly-compass.scss +1 -1
- data/{dist/sass → assets/stylesheets}/_patternfly-sprockets.scss +1 -1
- data/assets/stylesheets/_patternfly.scss +105 -0
- data/assets/stylesheets/patternfly/_alerts.scss +29 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_badges.scss +0 -0
- data/assets/stylesheets/patternfly/_blank-slate.scss +29 -0
- data/assets/stylesheets/patternfly/_bootstrap-combobox-css.scss +42 -0
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_bootstrap-combobox.scss +2 -2
- data/assets/stylesheets/patternfly/_bootstrap-select-css.scss +309 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_bootstrap-select.scss +15 -24
- data/assets/stylesheets/patternfly/_bootstrap-treeview.scss +37 -0
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_breadcrumbs.scss +2 -2
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_buttons.scss +8 -10
- data/assets/stylesheets/patternfly/_close.scss +13 -0
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_datatables.scss +69 -33
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_dropdowns.scss +6 -96
- data/assets/stylesheets/patternfly/_fonts.scss +54 -0
- data/assets/stylesheets/patternfly/_forms.scss +31 -0
- data/assets/stylesheets/patternfly/_icons.scss +155 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_infotip.scss +8 -4
- data/{dist/sass → assets/stylesheets}/patternfly/_labels.scss +2 -7
- data/{dist/sass → assets/stylesheets}/patternfly/_list-group.scss +2 -7
- data/assets/stylesheets/patternfly/_login.scss +121 -0
- data/assets/stylesheets/patternfly/_mixin_overrides.scss +55 -0
- data/assets/stylesheets/patternfly/_mixins.scss +96 -0
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_modals.scss +2 -13
- data/{dist/sass → assets/stylesheets}/patternfly/_navbar.scss +98 -176
- data/{dist/sass → assets/stylesheets}/patternfly/_pager.scss +6 -2
- data/assets/stylesheets/patternfly/_pagination.scss +64 -0
- data/assets/stylesheets/patternfly/_panels.scss +57 -0
- data/assets/stylesheets/patternfly/_popovers.scss +32 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_progress-bars.scss +19 -49
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_search.scss +10 -9
- data/{dist/sass → assets/stylesheets}/patternfly/_sidebar.scss +32 -34
- data/assets/stylesheets/patternfly/_spinner.scss +62 -0
- data/{dist/sass → assets/stylesheets}/patternfly/_syntax-highlighting.scss +5 -16
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_tables.scss +4 -24
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_tabs.scss +3 -3
- data/{dist/sass/rcue → assets/stylesheets/patternfly}/_tooltip.scss +3 -2
- data/{dist/sass → assets/stylesheets}/patternfly/_type.scss +5 -10
- data/assets/stylesheets/patternfly/_variables.scss +225 -0
- data/bower.json +29 -0
- data/lib/patternfly-sass.rb +5 -8
- data/lib/patternfly-sass/engine.rb +6 -3
- data/lib/patternfly-sass/version.rb +2 -1
- data/package.json +28 -0
- data/patternfly-sass.gemspec +18 -20
- data/spec/compare_spec.rb +43 -0
- data/spec/spec_helper.rb +9 -0
- data/tasks/converter.rb +455 -0
- data/tests/capture.js +43 -0
- data/tests/components/bootstrap-combobox/.bower.json +14 -0
- data/tests/components/bootstrap-combobox/.gitignore +1 -0
- data/tests/components/bootstrap-combobox/README.md +59 -0
- data/tests/components/bootstrap-combobox/css/bootstrap-combobox.css +42 -0
- data/tests/components/bootstrap-combobox/js/bootstrap-combobox.js +438 -0
- data/tests/components/bootstrap-combobox/js/tests/index.html +29 -0
- data/tests/components/bootstrap-combobox/js/tests/unit/bootstrap-combobox.js +323 -0
- data/tests/components/bootstrap-combobox/js/tests/vendor/jquery.js +9597 -0
- data/tests/components/bootstrap-combobox/js/tests/vendor/qunit.css +244 -0
- data/tests/components/bootstrap-combobox/js/tests/vendor/qunit.js +2152 -0
- data/{dist/sass/patternfly/dependencies/bootstrap-combobox/combobox.scss → tests/components/bootstrap-combobox/less/combobox.less} +8 -10
- data/tests/components/bootstrap-select/.bower.json +38 -0
- data/tests/components/bootstrap-select/CONTRIBUTING.md +87 -0
- data/tests/components/bootstrap-select/README.md +61 -0
- data/tests/components/bootstrap-select/bootstrap-select.css +309 -0
- data/tests/components/bootstrap-select/bootstrap-select.jquery.json +29 -0
- data/tests/components/bootstrap-select/bootstrap-select.js +972 -0
- data/tests/components/bootstrap-select/bootstrap-select.min.css +7 -0
- data/tests/components/bootstrap-select/bootstrap-select.min.js +8 -0
- data/tests/components/bootstrap-select/bower.json +29 -0
- data/tests/components/bootstrap-select/composer.json +17 -0
- data/tests/components/bootstrap-select/i18n/defaults-cs-CZ.js +29 -0
- data/tests/components/bootstrap-select/i18n/defaults-cz-CZ.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-de_DE.js +29 -0
- data/tests/components/bootstrap-select/i18n/defaults-de_DE.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-es-CL.js +29 -0
- data/tests/components/bootstrap-select/i18n/defaults-es-CL.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-eu.js +30 -0
- data/tests/components/bootstrap-select/i18n/defaults-eu.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-it_IT.js +32 -0
- data/tests/components/bootstrap-select/i18n/defaults-it_IT.min.js +1 -0
- data/tests/components/bootstrap-select/i18n/defaults-nl_NL.js +32 -0
- data/tests/components/bootstrap-select/i18n/defaults-nl_NL.min.js +7 -0
- data/tests/components/bootstrap-select/i18n/defaults-pl_PL.js +29 -0
- data/tests/components/bootstrap-select/i18n/defaults-pl_PL.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-pt_BR.js +33 -0
- data/tests/components/bootstrap-select/i18n/defaults-pt_BR.min.js +7 -0
- data/tests/components/bootstrap-select/i18n/defaults-ru-RU.js +31 -0
- data/tests/components/bootstrap-select/i18n/defaults-ru_RU.min.js +6 -0
- data/tests/components/bootstrap-select/i18n/defaults-zh_CN.js +30 -0
- data/tests/components/bootstrap-select/i18n/defaults-zh_CN.min.js +6 -0
- data/tests/components/bootstrap-select/package.json +31 -0
- data/tests/components/bootstrap-select/test.html +62 -0
- data/tests/components/bootstrap-treeview/.bower.json +38 -0
- data/tests/components/bootstrap-treeview/Gruntfile.js +62 -0
- data/tests/components/bootstrap-treeview/LICENSE +202 -0
- data/tests/components/bootstrap-treeview/README.md +289 -0
- data/tests/components/bootstrap-treeview/app.js +29 -0
- data/tests/components/bootstrap-treeview/bower.json +29 -0
- data/tests/components/bootstrap-treeview/dist/bootstrap-treeview.min.css +1 -0
- data/tests/components/bootstrap-treeview/dist/bootstrap-treeview.min.js +1 -0
- data/tests/components/bootstrap-treeview/package.json +18 -0
- data/tests/components/bootstrap-treeview/public/css/bootstrap-treeview.css +37 -0
- data/tests/components/bootstrap-treeview/public/example-dom.html +59 -0
- data/tests/components/bootstrap-treeview/public/index.html +333 -0
- data/tests/components/bootstrap-treeview/public/js/bootstrap-treeview.js +455 -0
- data/tests/components/bootstrap-treeview/screenshot/default.PNG +0 -0
- data/tests/components/bootstrap-treeview/src/css/bootstrap-treeview.css +37 -0
- data/tests/components/bootstrap-treeview/src/js/bootstrap-treeview.js +455 -0
- data/tests/components/datatables-colreorder/.bower.json +22 -0
- data/tests/components/datatables-colreorder/License.txt +20 -0
- data/tests/components/datatables-colreorder/Readme.md +39 -0
- data/tests/components/datatables-colreorder/bower.json +12 -0
- data/tests/components/datatables-colreorder/css/dataTables.colReorder.css +14 -0
- data/tests/components/datatables-colreorder/examples/alt_insert.xml +30 -0
- data/tests/components/datatables-colreorder/examples/col_filter.xml +38 -0
- data/tests/components/datatables-colreorder/examples/colvis.xml +26 -0
- data/tests/components/datatables-colreorder/examples/fixedcolumns.xml +43 -0
- data/tests/components/datatables-colreorder/examples/fixedheader.xml +27 -0
- data/tests/components/datatables-colreorder/examples/index.xml +19 -0
- data/tests/components/datatables-colreorder/examples/jqueryui.xml +27 -0
- data/tests/components/datatables-colreorder/examples/new_init.xml +23 -0
- data/tests/components/datatables-colreorder/examples/predefined.xml +30 -0
- data/tests/components/datatables-colreorder/examples/realtime.xml +30 -0
- data/tests/components/datatables-colreorder/examples/reset.xml +41 -0
- data/tests/components/datatables-colreorder/examples/scrolling.xml +27 -0
- data/tests/components/datatables-colreorder/examples/server_side.xml +38 -0
- data/tests/components/datatables-colreorder/examples/simple.xml +25 -0
- data/tests/components/datatables-colreorder/examples/state_save.xml +26 -0
- data/tests/components/datatables-colreorder/images/.DS_Store +0 -0
- data/tests/components/datatables-colreorder/images/insert.png +0 -0
- data/tests/components/datatables-colreorder/js/dataTables.colReorder.js +1372 -0
- data/tests/components/datatables-colreorder/make.sh +31 -0
- data/tests/components/datatables-colvis/.bower.json +22 -0
- data/tests/components/datatables-colvis/License.txt +20 -0
- data/tests/components/datatables-colvis/README.md +38 -0
- data/tests/components/datatables-colvis/bower.json +12 -0
- data/tests/components/datatables-colvis/css/dataTables.colVis.css +185 -0
- data/tests/components/datatables-colvis/css/dataTables.colvis.jqueryui.css +41 -0
- data/tests/components/datatables-colvis/examples/.DS_Store +0 -0
- data/tests/components/datatables-colvis/examples/button_order.xml +26 -0
- data/tests/components/datatables-colvis/examples/exclude_columns.xml +28 -0
- data/tests/components/datatables-colvis/examples/group_columns.xml +40 -0
- data/tests/components/datatables-colvis/examples/index.xml +18 -0
- data/tests/components/datatables-colvis/examples/jqueryui.xml +28 -0
- data/tests/components/datatables-colvis/examples/mouseover.xml +28 -0
- data/tests/components/datatables-colvis/examples/new_init.xml +26 -0
- data/tests/components/datatables-colvis/examples/restore.xml +33 -0
- data/tests/components/datatables-colvis/examples/simple.xml +25 -0
- data/tests/components/datatables-colvis/examples/text.xml +29 -0
- data/tests/components/datatables-colvis/examples/title_callback.xml +30 -0
- data/tests/components/datatables-colvis/examples/two_tables.xml +24 -0
- data/tests/components/datatables-colvis/examples/two_tables_identical.xml +35 -0
- data/tests/components/datatables-colvis/js/dataTables.colVis.js +1123 -0
- data/tests/components/datatables-colvis/make.sh +28 -0
- data/tests/components/datatables/.bower.json +42 -0
- data/tests/components/datatables/Contributing.md +18 -0
- data/tests/components/datatables/Readme.md +53 -0
- data/tests/components/datatables/bower.json +32 -0
- data/tests/components/datatables/license.txt +20 -0
- data/tests/components/datatables/media/css/jquery.dataTables.css +455 -0
- data/tests/components/datatables/media/css/jquery.dataTables.min.css +1 -0
- data/tests/components/datatables/media/css/jquery.dataTables_themeroller.css +416 -0
- data/tests/components/datatables/media/images/Sorting icons.psd +0 -0
- data/tests/components/datatables/media/images/favicon.ico +0 -0
- data/tests/components/datatables/media/images/sort_asc.png +0 -0
- data/tests/components/datatables/media/images/sort_asc_disabled.png +0 -0
- data/tests/components/datatables/media/images/sort_both.png +0 -0
- data/tests/components/datatables/media/images/sort_desc.png +0 -0
- data/tests/components/datatables/media/images/sort_desc_disabled.png +0 -0
- data/tests/components/datatables/media/js/jquery.dataTables.js +14951 -0
- data/tests/components/datatables/media/js/jquery.dataTables.min.js +160 -0
- data/tests/components/datatables/media/js/jquery.js +5 -0
- data/tests/components/google-code-prettify/.bower.json +26 -0
- data/tests/components/google-code-prettify/CHANGES.html +172 -0
- data/tests/components/google-code-prettify/COPYING +191 -0
- data/tests/components/google-code-prettify/README-zh-Hans.html +143 -0
- data/tests/components/google-code-prettify/README.html +233 -0
- data/tests/components/google-code-prettify/README.md +54 -0
- data/tests/components/google-code-prettify/bin/prettify.min.css +1 -0
- data/tests/components/google-code-prettify/bin/prettify.min.js +30 -0
- data/tests/components/google-code-prettify/bin/run_prettify.min.js +34 -0
- data/tests/components/google-code-prettify/bower.json +16 -0
- data/tests/components/google-code-prettify/examples/quine.html +55 -0
- data/tests/components/google-code-prettify/src/lang-apollo.js +51 -0
- data/tests/components/google-code-prettify/src/lang-basic.js +32 -0
- data/tests/components/google-code-prettify/src/lang-clj.js +64 -0
- data/tests/components/google-code-prettify/src/lang-css.js +159 -0
- data/tests/components/google-code-prettify/src/lang-dart.js +88 -0
- data/tests/components/google-code-prettify/src/lang-erlang.js +92 -0
- data/tests/components/google-code-prettify/src/lang-go.js +58 -0
- data/tests/components/google-code-prettify/src/lang-hs.js +101 -0
- data/tests/components/google-code-prettify/src/lang-lisp.js +94 -0
- data/tests/components/google-code-prettify/src/lang-llvm.js +61 -0
- data/tests/components/google-code-prettify/src/lang-lua.js +59 -0
- data/tests/components/google-code-prettify/src/lang-matlab.js +180 -0
- data/tests/components/google-code-prettify/src/lang-ml.js +56 -0
- data/tests/components/google-code-prettify/src/lang-mumps.js +139 -0
- data/tests/components/google-code-prettify/src/lang-n.js +65 -0
- data/tests/components/google-code-prettify/src/lang-pascal.js +32 -0
- data/tests/components/google-code-prettify/src/lang-proto.js +35 -0
- data/tests/components/google-code-prettify/src/lang-r.js +57 -0
- data/tests/components/google-code-prettify/src/lang-rd.js +47 -0
- data/tests/components/google-code-prettify/src/lang-scala.js +54 -0
- data/tests/components/google-code-prettify/src/lang-sql.js +58 -0
- data/tests/components/google-code-prettify/src/lang-tcl.js +62 -0
- data/tests/components/google-code-prettify/src/lang-tex.js +46 -0
- data/tests/components/google-code-prettify/src/lang-vb.js +66 -0
- data/tests/components/google-code-prettify/src/lang-vhdl.js +34 -0
- data/tests/components/google-code-prettify/src/lang-wiki.js +53 -0
- data/tests/components/google-code-prettify/src/lang-xq.js +67 -0
- data/tests/components/google-code-prettify/src/lang-yaml.js +27 -0
- data/tests/components/google-code-prettify/src/prettify.css +52 -0
- data/tests/components/google-code-prettify/src/prettify.js +1655 -0
- data/tests/components/google-code-prettify/src/run_prettify.js +1905 -0
- data/tests/components/google-code-prettify/styles/demo.html +61 -0
- data/tests/components/google-code-prettify/styles/desert.css +34 -0
- data/tests/components/google-code-prettify/styles/doxy.css +64 -0
- data/tests/components/google-code-prettify/styles/index.html +89 -0
- data/tests/components/google-code-prettify/styles/sons-of-obsidian.css +118 -0
- data/tests/components/google-code-prettify/styles/sunburst.css +51 -0
- data/tests/components/jquery/.bower.json +38 -0
- data/tests/components/jquery/MIT-LICENSE.txt +21 -0
- data/tests/components/jquery/bower.json +28 -0
- data/tests/components/jquery/dist/jquery.js +9210 -0
- data/tests/components/jquery/dist/jquery.min.js +5 -0
- data/tests/components/jquery/dist/jquery.min.map +1 -0
- data/tests/components/jquery/src/ajax.js +786 -0
- data/tests/components/jquery/src/ajax/jsonp.js +89 -0
- data/tests/components/jquery/src/ajax/load.js +75 -0
- data/tests/components/jquery/src/ajax/parseJSON.js +13 -0
- data/tests/components/jquery/src/ajax/parseXML.js +28 -0
- data/tests/components/jquery/src/ajax/script.js +64 -0
- data/tests/components/jquery/src/ajax/var/nonce.js +5 -0
- data/tests/components/jquery/src/ajax/var/rquery.js +3 -0
- data/tests/components/jquery/src/ajax/xhr.js +136 -0
- data/tests/components/jquery/src/attributes.js +11 -0
- data/tests/components/jquery/src/attributes/attr.js +141 -0
- data/tests/components/jquery/src/attributes/classes.js +158 -0
- data/tests/components/jquery/src/attributes/prop.js +94 -0
- data/tests/components/jquery/src/attributes/support.js +35 -0
- data/tests/components/jquery/src/attributes/val.js +161 -0
- data/tests/components/jquery/src/callbacks.js +205 -0
- data/tests/components/jquery/src/core.js +502 -0
- data/tests/components/jquery/src/core/access.js +60 -0
- data/tests/components/jquery/src/core/init.js +123 -0
- data/tests/components/jquery/src/core/parseHTML.js +39 -0
- data/tests/components/jquery/src/core/ready.js +97 -0
- data/tests/components/jquery/src/core/var/rsingleTag.js +4 -0
- data/tests/components/jquery/src/css.js +450 -0
- data/tests/components/jquery/src/css/addGetHookIf.js +22 -0
- data/tests/components/jquery/src/css/curCSS.js +57 -0
- data/tests/components/jquery/src/css/defaultDisplay.js +70 -0
- data/tests/components/jquery/src/css/hiddenVisibleSelectors.js +15 -0
- data/tests/components/jquery/src/css/support.js +96 -0
- data/tests/components/jquery/src/css/swap.js +28 -0
- data/tests/components/jquery/src/css/var/cssExpand.js +3 -0
- data/tests/components/jquery/src/css/var/getStyles.js +12 -0
- data/tests/components/jquery/src/css/var/isHidden.js +13 -0
- data/tests/components/jquery/src/css/var/rmargin.js +3 -0
- data/tests/components/jquery/src/css/var/rnumnonpx.js +5 -0
- data/tests/components/jquery/src/data.js +178 -0
- data/tests/components/jquery/src/data/Data.js +181 -0
- data/tests/components/jquery/src/data/accepts.js +20 -0
- data/tests/components/jquery/src/data/var/data_priv.js +5 -0
- data/tests/components/jquery/src/data/var/data_user.js +5 -0
- data/tests/components/jquery/src/deferred.js +149 -0
- data/tests/components/jquery/src/deprecated.js +13 -0
- data/tests/components/jquery/src/dimensions.js +50 -0
- data/tests/components/jquery/src/effects.js +648 -0
- data/tests/components/jquery/src/effects/Tween.js +114 -0
- data/tests/components/jquery/src/effects/animatedSelector.js +13 -0
- data/tests/components/jquery/src/event.js +868 -0
- data/tests/components/jquery/src/event/ajax.js +13 -0
- data/tests/components/jquery/src/event/alias.js +39 -0
- data/tests/components/jquery/src/event/support.js +9 -0
- data/tests/components/jquery/src/exports/amd.js +24 -0
- data/tests/components/jquery/src/exports/global.js +32 -0
- data/tests/components/jquery/src/intro.js +44 -0
- data/tests/components/jquery/src/jquery.js +37 -0
- data/tests/components/jquery/src/manipulation.js +580 -0
- data/tests/components/jquery/src/manipulation/_evalUrl.js +18 -0
- data/tests/components/jquery/src/manipulation/support.js +32 -0
- data/tests/components/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/tests/components/jquery/src/offset.js +207 -0
- data/tests/components/jquery/src/outro.js +1 -0
- data/tests/components/jquery/src/queue.js +142 -0
- data/tests/components/jquery/src/queue/delay.js +22 -0
- data/tests/components/jquery/src/selector-native.js +172 -0
- data/tests/components/jquery/src/selector-sizzle.js +14 -0
- data/tests/components/jquery/src/selector.js +1 -0
- data/tests/components/jquery/src/serialize.js +111 -0
- data/tests/components/jquery/src/sizzle/dist/sizzle.js +2067 -0
- data/tests/components/jquery/src/sizzle/dist/sizzle.min.js +3 -0
- data/tests/components/jquery/src/sizzle/dist/sizzle.min.map +1 -0
- data/tests/components/jquery/src/traversing.js +199 -0
- data/tests/components/jquery/src/traversing/findFilter.js +100 -0
- data/tests/components/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/tests/components/jquery/src/var/arr.js +3 -0
- data/tests/components/jquery/src/var/class2type.js +4 -0
- data/tests/components/jquery/src/var/concat.js +5 -0
- data/tests/components/jquery/src/var/hasOwn.js +5 -0
- data/tests/components/jquery/src/var/indexOf.js +5 -0
- data/tests/components/jquery/src/var/pnum.js +3 -0
- data/tests/components/jquery/src/var/push.js +5 -0
- data/tests/components/jquery/src/var/rnotwhite.js +3 -0
- data/tests/components/jquery/src/var/slice.js +5 -0
- data/tests/components/jquery/src/var/strundefined.js +3 -0
- data/tests/components/jquery/src/var/support.js +4 -0
- data/tests/components/jquery/src/var/toString.js +5 -0
- data/tests/components/jquery/src/wrap.js +79 -0
- data/tests/index.html +16 -0
- data/tests/patternfly/accordions.html +84 -0
- data/tests/patternfly/alerts.html +85 -0
- data/tests/patternfly/badges.html +67 -0
- data/tests/patternfly/basic.html +552 -0
- data/tests/patternfly/blank-slate.html +77 -0
- data/tests/patternfly/bootstrap-combobox.html +338 -0
- data/tests/patternfly/bootstrap-select.html +210 -0
- data/tests/patternfly/bootstrap-treeview-2.html +271 -0
- data/tests/patternfly/bootstrap-treeview.html +234 -0
- data/tests/patternfly/breadcrumbs.html +46 -0
- data/tests/patternfly/buttons.html +521 -0
- data/tests/patternfly/code.html +77 -0
- data/tests/patternfly/dashboard.html +217 -0
- data/tests/patternfly/datatables-columns.html +487 -0
- data/tests/patternfly/datatables.html +466 -0
- data/tests/patternfly/dist/css/patternfly.css +11483 -0
- data/tests/patternfly/dist/css/patternfly.min.css +10 -0
- data/tests/patternfly/dist/css/styles.css +1 -0
- data/tests/patternfly/dist/css/styles.min.css +1 -0
- data/tests/patternfly/dropdowns.html +48 -0
- data/tests/patternfly/form.html +257 -0
- data/tests/patternfly/forms.html +425 -0
- data/tests/patternfly/icons.html +276 -0
- data/tests/patternfly/img/dashboard-1.png +0 -0
- data/tests/patternfly/img/dashboard-2.png +0 -0
- data/tests/patternfly/img/dashboard-3.png +0 -0
- data/tests/patternfly/img/dashboard-4.png +0 -0
- data/tests/patternfly/index.html +163 -0
- data/tests/patternfly/infotip.html +82 -0
- data/tests/patternfly/labels.html +102 -0
- data/tests/patternfly/list-group.html +105 -0
- data/tests/patternfly/login.html +74 -0
- data/tests/patternfly/modals.html +77 -0
- data/tests/patternfly/navbar.html +5424 -0
- data/tests/patternfly/pagination.html +277 -0
- data/tests/patternfly/panels.html +107 -0
- data/tests/patternfly/popovers.html +98 -0
- data/tests/patternfly/progress-bars.html +271 -0
- data/tests/patternfly/search.html +165 -0
- data/tests/patternfly/spinner.html +66 -0
- data/tests/patternfly/tab.html +595 -0
- data/tests/patternfly/tables.html +203 -0
- data/tests/patternfly/tabs.html +273 -0
- data/tests/patternfly/tests.css +16 -0
- data/tests/patternfly/tooltip.html +64 -0
- data/tests/patternfly/typography-2.css +10 -0
- data/tests/patternfly/typography-2.html +284 -0
- data/tests/patternfly/typography.html +189 -0
- metadata +843 -374
- data/CODE_OF_CONDUCT.md +0 -4
- data/OPEN_SOURCE_LICENCES.txt +0 -1366
- data/QUICKSTART.md +0 -210
- data/dist/fonts/FontAwesome.otf +0 -0
- data/dist/fonts/OpenSans-Bold-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Bold-webfont.svg +0 -19028
- data/dist/fonts/OpenSans-Bold-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Bold-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Bold-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-BoldItalic-webfont.svg +0 -19036
- data/dist/fonts/OpenSans-BoldItalic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-BoldItalic-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-ExtraBold-webfont.eot +0 -0
- data/dist/fonts/OpenSans-ExtraBold-webfont.svg +0 -19030
- data/dist/fonts/OpenSans-ExtraBold-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-ExtraBold-webfont.woff +0 -0
- data/dist/fonts/OpenSans-ExtraBold-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.svg +0 -19036
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-ExtraBoldItalic-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-Italic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Italic-webfont.svg +0 -19043
- data/dist/fonts/OpenSans-Italic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Italic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Italic-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-Light-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Light-webfont.svg +0 -19026
- data/dist/fonts/OpenSans-Light-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Light-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Light-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-LightItalic-webfont.svg +0 -19039
- data/dist/fonts/OpenSans-LightItalic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-LightItalic-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-Regular-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Regular-webfont.svg +0 -19030
- data/dist/fonts/OpenSans-Regular-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Regular-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Regular-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-Semibold-webfont.eot +0 -0
- data/dist/fonts/OpenSans-Semibold-webfont.svg +0 -19030
- data/dist/fonts/OpenSans-Semibold-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-Semibold-webfont.woff +0 -0
- data/dist/fonts/OpenSans-Semibold-webfont.woff2 +0 -0
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -19043
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
- data/dist/fonts/OpenSans-SemiboldItalic-webfont.woff2 +0 -0
- data/dist/fonts/PatternFlyIcons-webfont.eot +0 -0
- data/dist/fonts/PatternFlyIcons-webfont.svg +0 -140
- data/dist/fonts/PatternFlyIcons-webfont.ttf +0 -0
- data/dist/fonts/PatternFlyIcons-webfont.woff +0 -0
- data/dist/fonts/fontawesome-webfont.eot +0 -0
- data/dist/fonts/fontawesome-webfont.svg +0 -2671
- data/dist/fonts/fontawesome-webfont.ttf +0 -0
- data/dist/fonts/fontawesome-webfont.woff +0 -0
- data/dist/fonts/fontawesome-webfont.woff2 +0 -0
- data/dist/fonts/glyphicons-halflings-regular.eot +0 -0
- data/dist/fonts/glyphicons-halflings-regular.svg +0 -288
- data/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/dist/fonts/glyphicons-halflings-regular.woff +0 -0
- data/dist/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/dist/img/Logo_Horizontal_Reversed.svg +0 -49
- data/dist/img/OpenShift-Logo-NoText.svg +0 -51
- data/dist/img/OpenShift-Logo-Text.svg +0 -95
- data/dist/img/OpenShift-logo.svg +0 -69
- data/dist/img/RH_Atomic-Logo-NoText.svg +0 -53
- data/dist/img/RH_Atomic-Logo-Text.svg +0 -91
- data/dist/img/RH_atomic.svg +0 -88
- data/dist/img/apple-touch-icon-precomposed-114.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-144.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-152.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-180.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-57.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-72.png +0 -0
- data/dist/img/apple-touch-icon-precomposed-76.png +0 -0
- data/dist/img/bg-login-2.png +0 -0
- data/dist/img/bg-login.png +0 -0
- data/dist/img/bg-modal-about-pf.png +0 -0
- data/dist/img/bg-navbar-pf-alt.svg +0 -9
- data/dist/img/brand-alt.svg +0 -88
- data/dist/img/dropbox-logo.svg +0 -15
- data/dist/img/facebook-logo.svg +0 -12
- data/dist/img/favicon.ico +0 -0
- data/dist/img/fedora-logo.png +0 -0
- data/dist/img/git-logo.svg +0 -21
- data/dist/img/github-logo.svg +0 -17
- data/dist/img/gmail.svg +0 -23
- data/dist/img/google-calendar.svg +0 -26
- data/dist/img/google-drive.svg +0 -17
- data/dist/img/google-logo.svg +0 -19
- data/dist/img/instagram-logo.png +0 -0
- data/dist/img/kubernetes-Logo.svg +0 -60
- data/dist/img/kubernetes.svg +0 -8
- data/dist/img/linkedin-logo.svg +0 -13
- data/dist/img/logo-alt.svg +0 -18
- data/dist/img/open-id-logo.svg +0 -19
- data/dist/img/rcue-full.svg +0 -221
- data/dist/img/rcue.svg +0 -92
- data/dist/img/redhat_reverse.png +0 -0
- data/dist/img/skype-logo.svg +0 -23
- data/dist/img/spinner-inverse-lg.gif +0 -0
- data/dist/img/spinner-inverse-sm.gif +0 -0
- data/dist/img/spinner-inverse-xs.gif +0 -0
- data/dist/img/spinner-inverse.gif +0 -0
- data/dist/img/stack-exchange-logo.svg +0 -21
- data/dist/img/twitter-logo.svg +0 -19
- data/dist/js/patternfly-functions-base.js +0 -7
- data/dist/js/patternfly-functions-charts.js +0 -13
- data/dist/js/patternfly-functions-colors.js +0 -8
- data/dist/js/patternfly-functions-count-chars.js +0 -59
- data/dist/js/patternfly-functions-data-tables.js +0 -149
- data/dist/js/patternfly-functions-fixed-heights.js +0 -109
- data/dist/js/patternfly-functions-list.js +0 -79
- data/dist/js/patternfly-functions-navigation.js +0 -113
- data/dist/js/patternfly-functions-popovers.js +0 -37
- data/dist/js/patternfly-functions-sidebar.js +0 -31
- data/dist/js/patternfly-functions-tree-grid.js +0 -82
- data/dist/js/patternfly-functions-vertical-nav.js +0 -610
- data/dist/js/patternfly-functions.js +0 -1307
- data/dist/js/patternfly-functions.min.js +0 -1
- data/dist/js/patternfly-settings-base.d.ts +0 -9
- data/dist/js/patternfly-settings-base.js +0 -16
- data/dist/js/patternfly-settings-charts.d.ts +0 -92
- data/dist/js/patternfly-settings-charts.js +0 -449
- data/dist/js/patternfly-settings-colors.d.ts +0 -88
- data/dist/js/patternfly-settings-colors.js +0 -91
- data/dist/js/patternfly-settings.d.ts +0 -3
- data/dist/js/patternfly-settings.js +0 -558
- data/dist/js/patternfly-settings.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfColVis.js +0 -151
- data/dist/js/patternfly.dataTables.pfEmpty.js +0 -253
- data/dist/js/patternfly.dataTables.pfEmpty.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfFilter.js +0 -429
- data/dist/js/patternfly.dataTables.pfFilter.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfPagination.js +0 -401
- data/dist/js/patternfly.dataTables.pfPagination.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfResize.js +0 -214
- data/dist/js/patternfly.dataTables.pfResize.min.js +0 -1
- data/dist/js/patternfly.dataTables.pfSelect.js +0 -281
- data/dist/js/patternfly.dataTables.pfSelect.min.js +0 -1
- data/dist/js/patternfly.js +0 -1866
- data/dist/js/patternfly.min.js +0 -2
- data/dist/sass/_patternfly.scss +0 -147
- data/dist/sass/patternfly/_about-modal.scss +0 -44
- data/dist/sass/patternfly/_accordion.scss +0 -18
- data/dist/sass/patternfly/_alerts.scss +0 -44
- data/dist/sass/patternfly/_application-launcher.scss +0 -213
- data/dist/sass/patternfly/_blank-slate.scss +0 -52
- data/dist/sass/patternfly/_bootstrap-combobox.scss +0 -35
- data/dist/sass/patternfly/_bootstrap-datepicker.scss +0 -132
- data/dist/sass/patternfly/_bootstrap-mixin-overrides.scss +0 -33
- data/dist/sass/patternfly/_bootstrap-slider.scss +0 -66
- data/dist/sass/patternfly/_bootstrap-switch.scss +0 -19
- data/dist/sass/patternfly/_bootstrap-touchspin.scss +0 -31
- data/dist/sass/patternfly/_bootstrap-treeview.scss +0 -89
- data/dist/sass/patternfly/_breadcrumbs.scss +0 -20
- data/dist/sass/patternfly/_buttons.scss +0 -50
- data/dist/sass/patternfly/_card-view.scss +0 -105
- data/dist/sass/patternfly/_cards.scss +0 -238
- data/dist/sass/patternfly/_charts.scss +0 -388
- data/dist/sass/patternfly/_close.scss +0 -16
- data/dist/sass/patternfly/_color-variables.scss +0 -85
- data/dist/sass/patternfly/_context-selector.scss +0 -125
- data/dist/sass/patternfly/_datatables.scss +0 -186
- data/dist/sass/patternfly/_date-and-time.scss +0 -35
- data/dist/sass/patternfly/_dropdowns.scss +0 -235
- data/dist/sass/patternfly/_experimental-features.scss +0 -48
- data/dist/sass/patternfly/_filter.scss +0 -42
- data/dist/sass/patternfly/_fonts.scss +0 -124
- data/dist/sass/patternfly/_footer.scss +0 -19
- data/dist/sass/patternfly/_forms.scss +0 -192
- data/dist/sass/patternfly/_icons.scss +0 -371
- data/dist/sass/patternfly/_layouts.scss +0 -140
- data/dist/sass/patternfly/_links.scss +0 -5
- data/dist/sass/patternfly/_list-pf.scss +0 -178
- data/dist/sass/patternfly/_list-view-dnd.scss +0 -53
- data/dist/sass/patternfly/_list-view.scss +0 -390
- data/dist/sass/patternfly/_login.scss +0 -341
- data/dist/sass/patternfly/_mixins.scss +0 -81
- data/dist/sass/patternfly/_modals.scss +0 -49
- data/dist/sass/patternfly/_nav-vertical-alt.scss +0 -168
- data/dist/sass/patternfly/_navbar-alt.scss +0 -141
- data/dist/sass/patternfly/_navbar-vertical.scss +0 -168
- data/dist/sass/patternfly/_notifications-drawer.scss +0 -250
- data/dist/sass/patternfly/_pagination.scss +0 -121
- data/dist/sass/patternfly/_panels.scss +0 -134
- data/dist/sass/patternfly/_popovers.scss +0 -52
- data/dist/sass/patternfly/_rcue-about-modal.scss +0 -45
- data/dist/sass/patternfly/_rcue-additions.scss +0 -11
- data/dist/sass/patternfly/_rcue-login.scss +0 -75
- data/dist/sass/patternfly/_rcue-variables.scss +0 -57
- data/dist/sass/patternfly/_rcue.scss +0 -6
- data/dist/sass/patternfly/_search.scss +0 -64
- data/dist/sass/patternfly/_skip-to-content.scss +0 -12
- data/dist/sass/patternfly/_spinner.scss +0 -72
- data/dist/sass/patternfly/_table-view.scss +0 -188
- data/dist/sass/patternfly/_tables.scss +0 -90
- data/dist/sass/patternfly/_tabs.scss +0 -118
- data/dist/sass/patternfly/_time-picker.scss +0 -98
- data/dist/sass/patternfly/_toast.scss +0 -75
- data/dist/sass/patternfly/_toolbar.scss +0 -190
- data/dist/sass/patternfly/_tooltip.scss +0 -15
- data/dist/sass/patternfly/_tree-list-view.scss +0 -83
- data/dist/sass/patternfly/_variables.scss +0 -595
- data/dist/sass/patternfly/_vertical-nav.scss +0 -944
- data/dist/sass/patternfly/_wizard.scss +0 -665
- data/dist/sass/patternfly/dependencies/bootstrap-datepicker/datepicker.scss +0 -242
- data/dist/sass/patternfly/dependencies/bootstrap-datepicker/datepicker3.scss +0 -257
- data/dist/sass/patternfly/dependencies/bootstrap-select/bootstrap-select.scss +0 -389
- data/dist/sass/patternfly/dependencies/bootstrap-select/variables.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-slider/_mixins.scss +0 -25
- data/dist/sass/patternfly/dependencies/bootstrap-slider/_rules.scss +0 -246
- data/dist/sass/patternfly/dependencies/bootstrap-slider/_variables.scss +0 -28
- data/dist/sass/patternfly/dependencies/bootstrap-slider/bootstrap-slider.scss +0 -42
- data/dist/sass/patternfly/dependencies/bootstrap-switch/bootstrap-switch.scss +0 -195
- data/dist/sass/patternfly/dependencies/bootstrap-switch/build.scss +0 -3
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins.scss +0 -40
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/alerts.scss +0 -14
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/background-variant.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/border-radius.scss +0 -18
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/buttons.scss +0 -68
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/center-block.scss +0 -7
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/clearfix.scss +0 -22
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/forms.scss +0 -85
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/gradients.scss +0 -59
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/grid-framework.scss +0 -98
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/grid.scss +0 -122
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/hide-text.scss +0 -21
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/image.scss +0 -33
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/labels.scss +0 -12
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/list-group.scss +0 -29
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/nav-divider.scss +0 -10
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/nav-vertical-align.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/opacity.scss +0 -8
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/pagination.scss +0 -23
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/panels.scss +0 -24
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/progress-bar.scss +0 -10
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/reset-filter.scss +0 -8
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/reset-text.scss +0 -18
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/resize.scss +0 -6
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/responsive-visibility.scss +0 -15
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/size.scss +0 -10
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/tab-focus.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/table-row.scss +0 -28
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/text-emphasis.scss +0 -9
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/text-overflow.scss +0 -8
- data/dist/sass/patternfly/dependencies/bootstrap-switch/mixins/vendor-prefixes.scss +0 -227
- data/dist/sass/patternfly/dependencies/bootstrap-switch/variables.scss +0 -862
- data/dist/sass/patternfly/dependencies/bootstrap-touchspin/_jquery.bootstrap-touchspin.scss +0 -45
- data/dist/sass/patternfly/dependencies/c3/_c3.scss +0 -178
- data/dist/sass/patternfly/dependencies/eonasdan-bootstrap-datetimepicker/_bootstrap-datetimepicker.scss +0 -344
- data/dist/sass/patternfly/dependencies/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker-build.scss +0 -16
- data/dist/sass/rcue/_about-modal.scss +0 -44
- data/dist/sass/rcue/_accordion.scss +0 -18
- data/dist/sass/rcue/_alerts.scss +0 -44
- data/dist/sass/rcue/_badges.scss +0 -11
- data/dist/sass/rcue/_blank-slate.scss +0 -52
- data/dist/sass/rcue/_bootstrap-datepicker.scss +0 -132
- data/dist/sass/rcue/_bootstrap-mixin-overrides.scss +0 -33
- data/dist/sass/rcue/_bootstrap-select.scss +0 -108
- data/dist/sass/rcue/_bootstrap-slider.scss +0 -66
- data/dist/sass/rcue/_bootstrap-switch.scss +0 -19
- data/dist/sass/rcue/_bootstrap-touchspin.scss +0 -31
- data/dist/sass/rcue/_bootstrap-treeview.scss +0 -89
- data/dist/sass/rcue/_card-view.scss +0 -105
- data/dist/sass/rcue/_cards.scss +0 -238
- data/dist/sass/rcue/_charts.scss +0 -388
- data/dist/sass/rcue/_close.scss +0 -16
- data/dist/sass/rcue/_color-variables.scss +0 -85
- data/dist/sass/rcue/_context-selector.scss +0 -125
- data/dist/sass/rcue/_date-and-time.scss +0 -35
- data/dist/sass/rcue/_experimental-features.scss +0 -48
- data/dist/sass/rcue/_filter.scss +0 -42
- data/dist/sass/rcue/_fonts.scss +0 -124
- data/dist/sass/rcue/_footer.scss +0 -19
- data/dist/sass/rcue/_forms.scss +0 -192
- data/dist/sass/rcue/_icons.scss +0 -371
- data/dist/sass/rcue/_infotip.scss +0 -145
- data/dist/sass/rcue/_labels.scss +0 -17
- data/dist/sass/rcue/_layouts.scss +0 -140
- data/dist/sass/rcue/_links.scss +0 -5
- data/dist/sass/rcue/_list-group.scss +0 -23
- data/dist/sass/rcue/_list-pf.scss +0 -178
- data/dist/sass/rcue/_list-view-dnd.scss +0 -53
- data/dist/sass/rcue/_list-view.scss +0 -390
- data/dist/sass/rcue/_login.scss +0 -341
- data/dist/sass/rcue/_mixins.scss +0 -81
- data/dist/sass/rcue/_nav-vertical-alt.scss +0 -168
- data/dist/sass/rcue/_navbar-alt.scss +0 -141
- data/dist/sass/rcue/_navbar-vertical.scss +0 -168
- data/dist/sass/rcue/_navbar.scss +0 -579
- data/dist/sass/rcue/_notifications-drawer.scss +0 -250
- data/dist/sass/rcue/_pager.scss +0 -68
- data/dist/sass/rcue/_pagination.scss +0 -121
- data/dist/sass/rcue/_panels.scss +0 -134
- data/dist/sass/rcue/_patternfly-additions.scss +0 -76
- data/dist/sass/rcue/_patternfly.scss +0 -31
- data/dist/sass/rcue/_popovers.scss +0 -52
- data/dist/sass/rcue/_progress-bars.scss +0 -121
- data/dist/sass/rcue/_rcue-about-modal.scss +0 -45
- data/dist/sass/rcue/_rcue-login.scss +0 -75
- data/dist/sass/rcue/_rcue-variables.scss +0 -57
- data/dist/sass/rcue/_sidebar.scss +0 -176
- data/dist/sass/rcue/_skip-to-content.scss +0 -12
- data/dist/sass/rcue/_spinner.scss +0 -72
- data/dist/sass/rcue/_syntax-highlighting.scss +0 -36
- data/dist/sass/rcue/_table-view.scss +0 -188
- data/dist/sass/rcue/_time-picker.scss +0 -98
- data/dist/sass/rcue/_toast.scss +0 -75
- data/dist/sass/rcue/_toolbar.scss +0 -190
- data/dist/sass/rcue/_tree-list-view.scss +0 -83
- data/dist/sass/rcue/_type.scss +0 -29
- data/dist/sass/rcue/_variables.scss +0 -595
- data/dist/sass/rcue/_vertical-nav.scss +0 -944
- data/dist/sass/rcue/_wizard.scss +0 -665
@@ -1,862 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// Variables
|
3
|
-
// --------------------------------------------------
|
4
|
-
|
5
|
-
|
6
|
-
//== Colors
|
7
|
-
//
|
8
|
-
//## Gray and brand colors for use across Bootstrap.
|
9
|
-
|
10
|
-
$gray-base: #000 !default;
|
11
|
-
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
|
12
|
-
$gray-dark: lighten($gray-base, 20%) !default; // #333
|
13
|
-
$gray: lighten($gray-base, 33.5%) !default; // #555
|
14
|
-
$gray-light: lighten($gray-base, 46.7%) !default; // #777
|
15
|
-
$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
|
16
|
-
|
17
|
-
$brand-primary: darken(#428bca, 6.5%) !default; // #337ab7
|
18
|
-
$brand-success: #5cb85c !default;
|
19
|
-
$brand-info: #5bc0de !default;
|
20
|
-
$brand-warning: #f0ad4e !default;
|
21
|
-
$brand-danger: #d9534f !default;
|
22
|
-
|
23
|
-
|
24
|
-
//== Scaffolding
|
25
|
-
//
|
26
|
-
//## Settings for some of the most global styles.
|
27
|
-
|
28
|
-
//** Background color for `<body>`.
|
29
|
-
$body-bg: #fff !default;
|
30
|
-
//** Global text color on `<body>`.
|
31
|
-
$text-color: $gray-dark !default;
|
32
|
-
|
33
|
-
//** Global textual link color.
|
34
|
-
$link-color: $brand-primary !default;
|
35
|
-
//** Link hover color set via `darken()` function.
|
36
|
-
$link-hover-color: darken($link-color, 15%) !default;
|
37
|
-
//** Link hover decoration.
|
38
|
-
$link-hover-decoration: underline !default;
|
39
|
-
|
40
|
-
|
41
|
-
//== Typography
|
42
|
-
//
|
43
|
-
//## Font, line-height, and color for body text, headings, and more.
|
44
|
-
|
45
|
-
$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
46
|
-
$font-family-serif: Georgia, "Times New Roman", Times, serif !default;
|
47
|
-
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
48
|
-
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
|
49
|
-
$font-family-base: $font-family-sans-serif !default;
|
50
|
-
|
51
|
-
$font-size-base: 14px !default;
|
52
|
-
$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
|
53
|
-
$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
|
54
|
-
|
55
|
-
$font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px
|
56
|
-
$font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px
|
57
|
-
$font-size-h3: ceil(($font-size-base * 1.7)) !default; // ~24px
|
58
|
-
$font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px
|
59
|
-
$font-size-h5: $font-size-base !default;
|
60
|
-
$font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
|
61
|
-
|
62
|
-
//** Unit-less `line-height` for use in components like buttons.
|
63
|
-
$line-height-base: 1.428571429 !default; // 20/14
|
64
|
-
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
65
|
-
$line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
|
66
|
-
|
67
|
-
//** By default, this inherits from the `<body>`.
|
68
|
-
$headings-font-family: inherit !default;
|
69
|
-
$headings-font-weight: 500 !default;
|
70
|
-
$headings-line-height: 1.1 !default;
|
71
|
-
$headings-color: inherit !default;
|
72
|
-
|
73
|
-
|
74
|
-
//== Iconography
|
75
|
-
//
|
76
|
-
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
|
77
|
-
|
78
|
-
//** Load fonts from this directory.
|
79
|
-
$icon-font-path: if($pf-sass-asset-helper, "", "../fonts/") !default;
|
80
|
-
//** File name for all font files.
|
81
|
-
$icon-font-name: "glyphicons-halflings-regular" !default;
|
82
|
-
//** Element ID within SVG icon file.
|
83
|
-
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
84
|
-
|
85
|
-
|
86
|
-
//== Components
|
87
|
-
//
|
88
|
-
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
89
|
-
|
90
|
-
$padding-base-vertical: 6px !default;
|
91
|
-
$padding-base-horizontal: 12px !default;
|
92
|
-
|
93
|
-
$padding-large-vertical: 10px !default;
|
94
|
-
$padding-large-horizontal: 16px !default;
|
95
|
-
|
96
|
-
$padding-small-vertical: 5px !default;
|
97
|
-
$padding-small-horizontal: 10px !default;
|
98
|
-
|
99
|
-
$padding-xs-vertical: 1px !default;
|
100
|
-
$padding-xs-horizontal: 5px !default;
|
101
|
-
|
102
|
-
$line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
|
103
|
-
$line-height-small: 1.5 !default;
|
104
|
-
|
105
|
-
$border-radius-base: 4px !default;
|
106
|
-
$border-radius-large: 6px !default;
|
107
|
-
$border-radius-small: 3px !default;
|
108
|
-
|
109
|
-
//** Global color for active items (e.g., navs or dropdowns).
|
110
|
-
$component-active-color: #fff !default;
|
111
|
-
//** Global background color for active items (e.g., navs or dropdowns).
|
112
|
-
$component-active-bg: $brand-primary !default;
|
113
|
-
|
114
|
-
//** Width of the `border` for generating carets that indicator dropdowns.
|
115
|
-
$caret-width-base: 4px !default;
|
116
|
-
//** Carets increase slightly in size for larger components.
|
117
|
-
$caret-width-large: 5px !default;
|
118
|
-
|
119
|
-
|
120
|
-
//== Tables
|
121
|
-
//
|
122
|
-
//## Customizes the `.table` component with basic values, each used across all table variations.
|
123
|
-
|
124
|
-
//** Padding for `<th>`s and `<td>`s.
|
125
|
-
$table-cell-padding: 8px !default;
|
126
|
-
//** Padding for cells in `.table-condensed`.
|
127
|
-
$table-condensed-cell-padding: 5px !default;
|
128
|
-
|
129
|
-
//** Default background color used for all tables.
|
130
|
-
$table-bg: transparent !default;
|
131
|
-
//** Background color used for `.table-striped`.
|
132
|
-
$table-bg-accent: #f9f9f9 !default;
|
133
|
-
//** Background color used for `.table-hover`.
|
134
|
-
$table-bg-hover: #f5f5f5 !default;
|
135
|
-
$table-bg-active: $table-bg-hover !default;
|
136
|
-
|
137
|
-
//** Border color for table and cell borders.
|
138
|
-
$table-border-color: #ddd !default;
|
139
|
-
|
140
|
-
|
141
|
-
//== Buttons
|
142
|
-
//
|
143
|
-
//## For each of Bootstrap's buttons, define text, background and border color.
|
144
|
-
|
145
|
-
$btn-font-weight: normal !default;
|
146
|
-
|
147
|
-
$btn-default-color: #333 !default;
|
148
|
-
$btn-default-bg: #fff !default;
|
149
|
-
$btn-default-border: #ccc !default;
|
150
|
-
|
151
|
-
$btn-primary-color: #fff !default;
|
152
|
-
$btn-primary-bg: $brand-primary !default;
|
153
|
-
$btn-primary-border: darken($btn-primary-bg, 5%) !default;
|
154
|
-
|
155
|
-
$btn-success-color: #fff !default;
|
156
|
-
$btn-success-bg: $brand-success !default;
|
157
|
-
$btn-success-border: darken($btn-success-bg, 5%) !default;
|
158
|
-
|
159
|
-
$btn-info-color: #fff !default;
|
160
|
-
$btn-info-bg: $brand-info !default;
|
161
|
-
$btn-info-border: darken($btn-info-bg, 5%) !default;
|
162
|
-
|
163
|
-
$btn-warning-color: #fff !default;
|
164
|
-
$btn-warning-bg: $brand-warning !default;
|
165
|
-
$btn-warning-border: darken($btn-warning-bg, 5%) !default;
|
166
|
-
|
167
|
-
$btn-danger-color: #fff !default;
|
168
|
-
$btn-danger-bg: $brand-danger !default;
|
169
|
-
$btn-danger-border: darken($btn-danger-bg, 5%) !default;
|
170
|
-
|
171
|
-
$btn-link-disabled-color: $gray-light !default;
|
172
|
-
|
173
|
-
|
174
|
-
//== Forms
|
175
|
-
//
|
176
|
-
//##
|
177
|
-
|
178
|
-
//** `<input>` background color
|
179
|
-
$input-bg: #fff !default;
|
180
|
-
//** `<input disabled>` background color
|
181
|
-
$input-bg-disabled: $gray-lighter !default;
|
182
|
-
|
183
|
-
//** Text color for `<input>`s
|
184
|
-
$input-color: $gray !default;
|
185
|
-
//** `<input>` border color
|
186
|
-
$input-border: #ccc !default;
|
187
|
-
|
188
|
-
// TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
|
189
|
-
//** Default `.form-control` border radius
|
190
|
-
// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
|
191
|
-
$input-border-radius: $border-radius-base !default;
|
192
|
-
//** Large `.form-control` border radius
|
193
|
-
$input-border-radius-large: $border-radius-large !default;
|
194
|
-
//** Small `.form-control` border radius
|
195
|
-
$input-border-radius-small: $border-radius-small !default;
|
196
|
-
|
197
|
-
//** Border color for inputs on focus
|
198
|
-
$input-border-focus: #66afe9 !default;
|
199
|
-
|
200
|
-
//** Placeholder text color
|
201
|
-
$input-color-placeholder: #999 !default;
|
202
|
-
|
203
|
-
//** Default `.form-control` height
|
204
|
-
$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) !default;
|
205
|
-
//** Large `.form-control` height
|
206
|
-
$input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2) !default;
|
207
|
-
//** Small `.form-control` height
|
208
|
-
$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
|
209
|
-
|
210
|
-
//** `.form-group` margin
|
211
|
-
$form-group-margin-bottom: 15px !default;
|
212
|
-
|
213
|
-
$legend-color: $gray-dark !default;
|
214
|
-
$legend-border-color: #e5e5e5 !default;
|
215
|
-
|
216
|
-
//** Background color for textual input addons
|
217
|
-
$input-group-addon-bg: $gray-lighter !default;
|
218
|
-
//** Border color for textual input addons
|
219
|
-
$input-group-addon-border-color: $input-border !default;
|
220
|
-
|
221
|
-
//** Disabled cursor for form controls and buttons.
|
222
|
-
$cursor-disabled: not-allowed !default;
|
223
|
-
|
224
|
-
|
225
|
-
//== Dropdowns
|
226
|
-
//
|
227
|
-
//## Dropdown menu container and contents.
|
228
|
-
|
229
|
-
//** Background for the dropdown menu.
|
230
|
-
$dropdown-bg: #fff !default;
|
231
|
-
//** Dropdown menu `border-color`.
|
232
|
-
$dropdown-border: rgba(0,0,0,.15) !default;
|
233
|
-
//** Dropdown menu `border-color` **for IE8**.
|
234
|
-
$dropdown-fallback-border: #ccc !default;
|
235
|
-
//** Divider color for between dropdown items.
|
236
|
-
$dropdown-divider-bg: #e5e5e5 !default;
|
237
|
-
|
238
|
-
//** Dropdown link text color.
|
239
|
-
$dropdown-link-color: $gray-dark !default;
|
240
|
-
//** Hover color for dropdown links.
|
241
|
-
$dropdown-link-hover-color: darken($gray-dark, 5%) !default;
|
242
|
-
//** Hover background for dropdown links.
|
243
|
-
$dropdown-link-hover-bg: #f5f5f5 !default;
|
244
|
-
|
245
|
-
//** Active dropdown menu item text color.
|
246
|
-
$dropdown-link-active-color: $component-active-color !default;
|
247
|
-
//** Active dropdown menu item background color.
|
248
|
-
$dropdown-link-active-bg: $component-active-bg !default;
|
249
|
-
|
250
|
-
//** Disabled dropdown menu item background color.
|
251
|
-
$dropdown-link-disabled-color: $gray-light !default;
|
252
|
-
|
253
|
-
//** Text color for headers within dropdown menus.
|
254
|
-
$dropdown-header-color: $gray-light !default;
|
255
|
-
|
256
|
-
//** Deprecated `$dropdown-caret-color` as of v3.1.0
|
257
|
-
$dropdown-caret-color: #000 !default;
|
258
|
-
|
259
|
-
|
260
|
-
//-- Z-index master list
|
261
|
-
//
|
262
|
-
// Warning: Avoid customizing these values. They're used for a bird's eye view
|
263
|
-
// of components dependent on the z-axis and are designed to all work together.
|
264
|
-
//
|
265
|
-
// Note: These variables are not generated into the Customizer.
|
266
|
-
|
267
|
-
$zindex-navbar: 1000 !default;
|
268
|
-
$zindex-dropdown: 1000 !default;
|
269
|
-
$zindex-popover: 1060 !default;
|
270
|
-
$zindex-tooltip: 1070 !default;
|
271
|
-
$zindex-navbar-fixed: 1030 !default;
|
272
|
-
$zindex-modal-background: 1040 !default;
|
273
|
-
$zindex-modal: 1050 !default;
|
274
|
-
|
275
|
-
|
276
|
-
//== Media queries breakpoints
|
277
|
-
//
|
278
|
-
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
279
|
-
|
280
|
-
// Extra small screen / phone
|
281
|
-
//** Deprecated `$screen-xs` as of v3.0.1
|
282
|
-
$screen-xs: 480px !default;
|
283
|
-
//** Deprecated `$screen-xs-min` as of v3.2.0
|
284
|
-
$screen-xs-min: $screen-xs !default;
|
285
|
-
//** Deprecated `$screen-phone` as of v3.0.1
|
286
|
-
$screen-phone: $screen-xs-min !default;
|
287
|
-
|
288
|
-
// Small screen / tablet
|
289
|
-
//** Deprecated `$screen-sm` as of v3.0.1
|
290
|
-
$screen-sm: 768px !default;
|
291
|
-
$screen-sm-min: $screen-sm !default;
|
292
|
-
//** Deprecated `$screen-tablet` as of v3.0.1
|
293
|
-
$screen-tablet: $screen-sm-min !default;
|
294
|
-
|
295
|
-
// Medium screen / desktop
|
296
|
-
//** Deprecated `$screen-md` as of v3.0.1
|
297
|
-
$screen-md: 992px !default;
|
298
|
-
$screen-md-min: $screen-md !default;
|
299
|
-
//** Deprecated `$screen-desktop` as of v3.0.1
|
300
|
-
$screen-desktop: $screen-md-min !default;
|
301
|
-
|
302
|
-
// Large screen / wide desktop
|
303
|
-
//** Deprecated `$screen-lg` as of v3.0.1
|
304
|
-
$screen-lg: 1200px !default;
|
305
|
-
$screen-lg-min: $screen-lg !default;
|
306
|
-
//** Deprecated `$screen-lg-desktop` as of v3.0.1
|
307
|
-
$screen-lg-desktop: $screen-lg-min !default;
|
308
|
-
|
309
|
-
// So media queries don't overlap when required, provide a maximum
|
310
|
-
$screen-xs-max: ($screen-sm-min - 1) !default;
|
311
|
-
$screen-sm-max: ($screen-md-min - 1) !default;
|
312
|
-
$screen-md-max: ($screen-lg-min - 1) !default;
|
313
|
-
|
314
|
-
|
315
|
-
//== Grid system
|
316
|
-
//
|
317
|
-
//## Define your custom responsive grid.
|
318
|
-
|
319
|
-
//** Number of columns in the grid.
|
320
|
-
$grid-columns: 12 !default;
|
321
|
-
//** Padding between columns. Gets divided in half for the left and right.
|
322
|
-
$grid-gutter-width: 30px !default;
|
323
|
-
// Navbar collapse
|
324
|
-
//** Point at which the navbar becomes uncollapsed.
|
325
|
-
$grid-float-breakpoint: $screen-sm-min !default;
|
326
|
-
//** Point at which the navbar begins collapsing.
|
327
|
-
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
328
|
-
|
329
|
-
|
330
|
-
//== Container sizes
|
331
|
-
//
|
332
|
-
//## Define the maximum width of `.container` for different screen sizes.
|
333
|
-
|
334
|
-
// Small screen / tablet
|
335
|
-
$container-tablet: (720px + $grid-gutter-width) !default;
|
336
|
-
//** For `$screen-sm-min` and up.
|
337
|
-
$container-sm: $container-tablet !default;
|
338
|
-
|
339
|
-
// Medium screen / desktop
|
340
|
-
$container-desktop: (940px + $grid-gutter-width) !default;
|
341
|
-
//** For `$screen-md-min` and up.
|
342
|
-
$container-md: $container-desktop !default;
|
343
|
-
|
344
|
-
// Large screen / wide desktop
|
345
|
-
$container-large-desktop: (1140px + $grid-gutter-width) !default;
|
346
|
-
//** For `$screen-lg-min` and up.
|
347
|
-
$container-lg: $container-large-desktop !default;
|
348
|
-
|
349
|
-
|
350
|
-
//== Navbar
|
351
|
-
//
|
352
|
-
//##
|
353
|
-
|
354
|
-
// Basics of a navbar
|
355
|
-
$navbar-height: 50px !default;
|
356
|
-
$navbar-margin-bottom: $line-height-computed !default;
|
357
|
-
$navbar-border-radius: $border-radius-base !default;
|
358
|
-
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
|
359
|
-
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
|
360
|
-
$navbar-collapse-max-height: 340px !default;
|
361
|
-
|
362
|
-
$navbar-default-color: #777 !default;
|
363
|
-
$navbar-default-bg: #f8f8f8 !default;
|
364
|
-
$navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
|
365
|
-
|
366
|
-
// Navbar links
|
367
|
-
$navbar-default-link-color: #777 !default;
|
368
|
-
$navbar-default-link-hover-color: #333 !default;
|
369
|
-
$navbar-default-link-hover-bg: transparent !default;
|
370
|
-
$navbar-default-link-active-color: #555 !default;
|
371
|
-
$navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%) !default;
|
372
|
-
$navbar-default-link-disabled-color: #ccc !default;
|
373
|
-
$navbar-default-link-disabled-bg: transparent !default;
|
374
|
-
|
375
|
-
// Navbar brand label
|
376
|
-
$navbar-default-brand-color: $navbar-default-link-color !default;
|
377
|
-
$navbar-default-brand-hover-color: darken($navbar-default-brand-color, 10%) !default;
|
378
|
-
$navbar-default-brand-hover-bg: transparent !default;
|
379
|
-
|
380
|
-
// Navbar toggle
|
381
|
-
$navbar-default-toggle-hover-bg: #ddd !default;
|
382
|
-
$navbar-default-toggle-icon-bar-bg: #888 !default;
|
383
|
-
$navbar-default-toggle-border-color: #ddd !default;
|
384
|
-
|
385
|
-
|
386
|
-
// Inverted navbar
|
387
|
-
// Reset inverted navbar basics
|
388
|
-
$navbar-inverse-color: lighten($gray-light, 15%) !default;
|
389
|
-
$navbar-inverse-bg: #222 !default;
|
390
|
-
$navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
|
391
|
-
|
392
|
-
// Inverted navbar links
|
393
|
-
$navbar-inverse-link-color: lighten($gray-light, 15%) !default;
|
394
|
-
$navbar-inverse-link-hover-color: #fff !default;
|
395
|
-
$navbar-inverse-link-hover-bg: transparent !default;
|
396
|
-
$navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
|
397
|
-
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%) !default;
|
398
|
-
$navbar-inverse-link-disabled-color: #444 !default;
|
399
|
-
$navbar-inverse-link-disabled-bg: transparent !default;
|
400
|
-
|
401
|
-
// Inverted navbar brand label
|
402
|
-
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
403
|
-
$navbar-inverse-brand-hover-color: #fff !default;
|
404
|
-
$navbar-inverse-brand-hover-bg: transparent !default;
|
405
|
-
|
406
|
-
// Inverted navbar toggle
|
407
|
-
$navbar-inverse-toggle-hover-bg: #333 !default;
|
408
|
-
$navbar-inverse-toggle-icon-bar-bg: #fff !default;
|
409
|
-
$navbar-inverse-toggle-border-color: #333 !default;
|
410
|
-
|
411
|
-
|
412
|
-
//== Navs
|
413
|
-
//
|
414
|
-
//##
|
415
|
-
|
416
|
-
//=== Shared nav styles
|
417
|
-
$nav-link-padding: 10px 15px !default;
|
418
|
-
$nav-link-hover-bg: $gray-lighter !default;
|
419
|
-
|
420
|
-
$nav-disabled-link-color: $gray-light !default;
|
421
|
-
$nav-disabled-link-hover-color: $gray-light !default;
|
422
|
-
|
423
|
-
//== Tabs
|
424
|
-
$nav-tabs-border-color: #ddd !default;
|
425
|
-
|
426
|
-
$nav-tabs-link-hover-border-color: $gray-lighter !default;
|
427
|
-
|
428
|
-
$nav-tabs-active-link-hover-bg: $body-bg !default;
|
429
|
-
$nav-tabs-active-link-hover-color: $gray !default;
|
430
|
-
$nav-tabs-active-link-hover-border-color: #ddd !default;
|
431
|
-
|
432
|
-
$nav-tabs-justified-link-border-color: #ddd !default;
|
433
|
-
$nav-tabs-justified-active-link-border-color: $body-bg !default;
|
434
|
-
|
435
|
-
//== Pills
|
436
|
-
$nav-pills-border-radius: $border-radius-base !default;
|
437
|
-
$nav-pills-active-link-hover-bg: $component-active-bg !default;
|
438
|
-
$nav-pills-active-link-hover-color: $component-active-color !default;
|
439
|
-
|
440
|
-
|
441
|
-
//== Pagination
|
442
|
-
//
|
443
|
-
//##
|
444
|
-
|
445
|
-
$pagination-color: $link-color !default;
|
446
|
-
$pagination-bg: #fff !default;
|
447
|
-
$pagination-border: #ddd !default;
|
448
|
-
|
449
|
-
$pagination-hover-color: $link-hover-color !default;
|
450
|
-
$pagination-hover-bg: $gray-lighter !default;
|
451
|
-
$pagination-hover-border: #ddd !default;
|
452
|
-
|
453
|
-
$pagination-active-color: #fff !default;
|
454
|
-
$pagination-active-bg: $brand-primary !default;
|
455
|
-
$pagination-active-border: $brand-primary !default;
|
456
|
-
|
457
|
-
$pagination-disabled-color: $gray-light !default;
|
458
|
-
$pagination-disabled-bg: #fff !default;
|
459
|
-
$pagination-disabled-border: #ddd !default;
|
460
|
-
|
461
|
-
|
462
|
-
//== Pager
|
463
|
-
//
|
464
|
-
//##
|
465
|
-
|
466
|
-
$pager-bg: $pagination-bg !default;
|
467
|
-
$pager-border: $pagination-border !default;
|
468
|
-
$pager-border-radius: 15px !default;
|
469
|
-
|
470
|
-
$pager-hover-bg: $pagination-hover-bg !default;
|
471
|
-
|
472
|
-
$pager-active-bg: $pagination-active-bg !default;
|
473
|
-
$pager-active-color: $pagination-active-color !default;
|
474
|
-
|
475
|
-
$pager-disabled-color: $pagination-disabled-color !default;
|
476
|
-
|
477
|
-
|
478
|
-
//== Jumbotron
|
479
|
-
//
|
480
|
-
//##
|
481
|
-
|
482
|
-
$jumbotron-padding: 30px !default;
|
483
|
-
$jumbotron-color: inherit !default;
|
484
|
-
$jumbotron-bg: $gray-lighter !default;
|
485
|
-
$jumbotron-heading-color: inherit !default;
|
486
|
-
$jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
|
487
|
-
$jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
|
488
|
-
|
489
|
-
|
490
|
-
//== Form states and alerts
|
491
|
-
//
|
492
|
-
//## Define colors for form feedback states and, by default, alerts.
|
493
|
-
|
494
|
-
$state-success-text: #3c763d !default;
|
495
|
-
$state-success-bg: #dff0d8 !default;
|
496
|
-
$state-success-border: darken(adjust-hue($state-success-bg, -10), 5%) !default;
|
497
|
-
|
498
|
-
$state-info-text: #31708f !default;
|
499
|
-
$state-info-bg: #d9edf7 !default;
|
500
|
-
$state-info-border: darken(adjust-hue($state-info-bg, -10), 7%) !default;
|
501
|
-
|
502
|
-
$state-warning-text: #8a6d3b !default;
|
503
|
-
$state-warning-bg: #fcf8e3 !default;
|
504
|
-
$state-warning-border: darken(adjust-hue($state-warning-bg, -10), 5%) !default;
|
505
|
-
|
506
|
-
$state-danger-text: #a94442 !default;
|
507
|
-
$state-danger-bg: #f2dede !default;
|
508
|
-
$state-danger-border: darken(adjust-hue($state-danger-bg, -10), 5%) !default;
|
509
|
-
|
510
|
-
|
511
|
-
//== Tooltips
|
512
|
-
//
|
513
|
-
//##
|
514
|
-
|
515
|
-
//** Tooltip max width
|
516
|
-
$tooltip-max-width: 200px !default;
|
517
|
-
//** Tooltip text color
|
518
|
-
$tooltip-color: #fff !default;
|
519
|
-
//** Tooltip background color
|
520
|
-
$tooltip-bg: #000 !default;
|
521
|
-
$tooltip-opacity: .9 !default;
|
522
|
-
|
523
|
-
//** Tooltip arrow width
|
524
|
-
$tooltip-arrow-width: 5px !default;
|
525
|
-
//** Tooltip arrow color
|
526
|
-
$tooltip-arrow-color: $tooltip-bg !default;
|
527
|
-
|
528
|
-
|
529
|
-
//== Popovers
|
530
|
-
//
|
531
|
-
//##
|
532
|
-
|
533
|
-
//** Popover body background color
|
534
|
-
$popover-bg: #fff !default;
|
535
|
-
//** Popover maximum width
|
536
|
-
$popover-max-width: 276px !default;
|
537
|
-
//** Popover border color
|
538
|
-
$popover-border-color: rgba(0,0,0,.2) !default;
|
539
|
-
//** Popover fallback border color
|
540
|
-
$popover-fallback-border-color: #ccc !default;
|
541
|
-
|
542
|
-
//** Popover title background color
|
543
|
-
$popover-title-bg: darken($popover-bg, 3%) !default;
|
544
|
-
|
545
|
-
//** Popover arrow width
|
546
|
-
$popover-arrow-width: 10px !default;
|
547
|
-
//** Popover arrow color
|
548
|
-
$popover-arrow-color: $popover-bg !default;
|
549
|
-
|
550
|
-
//** Popover outer arrow width
|
551
|
-
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
552
|
-
//** Popover outer arrow color
|
553
|
-
$popover-arrow-outer-color: fadein($popover-border-color, 5%) !default;
|
554
|
-
//** Popover outer arrow fallback color
|
555
|
-
$popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
|
556
|
-
|
557
|
-
|
558
|
-
//== Labels
|
559
|
-
//
|
560
|
-
//##
|
561
|
-
|
562
|
-
//** Default label background color
|
563
|
-
$label-default-bg: $gray-light !default;
|
564
|
-
//** Primary label background color
|
565
|
-
$label-primary-bg: $brand-primary !default;
|
566
|
-
//** Success label background color
|
567
|
-
$label-success-bg: $brand-success !default;
|
568
|
-
//** Info label background color
|
569
|
-
$label-info-bg: $brand-info !default;
|
570
|
-
//** Warning label background color
|
571
|
-
$label-warning-bg: $brand-warning !default;
|
572
|
-
//** Danger label background color
|
573
|
-
$label-danger-bg: $brand-danger !default;
|
574
|
-
|
575
|
-
//** Default label text color
|
576
|
-
$label-color: #fff !default;
|
577
|
-
//** Default text color of a linked label
|
578
|
-
$label-link-hover-color: #fff !default;
|
579
|
-
|
580
|
-
|
581
|
-
//== Modals
|
582
|
-
//
|
583
|
-
//##
|
584
|
-
|
585
|
-
//** Padding applied to the modal body
|
586
|
-
$modal-inner-padding: 15px !default;
|
587
|
-
|
588
|
-
//** Padding applied to the modal title
|
589
|
-
$modal-title-padding: 15px !default;
|
590
|
-
//** Modal title line-height
|
591
|
-
$modal-title-line-height: $line-height-base !default;
|
592
|
-
|
593
|
-
//** Background color of modal content area
|
594
|
-
$modal-content-bg: #fff !default;
|
595
|
-
//** Modal content border color
|
596
|
-
$modal-content-border-color: rgba(0,0,0,.2) !default;
|
597
|
-
//** Modal content border color **for IE8**
|
598
|
-
$modal-content-fallback-border-color: #999 !default;
|
599
|
-
|
600
|
-
//** Modal backdrop background color
|
601
|
-
$modal-backdrop-bg: #000 !default;
|
602
|
-
//** Modal backdrop opacity
|
603
|
-
$modal-backdrop-opacity: .5 !default;
|
604
|
-
//** Modal header border color
|
605
|
-
$modal-header-border-color: #e5e5e5 !default;
|
606
|
-
//** Modal footer border color
|
607
|
-
$modal-footer-border-color: $modal-header-border-color !default;
|
608
|
-
|
609
|
-
$modal-lg: 900px !default;
|
610
|
-
$modal-md: 600px !default;
|
611
|
-
$modal-sm: 300px !default;
|
612
|
-
|
613
|
-
|
614
|
-
//== Alerts
|
615
|
-
//
|
616
|
-
//## Define alert colors, border radius, and padding.
|
617
|
-
|
618
|
-
$alert-padding: 15px !default;
|
619
|
-
$alert-border-radius: $border-radius-base !default;
|
620
|
-
$alert-link-font-weight: bold !default;
|
621
|
-
|
622
|
-
$alert-success-bg: $state-success-bg !default;
|
623
|
-
$alert-success-text: $state-success-text !default;
|
624
|
-
$alert-success-border: $state-success-border !default;
|
625
|
-
|
626
|
-
$alert-info-bg: $state-info-bg !default;
|
627
|
-
$alert-info-text: $state-info-text !default;
|
628
|
-
$alert-info-border: $state-info-border !default;
|
629
|
-
|
630
|
-
$alert-warning-bg: $state-warning-bg !default;
|
631
|
-
$alert-warning-text: $state-warning-text !default;
|
632
|
-
$alert-warning-border: $state-warning-border !default;
|
633
|
-
|
634
|
-
$alert-danger-bg: $state-danger-bg !default;
|
635
|
-
$alert-danger-text: $state-danger-text !default;
|
636
|
-
$alert-danger-border: $state-danger-border !default;
|
637
|
-
|
638
|
-
|
639
|
-
//== Progress bars
|
640
|
-
//
|
641
|
-
//##
|
642
|
-
|
643
|
-
//** Background color of the whole progress component
|
644
|
-
$progress-bg: #f5f5f5 !default;
|
645
|
-
//** Progress bar text color
|
646
|
-
$progress-bar-color: #fff !default;
|
647
|
-
//** Variable for setting rounded corners on progress bar.
|
648
|
-
$progress-border-radius: $border-radius-base !default;
|
649
|
-
|
650
|
-
//** Default progress bar color
|
651
|
-
$progress-bar-bg: $brand-primary !default;
|
652
|
-
//** Success progress bar color
|
653
|
-
$progress-bar-success-bg: $brand-success !default;
|
654
|
-
//** Warning progress bar color
|
655
|
-
$progress-bar-warning-bg: $brand-warning !default;
|
656
|
-
//** Danger progress bar color
|
657
|
-
$progress-bar-danger-bg: $brand-danger !default;
|
658
|
-
//** Info progress bar color
|
659
|
-
$progress-bar-info-bg: $brand-info !default;
|
660
|
-
|
661
|
-
|
662
|
-
//== List group
|
663
|
-
//
|
664
|
-
//##
|
665
|
-
|
666
|
-
//** Background color on `.list-group-item`
|
667
|
-
$list-group-bg: #fff !default;
|
668
|
-
//** `.list-group-item` border color
|
669
|
-
$list-group-border: #ddd !default;
|
670
|
-
//** List group border radius
|
671
|
-
$list-group-border-radius: $border-radius-base !default;
|
672
|
-
|
673
|
-
//** Background color of single list items on hover
|
674
|
-
$list-group-hover-bg: #f5f5f5 !default;
|
675
|
-
//** Text color of active list items
|
676
|
-
$list-group-active-color: $component-active-color !default;
|
677
|
-
//** Background color of active list items
|
678
|
-
$list-group-active-bg: $component-active-bg !default;
|
679
|
-
//** Border color of active list elements
|
680
|
-
$list-group-active-border: $list-group-active-bg !default;
|
681
|
-
//** Text color for content within active list items
|
682
|
-
$list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
|
683
|
-
|
684
|
-
//** Text color of disabled list items
|
685
|
-
$list-group-disabled-color: $gray-light !default;
|
686
|
-
//** Background color of disabled list items
|
687
|
-
$list-group-disabled-bg: $gray-lighter !default;
|
688
|
-
//** Text color for content within disabled list items
|
689
|
-
$list-group-disabled-text-color: $list-group-disabled-color !default;
|
690
|
-
|
691
|
-
$list-group-link-color: #555 !default;
|
692
|
-
$list-group-link-hover-color: $list-group-link-color !default;
|
693
|
-
$list-group-link-heading-color: #333 !default;
|
694
|
-
|
695
|
-
|
696
|
-
//== Panels
|
697
|
-
//
|
698
|
-
//##
|
699
|
-
|
700
|
-
$panel-bg: #fff !default;
|
701
|
-
$panel-body-padding: 15px !default;
|
702
|
-
$panel-heading-padding: 10px 15px !default;
|
703
|
-
$panel-footer-padding: $panel-heading-padding !default;
|
704
|
-
$panel-border-radius: $border-radius-base !default;
|
705
|
-
|
706
|
-
//** Border color for elements within panels
|
707
|
-
$panel-inner-border: #ddd !default;
|
708
|
-
$panel-footer-bg: #f5f5f5 !default;
|
709
|
-
|
710
|
-
$panel-default-text: $gray-dark !default;
|
711
|
-
$panel-default-border: #ddd !default;
|
712
|
-
$panel-default-heading-bg: #f5f5f5 !default;
|
713
|
-
|
714
|
-
$panel-primary-text: #fff !default;
|
715
|
-
$panel-primary-border: $brand-primary !default;
|
716
|
-
$panel-primary-heading-bg: $brand-primary !default;
|
717
|
-
|
718
|
-
$panel-success-text: $state-success-text !default;
|
719
|
-
$panel-success-border: $state-success-border !default;
|
720
|
-
$panel-success-heading-bg: $state-success-bg !default;
|
721
|
-
|
722
|
-
$panel-info-text: $state-info-text !default;
|
723
|
-
$panel-info-border: $state-info-border !default;
|
724
|
-
$panel-info-heading-bg: $state-info-bg !default;
|
725
|
-
|
726
|
-
$panel-warning-text: $state-warning-text !default;
|
727
|
-
$panel-warning-border: $state-warning-border !default;
|
728
|
-
$panel-warning-heading-bg: $state-warning-bg !default;
|
729
|
-
|
730
|
-
$panel-danger-text: $state-danger-text !default;
|
731
|
-
$panel-danger-border: $state-danger-border !default;
|
732
|
-
$panel-danger-heading-bg: $state-danger-bg !default;
|
733
|
-
|
734
|
-
|
735
|
-
//== Thumbnails
|
736
|
-
//
|
737
|
-
//##
|
738
|
-
|
739
|
-
//** Padding around the thumbnail image
|
740
|
-
$thumbnail-padding: 4px !default;
|
741
|
-
//** Thumbnail background color
|
742
|
-
$thumbnail-bg: $body-bg !default;
|
743
|
-
//** Thumbnail border color
|
744
|
-
$thumbnail-border: #ddd !default;
|
745
|
-
//** Thumbnail border radius
|
746
|
-
$thumbnail-border-radius: $border-radius-base !default;
|
747
|
-
|
748
|
-
//** Custom text color for thumbnail captions
|
749
|
-
$thumbnail-caption-color: $text-color !default;
|
750
|
-
//** Padding around the thumbnail caption
|
751
|
-
$thumbnail-caption-padding: 9px !default;
|
752
|
-
|
753
|
-
|
754
|
-
//== Wells
|
755
|
-
//
|
756
|
-
//##
|
757
|
-
|
758
|
-
$well-bg: #f5f5f5 !default;
|
759
|
-
$well-border: darken($well-bg, 7%) !default;
|
760
|
-
|
761
|
-
|
762
|
-
//== Badges
|
763
|
-
//
|
764
|
-
//##
|
765
|
-
|
766
|
-
$badge-color: #fff !default;
|
767
|
-
//** Linked badge text color on hover
|
768
|
-
$badge-link-hover-color: #fff !default;
|
769
|
-
$badge-bg: $gray-light !default;
|
770
|
-
|
771
|
-
//** Badge text color in active nav link
|
772
|
-
$badge-active-color: $link-color !default;
|
773
|
-
//** Badge background color in active nav link
|
774
|
-
$badge-active-bg: #fff !default;
|
775
|
-
|
776
|
-
$badge-font-weight: bold !default;
|
777
|
-
$badge-line-height: 1 !default;
|
778
|
-
$badge-border-radius: 10px !default;
|
779
|
-
|
780
|
-
|
781
|
-
//== Breadcrumbs
|
782
|
-
//
|
783
|
-
//##
|
784
|
-
|
785
|
-
$breadcrumb-padding-vertical: 8px !default;
|
786
|
-
$breadcrumb-padding-horizontal: 15px !default;
|
787
|
-
//** Breadcrumb background color
|
788
|
-
$breadcrumb-bg: #f5f5f5 !default;
|
789
|
-
//** Breadcrumb text color
|
790
|
-
$breadcrumb-color: #ccc !default;
|
791
|
-
//** Text color of current page in the breadcrumb
|
792
|
-
$breadcrumb-active-color: $gray-light !default;
|
793
|
-
//** Textual separator for between breadcrumb elements
|
794
|
-
$breadcrumb-separator: "/" !default;
|
795
|
-
|
796
|
-
|
797
|
-
//== Carousel
|
798
|
-
//
|
799
|
-
//##
|
800
|
-
|
801
|
-
$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
|
802
|
-
|
803
|
-
$carousel-control-color: #fff !default;
|
804
|
-
$carousel-control-width: 15% !default;
|
805
|
-
$carousel-control-opacity: .5 !default;
|
806
|
-
$carousel-control-font-size: 20px !default;
|
807
|
-
|
808
|
-
$carousel-indicator-active-bg: #fff !default;
|
809
|
-
$carousel-indicator-border-color: #fff !default;
|
810
|
-
|
811
|
-
$carousel-caption-color: #fff !default;
|
812
|
-
|
813
|
-
|
814
|
-
//== Close
|
815
|
-
//
|
816
|
-
//##
|
817
|
-
|
818
|
-
$close-font-weight: bold !default;
|
819
|
-
$close-color: #000 !default;
|
820
|
-
$close-text-shadow: 0 1px 0 #fff !default;
|
821
|
-
|
822
|
-
|
823
|
-
//== Code
|
824
|
-
//
|
825
|
-
//##
|
826
|
-
|
827
|
-
$code-color: #c7254e !default;
|
828
|
-
$code-bg: #f9f2f4 !default;
|
829
|
-
|
830
|
-
$kbd-color: #fff !default;
|
831
|
-
$kbd-bg: #333 !default;
|
832
|
-
|
833
|
-
$pre-bg: #f5f5f5 !default;
|
834
|
-
$pre-color: $gray-dark !default;
|
835
|
-
$pre-border-color: #ccc !default;
|
836
|
-
$pre-scrollable-max-height: 340px !default;
|
837
|
-
|
838
|
-
|
839
|
-
//== Type
|
840
|
-
//
|
841
|
-
//##
|
842
|
-
|
843
|
-
//** Horizontal offset for forms and lists.
|
844
|
-
$component-offset-horizontal: 180px !default;
|
845
|
-
//** Text muted color
|
846
|
-
$text-muted: $gray-light !default;
|
847
|
-
//** Abbreviations and acronyms border color
|
848
|
-
$abbr-border-color: $gray-light !default;
|
849
|
-
//** Headings small color
|
850
|
-
$headings-small-color: $gray-light !default;
|
851
|
-
//** Blockquote small color
|
852
|
-
$blockquote-small-color: $gray-light !default;
|
853
|
-
//** Blockquote font size
|
854
|
-
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
855
|
-
//** Blockquote border color
|
856
|
-
$blockquote-border-color: $gray-lighter !default;
|
857
|
-
//** Page header border color
|
858
|
-
$page-header-border-color: $gray-lighter !default;
|
859
|
-
//** Width of horizontal description list titles
|
860
|
-
$dl-horizontal-offset: $component-offset-horizontal !default;
|
861
|
-
//** Horizontal line color.
|
862
|
-
$hr-border: $gray-lighter !default;
|