sw2at-ui 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.document +5 -0
- data/Gemfile +21 -0
- data/LICENSE.txt +20 -0
- data/README.rdoc +19 -0
- data/Rakefile +51 -0
- data/VERSION +1 -0
- data/app/assets/images/swat/loading-green.gif +0 -0
- data/app/assets/javascripts/swat/.bowerrc +3 -0
- data/app/assets/javascripts/swat/app/app.coffee +38 -0
- data/app/assets/javascripts/swat/app/controllers/revision.coffee +25 -0
- data/app/assets/javascripts/swat/app/controllers/revisions.coffee +10 -0
- data/app/assets/javascripts/swat/app/controllers/root.coffee +8 -0
- data/app/assets/javascripts/swat/app/factories/response.coffee +9 -0
- data/app/assets/javascripts/swat/app/factories/revision_model.coffee +20 -0
- data/app/assets/javascripts/swat/app/services/revision.coffee +16 -0
- data/app/assets/javascripts/swat/app/services/test_case.coffee +8 -0
- data/app/assets/javascripts/swat/application.coffee +5 -0
- data/app/assets/javascripts/swat/bower.json +16 -0
- data/app/assets/javascripts/swat/bower_components/angular/angular-csp.css +21 -0
- data/app/assets/javascripts/swat/bower_components/angular/angular.js +28133 -0
- data/app/assets/javascripts/swat/bower_components/angular/angular.min.js +289 -0
- data/app/assets/javascripts/swat/bower_components/angular/index.js +2 -0
- data/app/assets/javascripts/swat/bower_components/angular-animate/angular-animate.js +2137 -0
- data/app/assets/javascripts/swat/bower_components/angular-animate/angular-animate.min.js +33 -0
- data/app/assets/javascripts/swat/bower_components/angular-aria/angular-aria.js +339 -0
- data/app/assets/javascripts/swat/bower_components/angular-aria/angular-aria.min.js +12 -0
- data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap-csp.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap-tpls.js +4840 -0
- data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js +10 -0
- data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap.js +4461 -0
- data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap.min.js +9 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/LICENSE.txt +21 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/angular-material.css +6228 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/angular-material.js +8602 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/angular-material.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/angular-material.min.js +277 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/default-theme.css +394 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/backdrop/backdrop-default-theme.css +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/backdrop/backdrop.css +54 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/backdrop/backdrop.js +40 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet-default-theme.css +15 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet.css +161 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet.js +263 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/button/button-default-theme.css +49 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/button/button.css +134 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/button/button.js +101 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/card/card-default-theme.css +10 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/card/card.css +26 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/card/card.js +60 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox-default-theme.css +38 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css +78 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.js +135 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/content/content-default-theme.css +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/content/content.css +24 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/content/content.js +87 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/core/core.css +2736 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/core/core.js +3090 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/core/default-theme.js +1 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/dialog/dialog-default-theme.css +11 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/dialog/dialog.css +75 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/dialog/dialog.js +500 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/divider/divider-default-theme.css +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/divider/divider.css +12 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/divider/divider.js +50 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/icon/icon.css +24 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/icon/icon.js +52 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/input/input-default-theme.css +39 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/input/input.css +113 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/input/input.js +355 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/list/list.css +56 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/list/list.js +96 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/menu/menu.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/menu/menu.js +29 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressCircular/progressCircular-default-theme.css +35 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressCircular/progressCircular.css +1395 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressCircular/progressCircular.js +129 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressLinear/progressLinear-default-theme.css +26 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressLinear/progressLinear.css +366 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressLinear/progressLinear.js +130 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/radioButton/radioButton-default-theme.css +39 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/radioButton/radioButton.css +66 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/radioButton/radioButton.js +302 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sidenav/sidenav-default-theme.css +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sidenav/sidenav.css +86 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sidenav/sidenav.js +320 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/slider/slider-default-theme.css +55 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/slider/slider.css +210 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/slider/slider.js +391 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sticky/sticky.css +20 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sticky/sticky.js +314 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/subheader/subheader-default-theme.css +15 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/subheader/subheader.css +62 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/subheader/subheader.js +89 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/swipe/swipe.js +79 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/switch/switch-default-theme.css +29 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/switch/switch.css +81 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/switch/switch.js +171 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tabs/tabs-default-theme.css +34 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tabs/tabs.css +171 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tabs/tabs.js +1009 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/textField/textField-default-theme.css +29 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/textField/textField.css +72 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/textField/textField.js +145 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toast/toast-default-theme.css +17 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toast/toast.css +110 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toast/toast.js +236 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toolbar/toolbar-default-theme.css +17 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toolbar/toolbar.css +69 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toolbar/toolbar.js +161 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tooltip/tooltip-default-theme.css +10 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tooltip/tooltip.css +133 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tooltip/tooltip.js +199 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/whiteframe/whiteframe.css +20 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js +17 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/css/angular-material-layout.css +2582 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop-default-theme.css +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop.css +54 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop.js +38 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet-default-theme.css +15 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet.css +188 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet.js +293 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bower.json +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button-default-theme.css +42 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button.css +132 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button.js +94 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card-default-theme.css +10 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card.css +31 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card.js +58 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox-default-theme.css +38 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox.css +79 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox.js +133 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content-default-theme.css +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content.css +24 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content.js +60 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/core.css +3067 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/core.js +2780 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/core.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/core.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/default-theme.js +1 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/bower.json +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog-default-theme.css +11 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog.css +88 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog.js +495 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider-default-theme.css +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider.css +12 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider.js +48 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/icon.css +24 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/icon.js +50 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/icon.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/icon.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input-default-theme.css +40 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input.css +102 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input.js +333 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/list.css +61 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/list.js +94 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/list.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/list.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/bower.json +5 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/menu.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/menu.js +27 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/menu.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/menu.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular-default-theme.css +35 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular.css +1445 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular.js +127 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.css +28 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear.css +368 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear.js +128 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton-default-theme.css +39 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton.css +67 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton.js +296 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/bower.json +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav-default-theme.css +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav.css +90 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav.js +302 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider-default-theme.css +55 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider.css +218 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider.js +411 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/bower.json +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/sticky.css +20 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/sticky.js +309 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/sticky.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/sticky.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/bower.json +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader-default-theme.css +15 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader.css +61 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader.js +86 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/swipe/bower.json +5 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/swipe/swipe.js +213 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/swipe/swipe.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/bower.json +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch-default-theme.css +29 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch.css +77 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch.js +144 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs-default-theme.css +34 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs.css +181 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs.js +992 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField-default-theme.css +29 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField.css +76 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField.js +143 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/bower.json +9 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast-default-theme.css +17 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast.css +115 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast.js +235 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/bower.json +8 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar-default-theme.css +17 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar.css +78 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar.js +158 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/bower.json +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip-default-theme.css +10 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip-default-theme.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip.css +136 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip.js +197 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/bower.json +5 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/whiteframe.css +20 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/whiteframe.js +15 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/whiteframe.min.css +6 -0
- data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/whiteframe.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-resource/angular-resource.js +668 -0
- data/app/assets/javascripts/swat/bower_components/angular-resource/angular-resource.min.js +13 -0
- data/app/assets/javascripts/swat/bower_components/angular-resource/index.js +2 -0
- data/app/assets/javascripts/swat/bower_components/angular-route/angular-route.js +991 -0
- data/app/assets/javascripts/swat/bower_components/angular-route/angular-route.min.js +15 -0
- data/app/assets/javascripts/swat/bower_components/angular-route/index.js +2 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/LICENSE.txt +21 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/api/angular-ui-router.d.ts +126 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/release/angular-ui-router.js +4370 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/release/angular-ui-router.min.js +7 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/common.js +292 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/resolve.js +252 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/state.js +1465 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/stateDirectives.js +285 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/stateFilters.js +39 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/templateFactory.js +110 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/urlMatcherFactory.js +1050 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/urlRouter.js +427 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/view.js +71 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/viewDirective.js +303 -0
- data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/viewScroll.js +52 -0
- data/app/assets/javascripts/swat/bower_components/lodash/lodash.js +12235 -0
- data/app/assets/javascripts/swat/bower_components/lodash/lodash.min.js +98 -0
- data/app/assets/javascripts/swat/bower_components/ng-clip/.editorconfig +10 -0
- data/app/assets/javascripts/swat/bower_components/ng-clip/.gitignore +3 -0
- data/app/assets/javascripts/swat/bower_components/ng-clip/Gruntfile.js +96 -0
- data/app/assets/javascripts/swat/bower_components/ng-clip/dest/ng-clip.min.js +2 -0
- data/app/assets/javascripts/swat/bower_components/ng-clip/example/bootstrap-tooltip.html +49 -0
- data/app/assets/javascripts/swat/bower_components/ng-clip/example/index.html +68 -0
- data/app/assets/javascripts/swat/bower_components/ng-clip/example/ng-repeat.html +44 -0
- data/app/assets/javascripts/swat/bower_components/ng-clip/npm-debug.log +145 -0
- data/app/assets/javascripts/swat/bower_components/ng-clip/src/ngClip.js +84 -0
- data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/.jshintrc +70 -0
- data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.Core.js +2017 -0
- data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.Core.min.js +10 -0
- data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.js +2581 -0
- data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.min.js +10 -0
- data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.swf +0 -0
- data/app/assets/javascripts/swat/bower_components.coffee +12 -0
- data/app/assets/stylesheets/swat/application.sass +59 -0
- data/app/assets/stylesheets/swat/default-theme.css +394 -0
- data/app/assets/stylesheets/swat/font-awesome.css +1801 -0
- data/app/assets/stylesheets/swat/fonts/FontAwesome.otf +0 -0
- data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.eot +0 -0
- data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.svg +565 -0
- data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.ttf +0 -0
- data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.woff +0 -0
- data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.woff2 +0 -0
- data/app/assets/stylesheets/swat/swat_theme.sass +177 -0
- data/app/controllers/swat/api/revisions_controller.rb +27 -0
- data/app/controllers/swat/api/test_cases_controller.rb +20 -0
- data/app/controllers/swat/application_controller.rb +4 -0
- data/app/controllers/swat/info/states_controller.rb +12 -0
- data/app/controllers/swat/pages/base_pages_controller.rb +7 -0
- data/app/controllers/swat/pages/revisions_controller.rb +8 -0
- data/app/controllers/swat/revisions_controller.rb +4 -0
- data/app/helpers/swat/application_helper.rb +4 -0
- data/app/models/concerns/root_revision_ext.rb +14 -0
- data/app/models/full_revision.rb +88 -0
- data/app/models/revision.rb +84 -0
- data/app/models/revision_status_calculator.rb +98 -0
- data/app/models/test_case.rb +25 -0
- data/app/views/layouts/swat/application.slim +36 -0
- data/app/views/layouts/swat/page.slim +2 -0
- data/app/views/swat/application/index.slim +0 -0
- data/app/views/swat/pages/revisions/index.slim +25 -0
- data/app/views/swat/pages/revisions/show.slim +43 -0
- data/app/views/swat/shared/_footer.slim +5 -0
- data/app/views/swat/shared/_header.slim +9 -0
- data/bin/rails +12 -0
- data/config/routes.rb +38 -0
- data/fixtures/firebase_collection.rb +97 -0
- data/lib/sw2at-ui.rb +19 -0
- data/lib/swat/engine.rb +5 -0
- data/lib/swat/ui/config.rb +28 -0
- data/lib/swat/ui/rspec_commands.rb +191 -0
- data/lib/swat/ui/rspec_setup.rb +42 -0
- data/lib/swat/ui/stats_collector.rb +90 -0
- data/lib/swat/ui/version.rb +5 -0
- data/lib/tasks/swat_tasks.rake +36 -0
- data/spec/lib/commands_spec.rb +88 -0
- data/spec/models/calculator_spec.rb +130 -0
- data/spec/models/full_revision_spec.rb +263 -0
- data/spec/models/revision_spec.rb +59 -0
- data/spec/models/testcase_spec.rb +94 -0
- data/spec/spec_helper.rb +45 -0
- data/sw2at-ui.gemspec +465 -0
- data/test/helper.rb +34 -0
- data/test/test_sw2at-ui.rb +7 -0
- metadata +628 -0
data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/core/core.css
ADDED
@@ -0,0 +1,2736 @@
|
|
1
|
+
/*!
|
2
|
+
* Angular Material Design
|
3
|
+
* https://github.com/angular/material
|
4
|
+
* @license MIT
|
5
|
+
* v0.7.1
|
6
|
+
*/
|
7
|
+
/* Sizes:
|
8
|
+
0 <= size <= 600 Phone
|
9
|
+
600 <= size <= 960 Tablet
|
10
|
+
960 <= size <= 1200 Tablet-Landscape
|
11
|
+
1200 <= size PC
|
12
|
+
*/
|
13
|
+
[layout] {
|
14
|
+
box-sizing: border-box;
|
15
|
+
display: -webkit-flex;
|
16
|
+
display: -ms-flexbox;
|
17
|
+
display: flex; }
|
18
|
+
|
19
|
+
[layout=column] {
|
20
|
+
-webkit-flex-direction: column;
|
21
|
+
-ms-flex-direction: column;
|
22
|
+
flex-direction: column; }
|
23
|
+
|
24
|
+
[layout=row] {
|
25
|
+
-webkit-flex-direction: row;
|
26
|
+
-ms-flex-direction: row;
|
27
|
+
flex-direction: row; }
|
28
|
+
|
29
|
+
[layout-padding], [layout-padding] > [flex] {
|
30
|
+
padding: 8px; }
|
31
|
+
|
32
|
+
[layout-margin], [layout-margin] > [flex] {
|
33
|
+
margin: 8px; }
|
34
|
+
|
35
|
+
[layout-wrap] {
|
36
|
+
-webkit-flex-wrap: wrap;
|
37
|
+
-ms-flex-wrap: wrap;
|
38
|
+
flex-wrap: wrap; }
|
39
|
+
|
40
|
+
[layout-fill] {
|
41
|
+
margin: 0;
|
42
|
+
min-height: 100%;
|
43
|
+
width: 100%; }
|
44
|
+
|
45
|
+
@-moz-document url-prefix() {
|
46
|
+
[layout-fill] {
|
47
|
+
margin: 0;
|
48
|
+
width: 100%;
|
49
|
+
min-height: auto;
|
50
|
+
height: inherit; } }
|
51
|
+
|
52
|
+
[flex] {
|
53
|
+
-webkit-flex: 1;
|
54
|
+
-ms-flex: 1;
|
55
|
+
flex: 1; }
|
56
|
+
|
57
|
+
[flex="0"] {
|
58
|
+
-webkit-flex: 0 0 0%;
|
59
|
+
-ms-flex: 0 0 0%;
|
60
|
+
flex: 0 0 0%; }
|
61
|
+
|
62
|
+
[layout="row"] > [flex="0"] {
|
63
|
+
max-width: 0%; }
|
64
|
+
|
65
|
+
[layout="column"] > [flex="0"] {
|
66
|
+
max-height: 0%; }
|
67
|
+
|
68
|
+
[flex="5"] {
|
69
|
+
-webkit-flex: 0 0 5%;
|
70
|
+
-ms-flex: 0 0 5%;
|
71
|
+
flex: 0 0 5%; }
|
72
|
+
|
73
|
+
[layout="row"] > [flex="5"] {
|
74
|
+
max-width: 5%; }
|
75
|
+
|
76
|
+
[layout="column"] > [flex="5"] {
|
77
|
+
max-height: 5%; }
|
78
|
+
|
79
|
+
[flex="10"] {
|
80
|
+
-webkit-flex: 0 0 10%;
|
81
|
+
-ms-flex: 0 0 10%;
|
82
|
+
flex: 0 0 10%; }
|
83
|
+
|
84
|
+
[layout="row"] > [flex="10"] {
|
85
|
+
max-width: 10%; }
|
86
|
+
|
87
|
+
[layout="column"] > [flex="10"] {
|
88
|
+
max-height: 10%; }
|
89
|
+
|
90
|
+
[flex="15"] {
|
91
|
+
-webkit-flex: 0 0 15%;
|
92
|
+
-ms-flex: 0 0 15%;
|
93
|
+
flex: 0 0 15%; }
|
94
|
+
|
95
|
+
[layout="row"] > [flex="15"] {
|
96
|
+
max-width: 15%; }
|
97
|
+
|
98
|
+
[layout="column"] > [flex="15"] {
|
99
|
+
max-height: 15%; }
|
100
|
+
|
101
|
+
[flex="20"] {
|
102
|
+
-webkit-flex: 0 0 20%;
|
103
|
+
-ms-flex: 0 0 20%;
|
104
|
+
flex: 0 0 20%; }
|
105
|
+
|
106
|
+
[layout="row"] > [flex="20"] {
|
107
|
+
max-width: 20%; }
|
108
|
+
|
109
|
+
[layout="column"] > [flex="20"] {
|
110
|
+
max-height: 20%; }
|
111
|
+
|
112
|
+
[flex="25"] {
|
113
|
+
-webkit-flex: 0 0 25%;
|
114
|
+
-ms-flex: 0 0 25%;
|
115
|
+
flex: 0 0 25%; }
|
116
|
+
|
117
|
+
[layout="row"] > [flex="25"] {
|
118
|
+
max-width: 25%; }
|
119
|
+
|
120
|
+
[layout="column"] > [flex="25"] {
|
121
|
+
max-height: 25%; }
|
122
|
+
|
123
|
+
[flex="30"] {
|
124
|
+
-webkit-flex: 0 0 30%;
|
125
|
+
-ms-flex: 0 0 30%;
|
126
|
+
flex: 0 0 30%; }
|
127
|
+
|
128
|
+
[layout="row"] > [flex="30"] {
|
129
|
+
max-width: 30%; }
|
130
|
+
|
131
|
+
[layout="column"] > [flex="30"] {
|
132
|
+
max-height: 30%; }
|
133
|
+
|
134
|
+
[flex="35"] {
|
135
|
+
-webkit-flex: 0 0 35%;
|
136
|
+
-ms-flex: 0 0 35%;
|
137
|
+
flex: 0 0 35%; }
|
138
|
+
|
139
|
+
[layout="row"] > [flex="35"] {
|
140
|
+
max-width: 35%; }
|
141
|
+
|
142
|
+
[layout="column"] > [flex="35"] {
|
143
|
+
max-height: 35%; }
|
144
|
+
|
145
|
+
[flex="40"] {
|
146
|
+
-webkit-flex: 0 0 40%;
|
147
|
+
-ms-flex: 0 0 40%;
|
148
|
+
flex: 0 0 40%; }
|
149
|
+
|
150
|
+
[layout="row"] > [flex="40"] {
|
151
|
+
max-width: 40%; }
|
152
|
+
|
153
|
+
[layout="column"] > [flex="40"] {
|
154
|
+
max-height: 40%; }
|
155
|
+
|
156
|
+
[flex="45"] {
|
157
|
+
-webkit-flex: 0 0 45%;
|
158
|
+
-ms-flex: 0 0 45%;
|
159
|
+
flex: 0 0 45%; }
|
160
|
+
|
161
|
+
[layout="row"] > [flex="45"] {
|
162
|
+
max-width: 45%; }
|
163
|
+
|
164
|
+
[layout="column"] > [flex="45"] {
|
165
|
+
max-height: 45%; }
|
166
|
+
|
167
|
+
[flex="50"] {
|
168
|
+
-webkit-flex: 0 0 50%;
|
169
|
+
-ms-flex: 0 0 50%;
|
170
|
+
flex: 0 0 50%; }
|
171
|
+
|
172
|
+
[layout="row"] > [flex="50"] {
|
173
|
+
max-width: 50%; }
|
174
|
+
|
175
|
+
[layout="column"] > [flex="50"] {
|
176
|
+
max-height: 50%; }
|
177
|
+
|
178
|
+
[flex="55"] {
|
179
|
+
-webkit-flex: 0 0 55%;
|
180
|
+
-ms-flex: 0 0 55%;
|
181
|
+
flex: 0 0 55%; }
|
182
|
+
|
183
|
+
[layout="row"] > [flex="55"] {
|
184
|
+
max-width: 55%; }
|
185
|
+
|
186
|
+
[layout="column"] > [flex="55"] {
|
187
|
+
max-height: 55%; }
|
188
|
+
|
189
|
+
[flex="60"] {
|
190
|
+
-webkit-flex: 0 0 60%;
|
191
|
+
-ms-flex: 0 0 60%;
|
192
|
+
flex: 0 0 60%; }
|
193
|
+
|
194
|
+
[layout="row"] > [flex="60"] {
|
195
|
+
max-width: 60%; }
|
196
|
+
|
197
|
+
[layout="column"] > [flex="60"] {
|
198
|
+
max-height: 60%; }
|
199
|
+
|
200
|
+
[flex="65"] {
|
201
|
+
-webkit-flex: 0 0 65%;
|
202
|
+
-ms-flex: 0 0 65%;
|
203
|
+
flex: 0 0 65%; }
|
204
|
+
|
205
|
+
[layout="row"] > [flex="65"] {
|
206
|
+
max-width: 65%; }
|
207
|
+
|
208
|
+
[layout="column"] > [flex="65"] {
|
209
|
+
max-height: 65%; }
|
210
|
+
|
211
|
+
[flex="70"] {
|
212
|
+
-webkit-flex: 0 0 70%;
|
213
|
+
-ms-flex: 0 0 70%;
|
214
|
+
flex: 0 0 70%; }
|
215
|
+
|
216
|
+
[layout="row"] > [flex="70"] {
|
217
|
+
max-width: 70%; }
|
218
|
+
|
219
|
+
[layout="column"] > [flex="70"] {
|
220
|
+
max-height: 70%; }
|
221
|
+
|
222
|
+
[flex="75"] {
|
223
|
+
-webkit-flex: 0 0 75%;
|
224
|
+
-ms-flex: 0 0 75%;
|
225
|
+
flex: 0 0 75%; }
|
226
|
+
|
227
|
+
[layout="row"] > [flex="75"] {
|
228
|
+
max-width: 75%; }
|
229
|
+
|
230
|
+
[layout="column"] > [flex="75"] {
|
231
|
+
max-height: 75%; }
|
232
|
+
|
233
|
+
[flex="80"] {
|
234
|
+
-webkit-flex: 0 0 80%;
|
235
|
+
-ms-flex: 0 0 80%;
|
236
|
+
flex: 0 0 80%; }
|
237
|
+
|
238
|
+
[layout="row"] > [flex="80"] {
|
239
|
+
max-width: 80%; }
|
240
|
+
|
241
|
+
[layout="column"] > [flex="80"] {
|
242
|
+
max-height: 80%; }
|
243
|
+
|
244
|
+
[flex="85"] {
|
245
|
+
-webkit-flex: 0 0 85%;
|
246
|
+
-ms-flex: 0 0 85%;
|
247
|
+
flex: 0 0 85%; }
|
248
|
+
|
249
|
+
[layout="row"] > [flex="85"] {
|
250
|
+
max-width: 85%; }
|
251
|
+
|
252
|
+
[layout="column"] > [flex="85"] {
|
253
|
+
max-height: 85%; }
|
254
|
+
|
255
|
+
[flex="90"] {
|
256
|
+
-webkit-flex: 0 0 90%;
|
257
|
+
-ms-flex: 0 0 90%;
|
258
|
+
flex: 0 0 90%; }
|
259
|
+
|
260
|
+
[layout="row"] > [flex="90"] {
|
261
|
+
max-width: 90%; }
|
262
|
+
|
263
|
+
[layout="column"] > [flex="90"] {
|
264
|
+
max-height: 90%; }
|
265
|
+
|
266
|
+
[flex="95"] {
|
267
|
+
-webkit-flex: 0 0 95%;
|
268
|
+
-ms-flex: 0 0 95%;
|
269
|
+
flex: 0 0 95%; }
|
270
|
+
|
271
|
+
[layout="row"] > [flex="95"] {
|
272
|
+
max-width: 95%; }
|
273
|
+
|
274
|
+
[layout="column"] > [flex="95"] {
|
275
|
+
max-height: 95%; }
|
276
|
+
|
277
|
+
[flex="100"] {
|
278
|
+
-webkit-flex: 0 0 100%;
|
279
|
+
-ms-flex: 0 0 100%;
|
280
|
+
flex: 0 0 100%; }
|
281
|
+
|
282
|
+
[layout="row"] > [flex="100"] {
|
283
|
+
max-width: 100%; }
|
284
|
+
|
285
|
+
[layout="column"] > [flex="100"] {
|
286
|
+
max-height: 100%; }
|
287
|
+
|
288
|
+
[layout="row"] > [flex="33"], [layout="row"] > [flex="34"] {
|
289
|
+
-webkit-flex: 0 0 33.33%;
|
290
|
+
-ms-flex: 0 0 33.33%;
|
291
|
+
flex: 0 0 33.33%;
|
292
|
+
max-width: 33.33%; }
|
293
|
+
[layout="row"] > [flex="66"], [layout="row"] > [flex="67"] {
|
294
|
+
-webkit-flex: 0 0 66.66%;
|
295
|
+
-ms-flex: 0 0 66.66%;
|
296
|
+
flex: 0 0 66.66%;
|
297
|
+
max-width: 66.66%; }
|
298
|
+
|
299
|
+
[layout="column"] > [flex="33"], [layout="column"] > [flex="34"] {
|
300
|
+
-webkit-flex: 0 0 33.33%;
|
301
|
+
-ms-flex: 0 0 33.33%;
|
302
|
+
flex: 0 0 33.33%;
|
303
|
+
max-height: 33.33%; }
|
304
|
+
[layout="column"] > [flex="66"], [layout="column"] > [flex="67"] {
|
305
|
+
-webkit-flex: 0 0 66.66%;
|
306
|
+
-ms-flex: 0 0 66.66%;
|
307
|
+
flex: 0 0 66.66%;
|
308
|
+
max-height: 66.66%; }
|
309
|
+
|
310
|
+
[layout-align="center"], [layout-align="center center"], [layout-align="center start"], [layout-align="center end"] {
|
311
|
+
-webkit-justify-content: center;
|
312
|
+
-ms-flex-pack: center;
|
313
|
+
justify-content: center; }
|
314
|
+
|
315
|
+
[layout-align="end"], [layout-align="end center"], [layout-align="end start"], [layout-align="end end"] {
|
316
|
+
-webkit-justify-content: flex-end;
|
317
|
+
-ms-flex-pack: end;
|
318
|
+
justify-content: flex-end; }
|
319
|
+
|
320
|
+
[layout-align="space-around"], [layout-align="space-around center"], [layout-align="space-around start"], [layout-align="space-around end"] {
|
321
|
+
-webkit-justify-content: space-around;
|
322
|
+
-ms-flex-pack: distribute;
|
323
|
+
justify-content: space-around; }
|
324
|
+
|
325
|
+
[layout-align="space-between"], [layout-align="space-between center"], [layout-align="space-between start"], [layout-align="space-between end"] {
|
326
|
+
-webkit-justify-content: space-between;
|
327
|
+
-ms-flex-pack: justify;
|
328
|
+
justify-content: space-between; }
|
329
|
+
|
330
|
+
[layout-align="center center"], [layout-align="start center"], [layout-align="end center"], [layout-align="space-between center"], [layout-align="space-around center"] {
|
331
|
+
-webkit-align-items: center;
|
332
|
+
-ms-flex-align: center;
|
333
|
+
align-items: center; }
|
334
|
+
|
335
|
+
[layout-align="center start"], [layout-align="start start"], [layout-align="end start"], [layout-align="space-between start"], [layout-align="space-around start"] {
|
336
|
+
-webkit-align-items: flex-start;
|
337
|
+
-ms-flex-align: start;
|
338
|
+
align-items: flex-start; }
|
339
|
+
|
340
|
+
[layout-align="center end"], [layout-align="start end"], [layout-align="end end"], [layout-align="space-between end"], [layout-align="space-around end"] {
|
341
|
+
-webkit-align-items: flex-end;
|
342
|
+
-ms-flex-align: end;
|
343
|
+
align-items: flex-end; }
|
344
|
+
|
345
|
+
[flex-order="0"] {
|
346
|
+
-webkit-order: 0;
|
347
|
+
-ms-flex-order: 0;
|
348
|
+
order: 0; }
|
349
|
+
|
350
|
+
[flex-order="1"] {
|
351
|
+
-webkit-order: 1;
|
352
|
+
-ms-flex-order: 1;
|
353
|
+
order: 1; }
|
354
|
+
|
355
|
+
[flex-order="2"] {
|
356
|
+
-webkit-order: 2;
|
357
|
+
-ms-flex-order: 2;
|
358
|
+
order: 2; }
|
359
|
+
|
360
|
+
[flex-order="3"] {
|
361
|
+
-webkit-order: 3;
|
362
|
+
-ms-flex-order: 3;
|
363
|
+
order: 3; }
|
364
|
+
|
365
|
+
[flex-order="4"] {
|
366
|
+
-webkit-order: 4;
|
367
|
+
-ms-flex-order: 4;
|
368
|
+
order: 4; }
|
369
|
+
|
370
|
+
[flex-order="5"] {
|
371
|
+
-webkit-order: 5;
|
372
|
+
-ms-flex-order: 5;
|
373
|
+
order: 5; }
|
374
|
+
|
375
|
+
[flex-order="6"] {
|
376
|
+
-webkit-order: 6;
|
377
|
+
-ms-flex-order: 6;
|
378
|
+
order: 6; }
|
379
|
+
|
380
|
+
[flex-order="7"] {
|
381
|
+
-webkit-order: 7;
|
382
|
+
-ms-flex-order: 7;
|
383
|
+
order: 7; }
|
384
|
+
|
385
|
+
[flex-order="8"] {
|
386
|
+
-webkit-order: 8;
|
387
|
+
-ms-flex-order: 8;
|
388
|
+
order: 8; }
|
389
|
+
|
390
|
+
[flex-order="9"] {
|
391
|
+
-webkit-order: 9;
|
392
|
+
-ms-flex-order: 9;
|
393
|
+
order: 9; }
|
394
|
+
|
395
|
+
/**
|
396
|
+
* `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
|
397
|
+
* `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
|
398
|
+
* `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
|
399
|
+
*/
|
400
|
+
@media (max-width: 600px) {
|
401
|
+
[hide-sm]:not([show-sm]):not([show]), [hide]:not([show-sm]):not([show]) {
|
402
|
+
display: none; }
|
403
|
+
|
404
|
+
[flex-order-sm="0"] {
|
405
|
+
-webkit-order: 0;
|
406
|
+
-ms-flex-order: 0;
|
407
|
+
order: 0; }
|
408
|
+
|
409
|
+
[flex-order-sm="1"] {
|
410
|
+
-webkit-order: 1;
|
411
|
+
-ms-flex-order: 1;
|
412
|
+
order: 1; }
|
413
|
+
|
414
|
+
[flex-order-sm="2"] {
|
415
|
+
-webkit-order: 2;
|
416
|
+
-ms-flex-order: 2;
|
417
|
+
order: 2; }
|
418
|
+
|
419
|
+
[flex-order-sm="3"] {
|
420
|
+
-webkit-order: 3;
|
421
|
+
-ms-flex-order: 3;
|
422
|
+
order: 3; }
|
423
|
+
|
424
|
+
[flex-order-sm="4"] {
|
425
|
+
-webkit-order: 4;
|
426
|
+
-ms-flex-order: 4;
|
427
|
+
order: 4; }
|
428
|
+
|
429
|
+
[flex-order-sm="5"] {
|
430
|
+
-webkit-order: 5;
|
431
|
+
-ms-flex-order: 5;
|
432
|
+
order: 5; }
|
433
|
+
|
434
|
+
[flex-order-sm="6"] {
|
435
|
+
-webkit-order: 6;
|
436
|
+
-ms-flex-order: 6;
|
437
|
+
order: 6; }
|
438
|
+
|
439
|
+
[flex-order-sm="7"] {
|
440
|
+
-webkit-order: 7;
|
441
|
+
-ms-flex-order: 7;
|
442
|
+
order: 7; }
|
443
|
+
|
444
|
+
[flex-order-sm="8"] {
|
445
|
+
-webkit-order: 8;
|
446
|
+
-ms-flex-order: 8;
|
447
|
+
order: 8; }
|
448
|
+
|
449
|
+
[flex-order-sm="9"] {
|
450
|
+
-webkit-order: 9;
|
451
|
+
-ms-flex-order: 9;
|
452
|
+
order: 9; }
|
453
|
+
|
454
|
+
[layout-align-sm="center"], [layout-align-sm="center center"], [layout-align-sm="center start"], [layout-align-sm="center end"] {
|
455
|
+
-webkit-justify-content: center;
|
456
|
+
-ms-flex-pack: center;
|
457
|
+
justify-content: center; }
|
458
|
+
|
459
|
+
[layout-align-sm="end"], [layout-align-sm="end center"], [layout-align-sm="end start"], [layout-align-sm="end end"] {
|
460
|
+
-webkit-justify-content: flex-end;
|
461
|
+
-ms-flex-pack: end;
|
462
|
+
justify-content: flex-end; }
|
463
|
+
|
464
|
+
[layout-align-sm="space-around"], [layout-align-sm="space-around center"], [layout-align-sm="space-around start"], [layout-align-sm="space-around end"] {
|
465
|
+
-webkit-justify-content: space-around;
|
466
|
+
-ms-flex-pack: distribute;
|
467
|
+
justify-content: space-around; }
|
468
|
+
|
469
|
+
[layout-align-sm="space-between"], [layout-align-sm="space-between center"], [layout-align-sm="space-between start"], [layout-align-sm="space-between end"] {
|
470
|
+
-webkit-justify-content: space-between;
|
471
|
+
-ms-flex-pack: justify;
|
472
|
+
justify-content: space-between; }
|
473
|
+
|
474
|
+
[layout-align-sm="center center"], [layout-align-sm="start center"], [layout-align-sm="end center"], [layout-align-sm="space-between center"], [layout-align-sm="space-around center"] {
|
475
|
+
-webkit-align-items: center;
|
476
|
+
-ms-flex-align: center;
|
477
|
+
align-items: center; }
|
478
|
+
|
479
|
+
[layout-align-sm="center start"], [layout-align-sm="start start"], [layout-align-sm="end start"], [layout-align-sm="space-between start"], [layout-align-sm="space-around start"] {
|
480
|
+
-webkit-align-items: flex-start;
|
481
|
+
-ms-flex-align: start;
|
482
|
+
align-items: flex-start; }
|
483
|
+
|
484
|
+
[layout-align-sm="center end"], [layout-align-sm="start end"], [layout-align-sm="end end"], [layout-align-sm="space-between end"], [layout-align-sm="space-around end"] {
|
485
|
+
-webkit-align-items: flex-end;
|
486
|
+
-ms-flex-align: end;
|
487
|
+
align-items: flex-end; }
|
488
|
+
|
489
|
+
[layout-sm] {
|
490
|
+
box-sizing: border-box;
|
491
|
+
display: -webkit-flex;
|
492
|
+
display: -ms-flexbox;
|
493
|
+
display: flex; }
|
494
|
+
|
495
|
+
[layout-sm=column] {
|
496
|
+
-webkit-flex-direction: column;
|
497
|
+
-ms-flex-direction: column;
|
498
|
+
flex-direction: column; }
|
499
|
+
|
500
|
+
[layout-sm=row] {
|
501
|
+
-webkit-flex-direction: row;
|
502
|
+
-ms-flex-direction: row;
|
503
|
+
flex-direction: row; }
|
504
|
+
|
505
|
+
[flex-sm] {
|
506
|
+
-webkit-flex: 1;
|
507
|
+
-ms-flex: 1;
|
508
|
+
flex: 1; }
|
509
|
+
|
510
|
+
[flex-sm="0"] {
|
511
|
+
-webkit-flex: 0 0 0%;
|
512
|
+
-ms-flex: 0 0 0%;
|
513
|
+
flex: 0 0 0%; }
|
514
|
+
|
515
|
+
[layout="row"] > [flex-sm="0"] {
|
516
|
+
max-width: 0%; }
|
517
|
+
|
518
|
+
[layout="column"] > [flex-sm="0"] {
|
519
|
+
max-height: 0%; }
|
520
|
+
|
521
|
+
[flex-sm="5"] {
|
522
|
+
-webkit-flex: 0 0 5%;
|
523
|
+
-ms-flex: 0 0 5%;
|
524
|
+
flex: 0 0 5%; }
|
525
|
+
|
526
|
+
[layout="row"] > [flex-sm="5"] {
|
527
|
+
max-width: 5%; }
|
528
|
+
|
529
|
+
[layout="column"] > [flex-sm="5"] {
|
530
|
+
max-height: 5%; }
|
531
|
+
|
532
|
+
[flex-sm="10"] {
|
533
|
+
-webkit-flex: 0 0 10%;
|
534
|
+
-ms-flex: 0 0 10%;
|
535
|
+
flex: 0 0 10%; }
|
536
|
+
|
537
|
+
[layout="row"] > [flex-sm="10"] {
|
538
|
+
max-width: 10%; }
|
539
|
+
|
540
|
+
[layout="column"] > [flex-sm="10"] {
|
541
|
+
max-height: 10%; }
|
542
|
+
|
543
|
+
[flex-sm="15"] {
|
544
|
+
-webkit-flex: 0 0 15%;
|
545
|
+
-ms-flex: 0 0 15%;
|
546
|
+
flex: 0 0 15%; }
|
547
|
+
|
548
|
+
[layout="row"] > [flex-sm="15"] {
|
549
|
+
max-width: 15%; }
|
550
|
+
|
551
|
+
[layout="column"] > [flex-sm="15"] {
|
552
|
+
max-height: 15%; }
|
553
|
+
|
554
|
+
[flex-sm="20"] {
|
555
|
+
-webkit-flex: 0 0 20%;
|
556
|
+
-ms-flex: 0 0 20%;
|
557
|
+
flex: 0 0 20%; }
|
558
|
+
|
559
|
+
[layout="row"] > [flex-sm="20"] {
|
560
|
+
max-width: 20%; }
|
561
|
+
|
562
|
+
[layout="column"] > [flex-sm="20"] {
|
563
|
+
max-height: 20%; }
|
564
|
+
|
565
|
+
[flex-sm="25"] {
|
566
|
+
-webkit-flex: 0 0 25%;
|
567
|
+
-ms-flex: 0 0 25%;
|
568
|
+
flex: 0 0 25%; }
|
569
|
+
|
570
|
+
[layout="row"] > [flex-sm="25"] {
|
571
|
+
max-width: 25%; }
|
572
|
+
|
573
|
+
[layout="column"] > [flex-sm="25"] {
|
574
|
+
max-height: 25%; }
|
575
|
+
|
576
|
+
[flex-sm="30"] {
|
577
|
+
-webkit-flex: 0 0 30%;
|
578
|
+
-ms-flex: 0 0 30%;
|
579
|
+
flex: 0 0 30%; }
|
580
|
+
|
581
|
+
[layout="row"] > [flex-sm="30"] {
|
582
|
+
max-width: 30%; }
|
583
|
+
|
584
|
+
[layout="column"] > [flex-sm="30"] {
|
585
|
+
max-height: 30%; }
|
586
|
+
|
587
|
+
[flex-sm="35"] {
|
588
|
+
-webkit-flex: 0 0 35%;
|
589
|
+
-ms-flex: 0 0 35%;
|
590
|
+
flex: 0 0 35%; }
|
591
|
+
|
592
|
+
[layout="row"] > [flex-sm="35"] {
|
593
|
+
max-width: 35%; }
|
594
|
+
|
595
|
+
[layout="column"] > [flex-sm="35"] {
|
596
|
+
max-height: 35%; }
|
597
|
+
|
598
|
+
[flex-sm="40"] {
|
599
|
+
-webkit-flex: 0 0 40%;
|
600
|
+
-ms-flex: 0 0 40%;
|
601
|
+
flex: 0 0 40%; }
|
602
|
+
|
603
|
+
[layout="row"] > [flex-sm="40"] {
|
604
|
+
max-width: 40%; }
|
605
|
+
|
606
|
+
[layout="column"] > [flex-sm="40"] {
|
607
|
+
max-height: 40%; }
|
608
|
+
|
609
|
+
[flex-sm="45"] {
|
610
|
+
-webkit-flex: 0 0 45%;
|
611
|
+
-ms-flex: 0 0 45%;
|
612
|
+
flex: 0 0 45%; }
|
613
|
+
|
614
|
+
[layout="row"] > [flex-sm="45"] {
|
615
|
+
max-width: 45%; }
|
616
|
+
|
617
|
+
[layout="column"] > [flex-sm="45"] {
|
618
|
+
max-height: 45%; }
|
619
|
+
|
620
|
+
[flex-sm="50"] {
|
621
|
+
-webkit-flex: 0 0 50%;
|
622
|
+
-ms-flex: 0 0 50%;
|
623
|
+
flex: 0 0 50%; }
|
624
|
+
|
625
|
+
[layout="row"] > [flex-sm="50"] {
|
626
|
+
max-width: 50%; }
|
627
|
+
|
628
|
+
[layout="column"] > [flex-sm="50"] {
|
629
|
+
max-height: 50%; }
|
630
|
+
|
631
|
+
[flex-sm="55"] {
|
632
|
+
-webkit-flex: 0 0 55%;
|
633
|
+
-ms-flex: 0 0 55%;
|
634
|
+
flex: 0 0 55%; }
|
635
|
+
|
636
|
+
[layout="row"] > [flex-sm="55"] {
|
637
|
+
max-width: 55%; }
|
638
|
+
|
639
|
+
[layout="column"] > [flex-sm="55"] {
|
640
|
+
max-height: 55%; }
|
641
|
+
|
642
|
+
[flex-sm="60"] {
|
643
|
+
-webkit-flex: 0 0 60%;
|
644
|
+
-ms-flex: 0 0 60%;
|
645
|
+
flex: 0 0 60%; }
|
646
|
+
|
647
|
+
[layout="row"] > [flex-sm="60"] {
|
648
|
+
max-width: 60%; }
|
649
|
+
|
650
|
+
[layout="column"] > [flex-sm="60"] {
|
651
|
+
max-height: 60%; }
|
652
|
+
|
653
|
+
[flex-sm="65"] {
|
654
|
+
-webkit-flex: 0 0 65%;
|
655
|
+
-ms-flex: 0 0 65%;
|
656
|
+
flex: 0 0 65%; }
|
657
|
+
|
658
|
+
[layout="row"] > [flex-sm="65"] {
|
659
|
+
max-width: 65%; }
|
660
|
+
|
661
|
+
[layout="column"] > [flex-sm="65"] {
|
662
|
+
max-height: 65%; }
|
663
|
+
|
664
|
+
[flex-sm="70"] {
|
665
|
+
-webkit-flex: 0 0 70%;
|
666
|
+
-ms-flex: 0 0 70%;
|
667
|
+
flex: 0 0 70%; }
|
668
|
+
|
669
|
+
[layout="row"] > [flex-sm="70"] {
|
670
|
+
max-width: 70%; }
|
671
|
+
|
672
|
+
[layout="column"] > [flex-sm="70"] {
|
673
|
+
max-height: 70%; }
|
674
|
+
|
675
|
+
[flex-sm="75"] {
|
676
|
+
-webkit-flex: 0 0 75%;
|
677
|
+
-ms-flex: 0 0 75%;
|
678
|
+
flex: 0 0 75%; }
|
679
|
+
|
680
|
+
[layout="row"] > [flex-sm="75"] {
|
681
|
+
max-width: 75%; }
|
682
|
+
|
683
|
+
[layout="column"] > [flex-sm="75"] {
|
684
|
+
max-height: 75%; }
|
685
|
+
|
686
|
+
[flex-sm="80"] {
|
687
|
+
-webkit-flex: 0 0 80%;
|
688
|
+
-ms-flex: 0 0 80%;
|
689
|
+
flex: 0 0 80%; }
|
690
|
+
|
691
|
+
[layout="row"] > [flex-sm="80"] {
|
692
|
+
max-width: 80%; }
|
693
|
+
|
694
|
+
[layout="column"] > [flex-sm="80"] {
|
695
|
+
max-height: 80%; }
|
696
|
+
|
697
|
+
[flex-sm="85"] {
|
698
|
+
-webkit-flex: 0 0 85%;
|
699
|
+
-ms-flex: 0 0 85%;
|
700
|
+
flex: 0 0 85%; }
|
701
|
+
|
702
|
+
[layout="row"] > [flex-sm="85"] {
|
703
|
+
max-width: 85%; }
|
704
|
+
|
705
|
+
[layout="column"] > [flex-sm="85"] {
|
706
|
+
max-height: 85%; }
|
707
|
+
|
708
|
+
[flex-sm="90"] {
|
709
|
+
-webkit-flex: 0 0 90%;
|
710
|
+
-ms-flex: 0 0 90%;
|
711
|
+
flex: 0 0 90%; }
|
712
|
+
|
713
|
+
[layout="row"] > [flex-sm="90"] {
|
714
|
+
max-width: 90%; }
|
715
|
+
|
716
|
+
[layout="column"] > [flex-sm="90"] {
|
717
|
+
max-height: 90%; }
|
718
|
+
|
719
|
+
[flex-sm="95"] {
|
720
|
+
-webkit-flex: 0 0 95%;
|
721
|
+
-ms-flex: 0 0 95%;
|
722
|
+
flex: 0 0 95%; }
|
723
|
+
|
724
|
+
[layout="row"] > [flex-sm="95"] {
|
725
|
+
max-width: 95%; }
|
726
|
+
|
727
|
+
[layout="column"] > [flex-sm="95"] {
|
728
|
+
max-height: 95%; }
|
729
|
+
|
730
|
+
[flex-sm="100"] {
|
731
|
+
-webkit-flex: 0 0 100%;
|
732
|
+
-ms-flex: 0 0 100%;
|
733
|
+
flex: 0 0 100%; }
|
734
|
+
|
735
|
+
[layout="row"] > [flex-sm="100"] {
|
736
|
+
max-width: 100%; }
|
737
|
+
|
738
|
+
[layout="column"] > [flex-sm="100"] {
|
739
|
+
max-height: 100%; }
|
740
|
+
|
741
|
+
[layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="34"] {
|
742
|
+
-webkit-flex: 0 0 33.33%;
|
743
|
+
-ms-flex: 0 0 33.33%;
|
744
|
+
flex: 0 0 33.33%;
|
745
|
+
max-width: 33.33%; }
|
746
|
+
[layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="67"] {
|
747
|
+
-webkit-flex: 0 0 66.66%;
|
748
|
+
-ms-flex: 0 0 66.66%;
|
749
|
+
flex: 0 0 66.66%;
|
750
|
+
max-width: 66.66%; }
|
751
|
+
|
752
|
+
[layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="34"] {
|
753
|
+
-webkit-flex: 0 0 33.33%;
|
754
|
+
-ms-flex: 0 0 33.33%;
|
755
|
+
flex: 0 0 33.33%;
|
756
|
+
max-height: 33.33%; }
|
757
|
+
[layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="67"] {
|
758
|
+
-webkit-flex: 0 0 66.66%;
|
759
|
+
-ms-flex: 0 0 66.66%;
|
760
|
+
flex: 0 0 66.66%;
|
761
|
+
max-height: 66.66%; }
|
762
|
+
}
|
763
|
+
|
764
|
+
@media (min-width: 600px) {
|
765
|
+
[flex-order-gt-sm="0"] {
|
766
|
+
-webkit-order: 0;
|
767
|
+
-ms-flex-order: 0;
|
768
|
+
order: 0; }
|
769
|
+
|
770
|
+
[flex-order-gt-sm="1"] {
|
771
|
+
-webkit-order: 1;
|
772
|
+
-ms-flex-order: 1;
|
773
|
+
order: 1; }
|
774
|
+
|
775
|
+
[flex-order-gt-sm="2"] {
|
776
|
+
-webkit-order: 2;
|
777
|
+
-ms-flex-order: 2;
|
778
|
+
order: 2; }
|
779
|
+
|
780
|
+
[flex-order-gt-sm="3"] {
|
781
|
+
-webkit-order: 3;
|
782
|
+
-ms-flex-order: 3;
|
783
|
+
order: 3; }
|
784
|
+
|
785
|
+
[flex-order-gt-sm="4"] {
|
786
|
+
-webkit-order: 4;
|
787
|
+
-ms-flex-order: 4;
|
788
|
+
order: 4; }
|
789
|
+
|
790
|
+
[flex-order-gt-sm="5"] {
|
791
|
+
-webkit-order: 5;
|
792
|
+
-ms-flex-order: 5;
|
793
|
+
order: 5; }
|
794
|
+
|
795
|
+
[flex-order-gt-sm="6"] {
|
796
|
+
-webkit-order: 6;
|
797
|
+
-ms-flex-order: 6;
|
798
|
+
order: 6; }
|
799
|
+
|
800
|
+
[flex-order-gt-sm="7"] {
|
801
|
+
-webkit-order: 7;
|
802
|
+
-ms-flex-order: 7;
|
803
|
+
order: 7; }
|
804
|
+
|
805
|
+
[flex-order-gt-sm="8"] {
|
806
|
+
-webkit-order: 8;
|
807
|
+
-ms-flex-order: 8;
|
808
|
+
order: 8; }
|
809
|
+
|
810
|
+
[flex-order-gt-sm="9"] {
|
811
|
+
-webkit-order: 9;
|
812
|
+
-ms-flex-order: 9;
|
813
|
+
order: 9; }
|
814
|
+
|
815
|
+
[layout-align-gt-sm="center"], [layout-align-gt-sm="center center"], [layout-align-gt-sm="center start"], [layout-align-gt-sm="center end"] {
|
816
|
+
-webkit-justify-content: center;
|
817
|
+
-ms-flex-pack: center;
|
818
|
+
justify-content: center; }
|
819
|
+
|
820
|
+
[layout-align-gt-sm="end"], [layout-align-gt-sm="end center"], [layout-align-gt-sm="end start"], [layout-align-gt-sm="end end"] {
|
821
|
+
-webkit-justify-content: flex-end;
|
822
|
+
-ms-flex-pack: end;
|
823
|
+
justify-content: flex-end; }
|
824
|
+
|
825
|
+
[layout-align-gt-sm="space-around"], [layout-align-gt-sm="space-around center"], [layout-align-gt-sm="space-around start"], [layout-align-gt-sm="space-around end"] {
|
826
|
+
-webkit-justify-content: space-around;
|
827
|
+
-ms-flex-pack: distribute;
|
828
|
+
justify-content: space-around; }
|
829
|
+
|
830
|
+
[layout-align-gt-sm="space-between"], [layout-align-gt-sm="space-between center"], [layout-align-gt-sm="space-between start"], [layout-align-gt-sm="space-between end"] {
|
831
|
+
-webkit-justify-content: space-between;
|
832
|
+
-ms-flex-pack: justify;
|
833
|
+
justify-content: space-between; }
|
834
|
+
|
835
|
+
[layout-align-gt-sm="center center"], [layout-align-gt-sm="start center"], [layout-align-gt-sm="end center"], [layout-align-gt-sm="space-between center"], [layout-align-gt-sm="space-around center"] {
|
836
|
+
-webkit-align-items: center;
|
837
|
+
-ms-flex-align: center;
|
838
|
+
align-items: center; }
|
839
|
+
|
840
|
+
[layout-align-gt-sm="center start"], [layout-align-gt-sm="start start"], [layout-align-gt-sm="end start"], [layout-align-gt-sm="space-between start"], [layout-align-gt-sm="space-around start"] {
|
841
|
+
-webkit-align-items: flex-start;
|
842
|
+
-ms-flex-align: start;
|
843
|
+
align-items: flex-start; }
|
844
|
+
|
845
|
+
[layout-align-gt-sm="center end"], [layout-align-gt-sm="start end"], [layout-align-gt-sm="end end"], [layout-align-gt-sm="space-between end"], [layout-align-gt-sm="space-around end"] {
|
846
|
+
-webkit-align-items: flex-end;
|
847
|
+
-ms-flex-align: end;
|
848
|
+
align-items: flex-end; }
|
849
|
+
|
850
|
+
[layout-gt-sm] {
|
851
|
+
box-sizing: border-box;
|
852
|
+
display: -webkit-flex;
|
853
|
+
display: -ms-flexbox;
|
854
|
+
display: flex; }
|
855
|
+
|
856
|
+
[layout-gt-sm=column] {
|
857
|
+
-webkit-flex-direction: column;
|
858
|
+
-ms-flex-direction: column;
|
859
|
+
flex-direction: column; }
|
860
|
+
|
861
|
+
[layout-gt-sm=row] {
|
862
|
+
-webkit-flex-direction: row;
|
863
|
+
-ms-flex-direction: row;
|
864
|
+
flex-direction: row; }
|
865
|
+
|
866
|
+
[flex-gt-sm] {
|
867
|
+
-webkit-flex: 1;
|
868
|
+
-ms-flex: 1;
|
869
|
+
flex: 1; }
|
870
|
+
|
871
|
+
[flex-gt-sm="0"] {
|
872
|
+
-webkit-flex: 0 0 0%;
|
873
|
+
-ms-flex: 0 0 0%;
|
874
|
+
flex: 0 0 0%; }
|
875
|
+
|
876
|
+
[layout="row"] > [flex-gt-sm="0"] {
|
877
|
+
max-width: 0%; }
|
878
|
+
|
879
|
+
[layout="column"] > [flex-gt-sm="0"] {
|
880
|
+
max-height: 0%; }
|
881
|
+
|
882
|
+
[flex-gt-sm="5"] {
|
883
|
+
-webkit-flex: 0 0 5%;
|
884
|
+
-ms-flex: 0 0 5%;
|
885
|
+
flex: 0 0 5%; }
|
886
|
+
|
887
|
+
[layout="row"] > [flex-gt-sm="5"] {
|
888
|
+
max-width: 5%; }
|
889
|
+
|
890
|
+
[layout="column"] > [flex-gt-sm="5"] {
|
891
|
+
max-height: 5%; }
|
892
|
+
|
893
|
+
[flex-gt-sm="10"] {
|
894
|
+
-webkit-flex: 0 0 10%;
|
895
|
+
-ms-flex: 0 0 10%;
|
896
|
+
flex: 0 0 10%; }
|
897
|
+
|
898
|
+
[layout="row"] > [flex-gt-sm="10"] {
|
899
|
+
max-width: 10%; }
|
900
|
+
|
901
|
+
[layout="column"] > [flex-gt-sm="10"] {
|
902
|
+
max-height: 10%; }
|
903
|
+
|
904
|
+
[flex-gt-sm="15"] {
|
905
|
+
-webkit-flex: 0 0 15%;
|
906
|
+
-ms-flex: 0 0 15%;
|
907
|
+
flex: 0 0 15%; }
|
908
|
+
|
909
|
+
[layout="row"] > [flex-gt-sm="15"] {
|
910
|
+
max-width: 15%; }
|
911
|
+
|
912
|
+
[layout="column"] > [flex-gt-sm="15"] {
|
913
|
+
max-height: 15%; }
|
914
|
+
|
915
|
+
[flex-gt-sm="20"] {
|
916
|
+
-webkit-flex: 0 0 20%;
|
917
|
+
-ms-flex: 0 0 20%;
|
918
|
+
flex: 0 0 20%; }
|
919
|
+
|
920
|
+
[layout="row"] > [flex-gt-sm="20"] {
|
921
|
+
max-width: 20%; }
|
922
|
+
|
923
|
+
[layout="column"] > [flex-gt-sm="20"] {
|
924
|
+
max-height: 20%; }
|
925
|
+
|
926
|
+
[flex-gt-sm="25"] {
|
927
|
+
-webkit-flex: 0 0 25%;
|
928
|
+
-ms-flex: 0 0 25%;
|
929
|
+
flex: 0 0 25%; }
|
930
|
+
|
931
|
+
[layout="row"] > [flex-gt-sm="25"] {
|
932
|
+
max-width: 25%; }
|
933
|
+
|
934
|
+
[layout="column"] > [flex-gt-sm="25"] {
|
935
|
+
max-height: 25%; }
|
936
|
+
|
937
|
+
[flex-gt-sm="30"] {
|
938
|
+
-webkit-flex: 0 0 30%;
|
939
|
+
-ms-flex: 0 0 30%;
|
940
|
+
flex: 0 0 30%; }
|
941
|
+
|
942
|
+
[layout="row"] > [flex-gt-sm="30"] {
|
943
|
+
max-width: 30%; }
|
944
|
+
|
945
|
+
[layout="column"] > [flex-gt-sm="30"] {
|
946
|
+
max-height: 30%; }
|
947
|
+
|
948
|
+
[flex-gt-sm="35"] {
|
949
|
+
-webkit-flex: 0 0 35%;
|
950
|
+
-ms-flex: 0 0 35%;
|
951
|
+
flex: 0 0 35%; }
|
952
|
+
|
953
|
+
[layout="row"] > [flex-gt-sm="35"] {
|
954
|
+
max-width: 35%; }
|
955
|
+
|
956
|
+
[layout="column"] > [flex-gt-sm="35"] {
|
957
|
+
max-height: 35%; }
|
958
|
+
|
959
|
+
[flex-gt-sm="40"] {
|
960
|
+
-webkit-flex: 0 0 40%;
|
961
|
+
-ms-flex: 0 0 40%;
|
962
|
+
flex: 0 0 40%; }
|
963
|
+
|
964
|
+
[layout="row"] > [flex-gt-sm="40"] {
|
965
|
+
max-width: 40%; }
|
966
|
+
|
967
|
+
[layout="column"] > [flex-gt-sm="40"] {
|
968
|
+
max-height: 40%; }
|
969
|
+
|
970
|
+
[flex-gt-sm="45"] {
|
971
|
+
-webkit-flex: 0 0 45%;
|
972
|
+
-ms-flex: 0 0 45%;
|
973
|
+
flex: 0 0 45%; }
|
974
|
+
|
975
|
+
[layout="row"] > [flex-gt-sm="45"] {
|
976
|
+
max-width: 45%; }
|
977
|
+
|
978
|
+
[layout="column"] > [flex-gt-sm="45"] {
|
979
|
+
max-height: 45%; }
|
980
|
+
|
981
|
+
[flex-gt-sm="50"] {
|
982
|
+
-webkit-flex: 0 0 50%;
|
983
|
+
-ms-flex: 0 0 50%;
|
984
|
+
flex: 0 0 50%; }
|
985
|
+
|
986
|
+
[layout="row"] > [flex-gt-sm="50"] {
|
987
|
+
max-width: 50%; }
|
988
|
+
|
989
|
+
[layout="column"] > [flex-gt-sm="50"] {
|
990
|
+
max-height: 50%; }
|
991
|
+
|
992
|
+
[flex-gt-sm="55"] {
|
993
|
+
-webkit-flex: 0 0 55%;
|
994
|
+
-ms-flex: 0 0 55%;
|
995
|
+
flex: 0 0 55%; }
|
996
|
+
|
997
|
+
[layout="row"] > [flex-gt-sm="55"] {
|
998
|
+
max-width: 55%; }
|
999
|
+
|
1000
|
+
[layout="column"] > [flex-gt-sm="55"] {
|
1001
|
+
max-height: 55%; }
|
1002
|
+
|
1003
|
+
[flex-gt-sm="60"] {
|
1004
|
+
-webkit-flex: 0 0 60%;
|
1005
|
+
-ms-flex: 0 0 60%;
|
1006
|
+
flex: 0 0 60%; }
|
1007
|
+
|
1008
|
+
[layout="row"] > [flex-gt-sm="60"] {
|
1009
|
+
max-width: 60%; }
|
1010
|
+
|
1011
|
+
[layout="column"] > [flex-gt-sm="60"] {
|
1012
|
+
max-height: 60%; }
|
1013
|
+
|
1014
|
+
[flex-gt-sm="65"] {
|
1015
|
+
-webkit-flex: 0 0 65%;
|
1016
|
+
-ms-flex: 0 0 65%;
|
1017
|
+
flex: 0 0 65%; }
|
1018
|
+
|
1019
|
+
[layout="row"] > [flex-gt-sm="65"] {
|
1020
|
+
max-width: 65%; }
|
1021
|
+
|
1022
|
+
[layout="column"] > [flex-gt-sm="65"] {
|
1023
|
+
max-height: 65%; }
|
1024
|
+
|
1025
|
+
[flex-gt-sm="70"] {
|
1026
|
+
-webkit-flex: 0 0 70%;
|
1027
|
+
-ms-flex: 0 0 70%;
|
1028
|
+
flex: 0 0 70%; }
|
1029
|
+
|
1030
|
+
[layout="row"] > [flex-gt-sm="70"] {
|
1031
|
+
max-width: 70%; }
|
1032
|
+
|
1033
|
+
[layout="column"] > [flex-gt-sm="70"] {
|
1034
|
+
max-height: 70%; }
|
1035
|
+
|
1036
|
+
[flex-gt-sm="75"] {
|
1037
|
+
-webkit-flex: 0 0 75%;
|
1038
|
+
-ms-flex: 0 0 75%;
|
1039
|
+
flex: 0 0 75%; }
|
1040
|
+
|
1041
|
+
[layout="row"] > [flex-gt-sm="75"] {
|
1042
|
+
max-width: 75%; }
|
1043
|
+
|
1044
|
+
[layout="column"] > [flex-gt-sm="75"] {
|
1045
|
+
max-height: 75%; }
|
1046
|
+
|
1047
|
+
[flex-gt-sm="80"] {
|
1048
|
+
-webkit-flex: 0 0 80%;
|
1049
|
+
-ms-flex: 0 0 80%;
|
1050
|
+
flex: 0 0 80%; }
|
1051
|
+
|
1052
|
+
[layout="row"] > [flex-gt-sm="80"] {
|
1053
|
+
max-width: 80%; }
|
1054
|
+
|
1055
|
+
[layout="column"] > [flex-gt-sm="80"] {
|
1056
|
+
max-height: 80%; }
|
1057
|
+
|
1058
|
+
[flex-gt-sm="85"] {
|
1059
|
+
-webkit-flex: 0 0 85%;
|
1060
|
+
-ms-flex: 0 0 85%;
|
1061
|
+
flex: 0 0 85%; }
|
1062
|
+
|
1063
|
+
[layout="row"] > [flex-gt-sm="85"] {
|
1064
|
+
max-width: 85%; }
|
1065
|
+
|
1066
|
+
[layout="column"] > [flex-gt-sm="85"] {
|
1067
|
+
max-height: 85%; }
|
1068
|
+
|
1069
|
+
[flex-gt-sm="90"] {
|
1070
|
+
-webkit-flex: 0 0 90%;
|
1071
|
+
-ms-flex: 0 0 90%;
|
1072
|
+
flex: 0 0 90%; }
|
1073
|
+
|
1074
|
+
[layout="row"] > [flex-gt-sm="90"] {
|
1075
|
+
max-width: 90%; }
|
1076
|
+
|
1077
|
+
[layout="column"] > [flex-gt-sm="90"] {
|
1078
|
+
max-height: 90%; }
|
1079
|
+
|
1080
|
+
[flex-gt-sm="95"] {
|
1081
|
+
-webkit-flex: 0 0 95%;
|
1082
|
+
-ms-flex: 0 0 95%;
|
1083
|
+
flex: 0 0 95%; }
|
1084
|
+
|
1085
|
+
[layout="row"] > [flex-gt-sm="95"] {
|
1086
|
+
max-width: 95%; }
|
1087
|
+
|
1088
|
+
[layout="column"] > [flex-gt-sm="95"] {
|
1089
|
+
max-height: 95%; }
|
1090
|
+
|
1091
|
+
[flex-gt-sm="100"] {
|
1092
|
+
-webkit-flex: 0 0 100%;
|
1093
|
+
-ms-flex: 0 0 100%;
|
1094
|
+
flex: 0 0 100%; }
|
1095
|
+
|
1096
|
+
[layout="row"] > [flex-gt-sm="100"] {
|
1097
|
+
max-width: 100%; }
|
1098
|
+
|
1099
|
+
[layout="column"] > [flex-gt-sm="100"] {
|
1100
|
+
max-height: 100%; }
|
1101
|
+
|
1102
|
+
[layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="34"] {
|
1103
|
+
-webkit-flex: 0 0 33.33%;
|
1104
|
+
-ms-flex: 0 0 33.33%;
|
1105
|
+
flex: 0 0 33.33%;
|
1106
|
+
max-width: 33.33%; }
|
1107
|
+
[layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="67"] {
|
1108
|
+
-webkit-flex: 0 0 66.66%;
|
1109
|
+
-ms-flex: 0 0 66.66%;
|
1110
|
+
flex: 0 0 66.66%;
|
1111
|
+
max-width: 66.66%; }
|
1112
|
+
|
1113
|
+
[layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="34"] {
|
1114
|
+
-webkit-flex: 0 0 33.33%;
|
1115
|
+
-ms-flex: 0 0 33.33%;
|
1116
|
+
flex: 0 0 33.33%;
|
1117
|
+
max-height: 33.33%; }
|
1118
|
+
[layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="67"] {
|
1119
|
+
-webkit-flex: 0 0 66.66%;
|
1120
|
+
-ms-flex: 0 0 66.66%;
|
1121
|
+
flex: 0 0 66.66%;
|
1122
|
+
max-height: 66.66%; }
|
1123
|
+
}
|
1124
|
+
|
1125
|
+
@media (min-width: 600px) and (max-width: 960px) {
|
1126
|
+
[hide]:not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-sm]:not([show-gt-sm]):not([show-md]):not([show]) {
|
1127
|
+
display: none; }
|
1128
|
+
|
1129
|
+
[hide-md]:not([show-md]):not([show]) {
|
1130
|
+
display: none; }
|
1131
|
+
|
1132
|
+
[flex-order-md="0"] {
|
1133
|
+
-webkit-order: 0;
|
1134
|
+
-ms-flex-order: 0;
|
1135
|
+
order: 0; }
|
1136
|
+
|
1137
|
+
[flex-order-md="1"] {
|
1138
|
+
-webkit-order: 1;
|
1139
|
+
-ms-flex-order: 1;
|
1140
|
+
order: 1; }
|
1141
|
+
|
1142
|
+
[flex-order-md="2"] {
|
1143
|
+
-webkit-order: 2;
|
1144
|
+
-ms-flex-order: 2;
|
1145
|
+
order: 2; }
|
1146
|
+
|
1147
|
+
[flex-order-md="3"] {
|
1148
|
+
-webkit-order: 3;
|
1149
|
+
-ms-flex-order: 3;
|
1150
|
+
order: 3; }
|
1151
|
+
|
1152
|
+
[flex-order-md="4"] {
|
1153
|
+
-webkit-order: 4;
|
1154
|
+
-ms-flex-order: 4;
|
1155
|
+
order: 4; }
|
1156
|
+
|
1157
|
+
[flex-order-md="5"] {
|
1158
|
+
-webkit-order: 5;
|
1159
|
+
-ms-flex-order: 5;
|
1160
|
+
order: 5; }
|
1161
|
+
|
1162
|
+
[flex-order-md="6"] {
|
1163
|
+
-webkit-order: 6;
|
1164
|
+
-ms-flex-order: 6;
|
1165
|
+
order: 6; }
|
1166
|
+
|
1167
|
+
[flex-order-md="7"] {
|
1168
|
+
-webkit-order: 7;
|
1169
|
+
-ms-flex-order: 7;
|
1170
|
+
order: 7; }
|
1171
|
+
|
1172
|
+
[flex-order-md="8"] {
|
1173
|
+
-webkit-order: 8;
|
1174
|
+
-ms-flex-order: 8;
|
1175
|
+
order: 8; }
|
1176
|
+
|
1177
|
+
[flex-order-md="9"] {
|
1178
|
+
-webkit-order: 9;
|
1179
|
+
-ms-flex-order: 9;
|
1180
|
+
order: 9; }
|
1181
|
+
|
1182
|
+
[layout-align-md="center"], [layout-align-md="center center"], [layout-align-md="center start"], [layout-align-md="center end"] {
|
1183
|
+
-webkit-justify-content: center;
|
1184
|
+
-ms-flex-pack: center;
|
1185
|
+
justify-content: center; }
|
1186
|
+
|
1187
|
+
[layout-align-md="end"], [layout-align-md="end center"], [layout-align-md="end start"], [layout-align-md="end end"] {
|
1188
|
+
-webkit-justify-content: flex-end;
|
1189
|
+
-ms-flex-pack: end;
|
1190
|
+
justify-content: flex-end; }
|
1191
|
+
|
1192
|
+
[layout-align-md="space-around"], [layout-align-md="space-around center"], [layout-align-md="space-around start"], [layout-align-md="space-around end"] {
|
1193
|
+
-webkit-justify-content: space-around;
|
1194
|
+
-ms-flex-pack: distribute;
|
1195
|
+
justify-content: space-around; }
|
1196
|
+
|
1197
|
+
[layout-align-md="space-between"], [layout-align-md="space-between center"], [layout-align-md="space-between start"], [layout-align-md="space-between end"] {
|
1198
|
+
-webkit-justify-content: space-between;
|
1199
|
+
-ms-flex-pack: justify;
|
1200
|
+
justify-content: space-between; }
|
1201
|
+
|
1202
|
+
[layout-align-md="center center"], [layout-align-md="start center"], [layout-align-md="end center"], [layout-align-md="space-between center"], [layout-align-md="space-around center"] {
|
1203
|
+
-webkit-align-items: center;
|
1204
|
+
-ms-flex-align: center;
|
1205
|
+
align-items: center; }
|
1206
|
+
|
1207
|
+
[layout-align-md="center start"], [layout-align-md="start start"], [layout-align-md="end start"], [layout-align-md="space-between start"], [layout-align-md="space-around start"] {
|
1208
|
+
-webkit-align-items: flex-start;
|
1209
|
+
-ms-flex-align: start;
|
1210
|
+
align-items: flex-start; }
|
1211
|
+
|
1212
|
+
[layout-align-md="center end"], [layout-align-md="start end"], [layout-align-md="end end"], [layout-align-md="space-between end"], [layout-align-md="space-around end"] {
|
1213
|
+
-webkit-align-items: flex-end;
|
1214
|
+
-ms-flex-align: end;
|
1215
|
+
align-items: flex-end; }
|
1216
|
+
|
1217
|
+
[layout-md] {
|
1218
|
+
box-sizing: border-box;
|
1219
|
+
display: -webkit-flex;
|
1220
|
+
display: -ms-flexbox;
|
1221
|
+
display: flex; }
|
1222
|
+
|
1223
|
+
[layout-md=column] {
|
1224
|
+
-webkit-flex-direction: column;
|
1225
|
+
-ms-flex-direction: column;
|
1226
|
+
flex-direction: column; }
|
1227
|
+
|
1228
|
+
[layout-md=row] {
|
1229
|
+
-webkit-flex-direction: row;
|
1230
|
+
-ms-flex-direction: row;
|
1231
|
+
flex-direction: row; }
|
1232
|
+
|
1233
|
+
[flex-md] {
|
1234
|
+
-webkit-flex: 1;
|
1235
|
+
-ms-flex: 1;
|
1236
|
+
flex: 1; }
|
1237
|
+
|
1238
|
+
[flex-md="0"] {
|
1239
|
+
-webkit-flex: 0 0 0%;
|
1240
|
+
-ms-flex: 0 0 0%;
|
1241
|
+
flex: 0 0 0%; }
|
1242
|
+
|
1243
|
+
[layout="row"] > [flex-md="0"] {
|
1244
|
+
max-width: 0%; }
|
1245
|
+
|
1246
|
+
[layout="column"] > [flex-md="0"] {
|
1247
|
+
max-height: 0%; }
|
1248
|
+
|
1249
|
+
[flex-md="5"] {
|
1250
|
+
-webkit-flex: 0 0 5%;
|
1251
|
+
-ms-flex: 0 0 5%;
|
1252
|
+
flex: 0 0 5%; }
|
1253
|
+
|
1254
|
+
[layout="row"] > [flex-md="5"] {
|
1255
|
+
max-width: 5%; }
|
1256
|
+
|
1257
|
+
[layout="column"] > [flex-md="5"] {
|
1258
|
+
max-height: 5%; }
|
1259
|
+
|
1260
|
+
[flex-md="10"] {
|
1261
|
+
-webkit-flex: 0 0 10%;
|
1262
|
+
-ms-flex: 0 0 10%;
|
1263
|
+
flex: 0 0 10%; }
|
1264
|
+
|
1265
|
+
[layout="row"] > [flex-md="10"] {
|
1266
|
+
max-width: 10%; }
|
1267
|
+
|
1268
|
+
[layout="column"] > [flex-md="10"] {
|
1269
|
+
max-height: 10%; }
|
1270
|
+
|
1271
|
+
[flex-md="15"] {
|
1272
|
+
-webkit-flex: 0 0 15%;
|
1273
|
+
-ms-flex: 0 0 15%;
|
1274
|
+
flex: 0 0 15%; }
|
1275
|
+
|
1276
|
+
[layout="row"] > [flex-md="15"] {
|
1277
|
+
max-width: 15%; }
|
1278
|
+
|
1279
|
+
[layout="column"] > [flex-md="15"] {
|
1280
|
+
max-height: 15%; }
|
1281
|
+
|
1282
|
+
[flex-md="20"] {
|
1283
|
+
-webkit-flex: 0 0 20%;
|
1284
|
+
-ms-flex: 0 0 20%;
|
1285
|
+
flex: 0 0 20%; }
|
1286
|
+
|
1287
|
+
[layout="row"] > [flex-md="20"] {
|
1288
|
+
max-width: 20%; }
|
1289
|
+
|
1290
|
+
[layout="column"] > [flex-md="20"] {
|
1291
|
+
max-height: 20%; }
|
1292
|
+
|
1293
|
+
[flex-md="25"] {
|
1294
|
+
-webkit-flex: 0 0 25%;
|
1295
|
+
-ms-flex: 0 0 25%;
|
1296
|
+
flex: 0 0 25%; }
|
1297
|
+
|
1298
|
+
[layout="row"] > [flex-md="25"] {
|
1299
|
+
max-width: 25%; }
|
1300
|
+
|
1301
|
+
[layout="column"] > [flex-md="25"] {
|
1302
|
+
max-height: 25%; }
|
1303
|
+
|
1304
|
+
[flex-md="30"] {
|
1305
|
+
-webkit-flex: 0 0 30%;
|
1306
|
+
-ms-flex: 0 0 30%;
|
1307
|
+
flex: 0 0 30%; }
|
1308
|
+
|
1309
|
+
[layout="row"] > [flex-md="30"] {
|
1310
|
+
max-width: 30%; }
|
1311
|
+
|
1312
|
+
[layout="column"] > [flex-md="30"] {
|
1313
|
+
max-height: 30%; }
|
1314
|
+
|
1315
|
+
[flex-md="35"] {
|
1316
|
+
-webkit-flex: 0 0 35%;
|
1317
|
+
-ms-flex: 0 0 35%;
|
1318
|
+
flex: 0 0 35%; }
|
1319
|
+
|
1320
|
+
[layout="row"] > [flex-md="35"] {
|
1321
|
+
max-width: 35%; }
|
1322
|
+
|
1323
|
+
[layout="column"] > [flex-md="35"] {
|
1324
|
+
max-height: 35%; }
|
1325
|
+
|
1326
|
+
[flex-md="40"] {
|
1327
|
+
-webkit-flex: 0 0 40%;
|
1328
|
+
-ms-flex: 0 0 40%;
|
1329
|
+
flex: 0 0 40%; }
|
1330
|
+
|
1331
|
+
[layout="row"] > [flex-md="40"] {
|
1332
|
+
max-width: 40%; }
|
1333
|
+
|
1334
|
+
[layout="column"] > [flex-md="40"] {
|
1335
|
+
max-height: 40%; }
|
1336
|
+
|
1337
|
+
[flex-md="45"] {
|
1338
|
+
-webkit-flex: 0 0 45%;
|
1339
|
+
-ms-flex: 0 0 45%;
|
1340
|
+
flex: 0 0 45%; }
|
1341
|
+
|
1342
|
+
[layout="row"] > [flex-md="45"] {
|
1343
|
+
max-width: 45%; }
|
1344
|
+
|
1345
|
+
[layout="column"] > [flex-md="45"] {
|
1346
|
+
max-height: 45%; }
|
1347
|
+
|
1348
|
+
[flex-md="50"] {
|
1349
|
+
-webkit-flex: 0 0 50%;
|
1350
|
+
-ms-flex: 0 0 50%;
|
1351
|
+
flex: 0 0 50%; }
|
1352
|
+
|
1353
|
+
[layout="row"] > [flex-md="50"] {
|
1354
|
+
max-width: 50%; }
|
1355
|
+
|
1356
|
+
[layout="column"] > [flex-md="50"] {
|
1357
|
+
max-height: 50%; }
|
1358
|
+
|
1359
|
+
[flex-md="55"] {
|
1360
|
+
-webkit-flex: 0 0 55%;
|
1361
|
+
-ms-flex: 0 0 55%;
|
1362
|
+
flex: 0 0 55%; }
|
1363
|
+
|
1364
|
+
[layout="row"] > [flex-md="55"] {
|
1365
|
+
max-width: 55%; }
|
1366
|
+
|
1367
|
+
[layout="column"] > [flex-md="55"] {
|
1368
|
+
max-height: 55%; }
|
1369
|
+
|
1370
|
+
[flex-md="60"] {
|
1371
|
+
-webkit-flex: 0 0 60%;
|
1372
|
+
-ms-flex: 0 0 60%;
|
1373
|
+
flex: 0 0 60%; }
|
1374
|
+
|
1375
|
+
[layout="row"] > [flex-md="60"] {
|
1376
|
+
max-width: 60%; }
|
1377
|
+
|
1378
|
+
[layout="column"] > [flex-md="60"] {
|
1379
|
+
max-height: 60%; }
|
1380
|
+
|
1381
|
+
[flex-md="65"] {
|
1382
|
+
-webkit-flex: 0 0 65%;
|
1383
|
+
-ms-flex: 0 0 65%;
|
1384
|
+
flex: 0 0 65%; }
|
1385
|
+
|
1386
|
+
[layout="row"] > [flex-md="65"] {
|
1387
|
+
max-width: 65%; }
|
1388
|
+
|
1389
|
+
[layout="column"] > [flex-md="65"] {
|
1390
|
+
max-height: 65%; }
|
1391
|
+
|
1392
|
+
[flex-md="70"] {
|
1393
|
+
-webkit-flex: 0 0 70%;
|
1394
|
+
-ms-flex: 0 0 70%;
|
1395
|
+
flex: 0 0 70%; }
|
1396
|
+
|
1397
|
+
[layout="row"] > [flex-md="70"] {
|
1398
|
+
max-width: 70%; }
|
1399
|
+
|
1400
|
+
[layout="column"] > [flex-md="70"] {
|
1401
|
+
max-height: 70%; }
|
1402
|
+
|
1403
|
+
[flex-md="75"] {
|
1404
|
+
-webkit-flex: 0 0 75%;
|
1405
|
+
-ms-flex: 0 0 75%;
|
1406
|
+
flex: 0 0 75%; }
|
1407
|
+
|
1408
|
+
[layout="row"] > [flex-md="75"] {
|
1409
|
+
max-width: 75%; }
|
1410
|
+
|
1411
|
+
[layout="column"] > [flex-md="75"] {
|
1412
|
+
max-height: 75%; }
|
1413
|
+
|
1414
|
+
[flex-md="80"] {
|
1415
|
+
-webkit-flex: 0 0 80%;
|
1416
|
+
-ms-flex: 0 0 80%;
|
1417
|
+
flex: 0 0 80%; }
|
1418
|
+
|
1419
|
+
[layout="row"] > [flex-md="80"] {
|
1420
|
+
max-width: 80%; }
|
1421
|
+
|
1422
|
+
[layout="column"] > [flex-md="80"] {
|
1423
|
+
max-height: 80%; }
|
1424
|
+
|
1425
|
+
[flex-md="85"] {
|
1426
|
+
-webkit-flex: 0 0 85%;
|
1427
|
+
-ms-flex: 0 0 85%;
|
1428
|
+
flex: 0 0 85%; }
|
1429
|
+
|
1430
|
+
[layout="row"] > [flex-md="85"] {
|
1431
|
+
max-width: 85%; }
|
1432
|
+
|
1433
|
+
[layout="column"] > [flex-md="85"] {
|
1434
|
+
max-height: 85%; }
|
1435
|
+
|
1436
|
+
[flex-md="90"] {
|
1437
|
+
-webkit-flex: 0 0 90%;
|
1438
|
+
-ms-flex: 0 0 90%;
|
1439
|
+
flex: 0 0 90%; }
|
1440
|
+
|
1441
|
+
[layout="row"] > [flex-md="90"] {
|
1442
|
+
max-width: 90%; }
|
1443
|
+
|
1444
|
+
[layout="column"] > [flex-md="90"] {
|
1445
|
+
max-height: 90%; }
|
1446
|
+
|
1447
|
+
[flex-md="95"] {
|
1448
|
+
-webkit-flex: 0 0 95%;
|
1449
|
+
-ms-flex: 0 0 95%;
|
1450
|
+
flex: 0 0 95%; }
|
1451
|
+
|
1452
|
+
[layout="row"] > [flex-md="95"] {
|
1453
|
+
max-width: 95%; }
|
1454
|
+
|
1455
|
+
[layout="column"] > [flex-md="95"] {
|
1456
|
+
max-height: 95%; }
|
1457
|
+
|
1458
|
+
[flex-md="100"] {
|
1459
|
+
-webkit-flex: 0 0 100%;
|
1460
|
+
-ms-flex: 0 0 100%;
|
1461
|
+
flex: 0 0 100%; }
|
1462
|
+
|
1463
|
+
[layout="row"] > [flex-md="100"] {
|
1464
|
+
max-width: 100%; }
|
1465
|
+
|
1466
|
+
[layout="column"] > [flex-md="100"] {
|
1467
|
+
max-height: 100%; }
|
1468
|
+
|
1469
|
+
[layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="34"] {
|
1470
|
+
-webkit-flex: 0 0 33.33%;
|
1471
|
+
-ms-flex: 0 0 33.33%;
|
1472
|
+
flex: 0 0 33.33%;
|
1473
|
+
max-width: 33.33%; }
|
1474
|
+
[layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="67"] {
|
1475
|
+
-webkit-flex: 0 0 66.66%;
|
1476
|
+
-ms-flex: 0 0 66.66%;
|
1477
|
+
flex: 0 0 66.66%;
|
1478
|
+
max-width: 66.66%; }
|
1479
|
+
|
1480
|
+
[layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="34"] {
|
1481
|
+
-webkit-flex: 0 0 33.33%;
|
1482
|
+
-ms-flex: 0 0 33.33%;
|
1483
|
+
flex: 0 0 33.33%;
|
1484
|
+
max-height: 33.33%; }
|
1485
|
+
[layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="67"] {
|
1486
|
+
-webkit-flex: 0 0 66.66%;
|
1487
|
+
-ms-flex: 0 0 66.66%;
|
1488
|
+
flex: 0 0 66.66%;
|
1489
|
+
max-height: 66.66%; }
|
1490
|
+
}
|
1491
|
+
|
1492
|
+
@media (min-width: 960px) {
|
1493
|
+
[flex-order-gt-md="0"] {
|
1494
|
+
-webkit-order: 0;
|
1495
|
+
-ms-flex-order: 0;
|
1496
|
+
order: 0; }
|
1497
|
+
|
1498
|
+
[flex-order-gt-md="1"] {
|
1499
|
+
-webkit-order: 1;
|
1500
|
+
-ms-flex-order: 1;
|
1501
|
+
order: 1; }
|
1502
|
+
|
1503
|
+
[flex-order-gt-md="2"] {
|
1504
|
+
-webkit-order: 2;
|
1505
|
+
-ms-flex-order: 2;
|
1506
|
+
order: 2; }
|
1507
|
+
|
1508
|
+
[flex-order-gt-md="3"] {
|
1509
|
+
-webkit-order: 3;
|
1510
|
+
-ms-flex-order: 3;
|
1511
|
+
order: 3; }
|
1512
|
+
|
1513
|
+
[flex-order-gt-md="4"] {
|
1514
|
+
-webkit-order: 4;
|
1515
|
+
-ms-flex-order: 4;
|
1516
|
+
order: 4; }
|
1517
|
+
|
1518
|
+
[flex-order-gt-md="5"] {
|
1519
|
+
-webkit-order: 5;
|
1520
|
+
-ms-flex-order: 5;
|
1521
|
+
order: 5; }
|
1522
|
+
|
1523
|
+
[flex-order-gt-md="6"] {
|
1524
|
+
-webkit-order: 6;
|
1525
|
+
-ms-flex-order: 6;
|
1526
|
+
order: 6; }
|
1527
|
+
|
1528
|
+
[flex-order-gt-md="7"] {
|
1529
|
+
-webkit-order: 7;
|
1530
|
+
-ms-flex-order: 7;
|
1531
|
+
order: 7; }
|
1532
|
+
|
1533
|
+
[flex-order-gt-md="8"] {
|
1534
|
+
-webkit-order: 8;
|
1535
|
+
-ms-flex-order: 8;
|
1536
|
+
order: 8; }
|
1537
|
+
|
1538
|
+
[flex-order-gt-md="9"] {
|
1539
|
+
-webkit-order: 9;
|
1540
|
+
-ms-flex-order: 9;
|
1541
|
+
order: 9; }
|
1542
|
+
|
1543
|
+
[layout-align-gt-md="center"], [layout-align-gt-md="center center"], [layout-align-gt-md="center start"], [layout-align-gt-md="center end"] {
|
1544
|
+
-webkit-justify-content: center;
|
1545
|
+
-ms-flex-pack: center;
|
1546
|
+
justify-content: center; }
|
1547
|
+
|
1548
|
+
[layout-align-gt-md="end"], [layout-align-gt-md="end center"], [layout-align-gt-md="end start"], [layout-align-gt-md="end end"] {
|
1549
|
+
-webkit-justify-content: flex-end;
|
1550
|
+
-ms-flex-pack: end;
|
1551
|
+
justify-content: flex-end; }
|
1552
|
+
|
1553
|
+
[layout-align-gt-md="space-around"], [layout-align-gt-md="space-around center"], [layout-align-gt-md="space-around start"], [layout-align-gt-md="space-around end"] {
|
1554
|
+
-webkit-justify-content: space-around;
|
1555
|
+
-ms-flex-pack: distribute;
|
1556
|
+
justify-content: space-around; }
|
1557
|
+
|
1558
|
+
[layout-align-gt-md="space-between"], [layout-align-gt-md="space-between center"], [layout-align-gt-md="space-between start"], [layout-align-gt-md="space-between end"] {
|
1559
|
+
-webkit-justify-content: space-between;
|
1560
|
+
-ms-flex-pack: justify;
|
1561
|
+
justify-content: space-between; }
|
1562
|
+
|
1563
|
+
[layout-align-gt-md="center center"], [layout-align-gt-md="start center"], [layout-align-gt-md="end center"], [layout-align-gt-md="space-between center"], [layout-align-gt-md="space-around center"] {
|
1564
|
+
-webkit-align-items: center;
|
1565
|
+
-ms-flex-align: center;
|
1566
|
+
align-items: center; }
|
1567
|
+
|
1568
|
+
[layout-align-gt-md="center start"], [layout-align-gt-md="start start"], [layout-align-gt-md="end start"], [layout-align-gt-md="space-between start"], [layout-align-gt-md="space-around start"] {
|
1569
|
+
-webkit-align-items: flex-start;
|
1570
|
+
-ms-flex-align: start;
|
1571
|
+
align-items: flex-start; }
|
1572
|
+
|
1573
|
+
[layout-align-gt-md="center end"], [layout-align-gt-md="start end"], [layout-align-gt-md="end end"], [layout-align-gt-md="space-between end"], [layout-align-gt-md="space-around end"] {
|
1574
|
+
-webkit-align-items: flex-end;
|
1575
|
+
-ms-flex-align: end;
|
1576
|
+
align-items: flex-end; }
|
1577
|
+
|
1578
|
+
[layout-gt-md] {
|
1579
|
+
box-sizing: border-box;
|
1580
|
+
display: -webkit-flex;
|
1581
|
+
display: -ms-flexbox;
|
1582
|
+
display: flex; }
|
1583
|
+
|
1584
|
+
[layout-gt-md=column] {
|
1585
|
+
-webkit-flex-direction: column;
|
1586
|
+
-ms-flex-direction: column;
|
1587
|
+
flex-direction: column; }
|
1588
|
+
|
1589
|
+
[layout-gt-md=row] {
|
1590
|
+
-webkit-flex-direction: row;
|
1591
|
+
-ms-flex-direction: row;
|
1592
|
+
flex-direction: row; }
|
1593
|
+
|
1594
|
+
[flex-gt-md] {
|
1595
|
+
-webkit-flex: 1;
|
1596
|
+
-ms-flex: 1;
|
1597
|
+
flex: 1; }
|
1598
|
+
|
1599
|
+
[flex-gt-md="0"] {
|
1600
|
+
-webkit-flex: 0 0 0%;
|
1601
|
+
-ms-flex: 0 0 0%;
|
1602
|
+
flex: 0 0 0%; }
|
1603
|
+
|
1604
|
+
[layout="row"] > [flex-gt-md="0"] {
|
1605
|
+
max-width: 0%; }
|
1606
|
+
|
1607
|
+
[layout="column"] > [flex-gt-md="0"] {
|
1608
|
+
max-height: 0%; }
|
1609
|
+
|
1610
|
+
[flex-gt-md="5"] {
|
1611
|
+
-webkit-flex: 0 0 5%;
|
1612
|
+
-ms-flex: 0 0 5%;
|
1613
|
+
flex: 0 0 5%; }
|
1614
|
+
|
1615
|
+
[layout="row"] > [flex-gt-md="5"] {
|
1616
|
+
max-width: 5%; }
|
1617
|
+
|
1618
|
+
[layout="column"] > [flex-gt-md="5"] {
|
1619
|
+
max-height: 5%; }
|
1620
|
+
|
1621
|
+
[flex-gt-md="10"] {
|
1622
|
+
-webkit-flex: 0 0 10%;
|
1623
|
+
-ms-flex: 0 0 10%;
|
1624
|
+
flex: 0 0 10%; }
|
1625
|
+
|
1626
|
+
[layout="row"] > [flex-gt-md="10"] {
|
1627
|
+
max-width: 10%; }
|
1628
|
+
|
1629
|
+
[layout="column"] > [flex-gt-md="10"] {
|
1630
|
+
max-height: 10%; }
|
1631
|
+
|
1632
|
+
[flex-gt-md="15"] {
|
1633
|
+
-webkit-flex: 0 0 15%;
|
1634
|
+
-ms-flex: 0 0 15%;
|
1635
|
+
flex: 0 0 15%; }
|
1636
|
+
|
1637
|
+
[layout="row"] > [flex-gt-md="15"] {
|
1638
|
+
max-width: 15%; }
|
1639
|
+
|
1640
|
+
[layout="column"] > [flex-gt-md="15"] {
|
1641
|
+
max-height: 15%; }
|
1642
|
+
|
1643
|
+
[flex-gt-md="20"] {
|
1644
|
+
-webkit-flex: 0 0 20%;
|
1645
|
+
-ms-flex: 0 0 20%;
|
1646
|
+
flex: 0 0 20%; }
|
1647
|
+
|
1648
|
+
[layout="row"] > [flex-gt-md="20"] {
|
1649
|
+
max-width: 20%; }
|
1650
|
+
|
1651
|
+
[layout="column"] > [flex-gt-md="20"] {
|
1652
|
+
max-height: 20%; }
|
1653
|
+
|
1654
|
+
[flex-gt-md="25"] {
|
1655
|
+
-webkit-flex: 0 0 25%;
|
1656
|
+
-ms-flex: 0 0 25%;
|
1657
|
+
flex: 0 0 25%; }
|
1658
|
+
|
1659
|
+
[layout="row"] > [flex-gt-md="25"] {
|
1660
|
+
max-width: 25%; }
|
1661
|
+
|
1662
|
+
[layout="column"] > [flex-gt-md="25"] {
|
1663
|
+
max-height: 25%; }
|
1664
|
+
|
1665
|
+
[flex-gt-md="30"] {
|
1666
|
+
-webkit-flex: 0 0 30%;
|
1667
|
+
-ms-flex: 0 0 30%;
|
1668
|
+
flex: 0 0 30%; }
|
1669
|
+
|
1670
|
+
[layout="row"] > [flex-gt-md="30"] {
|
1671
|
+
max-width: 30%; }
|
1672
|
+
|
1673
|
+
[layout="column"] > [flex-gt-md="30"] {
|
1674
|
+
max-height: 30%; }
|
1675
|
+
|
1676
|
+
[flex-gt-md="35"] {
|
1677
|
+
-webkit-flex: 0 0 35%;
|
1678
|
+
-ms-flex: 0 0 35%;
|
1679
|
+
flex: 0 0 35%; }
|
1680
|
+
|
1681
|
+
[layout="row"] > [flex-gt-md="35"] {
|
1682
|
+
max-width: 35%; }
|
1683
|
+
|
1684
|
+
[layout="column"] > [flex-gt-md="35"] {
|
1685
|
+
max-height: 35%; }
|
1686
|
+
|
1687
|
+
[flex-gt-md="40"] {
|
1688
|
+
-webkit-flex: 0 0 40%;
|
1689
|
+
-ms-flex: 0 0 40%;
|
1690
|
+
flex: 0 0 40%; }
|
1691
|
+
|
1692
|
+
[layout="row"] > [flex-gt-md="40"] {
|
1693
|
+
max-width: 40%; }
|
1694
|
+
|
1695
|
+
[layout="column"] > [flex-gt-md="40"] {
|
1696
|
+
max-height: 40%; }
|
1697
|
+
|
1698
|
+
[flex-gt-md="45"] {
|
1699
|
+
-webkit-flex: 0 0 45%;
|
1700
|
+
-ms-flex: 0 0 45%;
|
1701
|
+
flex: 0 0 45%; }
|
1702
|
+
|
1703
|
+
[layout="row"] > [flex-gt-md="45"] {
|
1704
|
+
max-width: 45%; }
|
1705
|
+
|
1706
|
+
[layout="column"] > [flex-gt-md="45"] {
|
1707
|
+
max-height: 45%; }
|
1708
|
+
|
1709
|
+
[flex-gt-md="50"] {
|
1710
|
+
-webkit-flex: 0 0 50%;
|
1711
|
+
-ms-flex: 0 0 50%;
|
1712
|
+
flex: 0 0 50%; }
|
1713
|
+
|
1714
|
+
[layout="row"] > [flex-gt-md="50"] {
|
1715
|
+
max-width: 50%; }
|
1716
|
+
|
1717
|
+
[layout="column"] > [flex-gt-md="50"] {
|
1718
|
+
max-height: 50%; }
|
1719
|
+
|
1720
|
+
[flex-gt-md="55"] {
|
1721
|
+
-webkit-flex: 0 0 55%;
|
1722
|
+
-ms-flex: 0 0 55%;
|
1723
|
+
flex: 0 0 55%; }
|
1724
|
+
|
1725
|
+
[layout="row"] > [flex-gt-md="55"] {
|
1726
|
+
max-width: 55%; }
|
1727
|
+
|
1728
|
+
[layout="column"] > [flex-gt-md="55"] {
|
1729
|
+
max-height: 55%; }
|
1730
|
+
|
1731
|
+
[flex-gt-md="60"] {
|
1732
|
+
-webkit-flex: 0 0 60%;
|
1733
|
+
-ms-flex: 0 0 60%;
|
1734
|
+
flex: 0 0 60%; }
|
1735
|
+
|
1736
|
+
[layout="row"] > [flex-gt-md="60"] {
|
1737
|
+
max-width: 60%; }
|
1738
|
+
|
1739
|
+
[layout="column"] > [flex-gt-md="60"] {
|
1740
|
+
max-height: 60%; }
|
1741
|
+
|
1742
|
+
[flex-gt-md="65"] {
|
1743
|
+
-webkit-flex: 0 0 65%;
|
1744
|
+
-ms-flex: 0 0 65%;
|
1745
|
+
flex: 0 0 65%; }
|
1746
|
+
|
1747
|
+
[layout="row"] > [flex-gt-md="65"] {
|
1748
|
+
max-width: 65%; }
|
1749
|
+
|
1750
|
+
[layout="column"] > [flex-gt-md="65"] {
|
1751
|
+
max-height: 65%; }
|
1752
|
+
|
1753
|
+
[flex-gt-md="70"] {
|
1754
|
+
-webkit-flex: 0 0 70%;
|
1755
|
+
-ms-flex: 0 0 70%;
|
1756
|
+
flex: 0 0 70%; }
|
1757
|
+
|
1758
|
+
[layout="row"] > [flex-gt-md="70"] {
|
1759
|
+
max-width: 70%; }
|
1760
|
+
|
1761
|
+
[layout="column"] > [flex-gt-md="70"] {
|
1762
|
+
max-height: 70%; }
|
1763
|
+
|
1764
|
+
[flex-gt-md="75"] {
|
1765
|
+
-webkit-flex: 0 0 75%;
|
1766
|
+
-ms-flex: 0 0 75%;
|
1767
|
+
flex: 0 0 75%; }
|
1768
|
+
|
1769
|
+
[layout="row"] > [flex-gt-md="75"] {
|
1770
|
+
max-width: 75%; }
|
1771
|
+
|
1772
|
+
[layout="column"] > [flex-gt-md="75"] {
|
1773
|
+
max-height: 75%; }
|
1774
|
+
|
1775
|
+
[flex-gt-md="80"] {
|
1776
|
+
-webkit-flex: 0 0 80%;
|
1777
|
+
-ms-flex: 0 0 80%;
|
1778
|
+
flex: 0 0 80%; }
|
1779
|
+
|
1780
|
+
[layout="row"] > [flex-gt-md="80"] {
|
1781
|
+
max-width: 80%; }
|
1782
|
+
|
1783
|
+
[layout="column"] > [flex-gt-md="80"] {
|
1784
|
+
max-height: 80%; }
|
1785
|
+
|
1786
|
+
[flex-gt-md="85"] {
|
1787
|
+
-webkit-flex: 0 0 85%;
|
1788
|
+
-ms-flex: 0 0 85%;
|
1789
|
+
flex: 0 0 85%; }
|
1790
|
+
|
1791
|
+
[layout="row"] > [flex-gt-md="85"] {
|
1792
|
+
max-width: 85%; }
|
1793
|
+
|
1794
|
+
[layout="column"] > [flex-gt-md="85"] {
|
1795
|
+
max-height: 85%; }
|
1796
|
+
|
1797
|
+
[flex-gt-md="90"] {
|
1798
|
+
-webkit-flex: 0 0 90%;
|
1799
|
+
-ms-flex: 0 0 90%;
|
1800
|
+
flex: 0 0 90%; }
|
1801
|
+
|
1802
|
+
[layout="row"] > [flex-gt-md="90"] {
|
1803
|
+
max-width: 90%; }
|
1804
|
+
|
1805
|
+
[layout="column"] > [flex-gt-md="90"] {
|
1806
|
+
max-height: 90%; }
|
1807
|
+
|
1808
|
+
[flex-gt-md="95"] {
|
1809
|
+
-webkit-flex: 0 0 95%;
|
1810
|
+
-ms-flex: 0 0 95%;
|
1811
|
+
flex: 0 0 95%; }
|
1812
|
+
|
1813
|
+
[layout="row"] > [flex-gt-md="95"] {
|
1814
|
+
max-width: 95%; }
|
1815
|
+
|
1816
|
+
[layout="column"] > [flex-gt-md="95"] {
|
1817
|
+
max-height: 95%; }
|
1818
|
+
|
1819
|
+
[flex-gt-md="100"] {
|
1820
|
+
-webkit-flex: 0 0 100%;
|
1821
|
+
-ms-flex: 0 0 100%;
|
1822
|
+
flex: 0 0 100%; }
|
1823
|
+
|
1824
|
+
[layout="row"] > [flex-gt-md="100"] {
|
1825
|
+
max-width: 100%; }
|
1826
|
+
|
1827
|
+
[layout="column"] > [flex-gt-md="100"] {
|
1828
|
+
max-height: 100%; }
|
1829
|
+
|
1830
|
+
[layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="34"] {
|
1831
|
+
-webkit-flex: 0 0 33.33%;
|
1832
|
+
-ms-flex: 0 0 33.33%;
|
1833
|
+
flex: 0 0 33.33%;
|
1834
|
+
max-width: 33.33%; }
|
1835
|
+
[layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="67"] {
|
1836
|
+
-webkit-flex: 0 0 66.66%;
|
1837
|
+
-ms-flex: 0 0 66.66%;
|
1838
|
+
flex: 0 0 66.66%;
|
1839
|
+
max-width: 66.66%; }
|
1840
|
+
|
1841
|
+
[layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="34"] {
|
1842
|
+
-webkit-flex: 0 0 33.33%;
|
1843
|
+
-ms-flex: 0 0 33.33%;
|
1844
|
+
flex: 0 0 33.33%;
|
1845
|
+
max-height: 33.33%; }
|
1846
|
+
[layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="67"] {
|
1847
|
+
-webkit-flex: 0 0 66.66%;
|
1848
|
+
-ms-flex: 0 0 66.66%;
|
1849
|
+
flex: 0 0 66.66%;
|
1850
|
+
max-height: 66.66%; }
|
1851
|
+
}
|
1852
|
+
|
1853
|
+
@media (min-width: 960px) and (max-width: 1200px) {
|
1854
|
+
[hide]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
|
1855
|
+
display: none; }
|
1856
|
+
|
1857
|
+
[hide-lg]:not([show-lg]):not([show]) {
|
1858
|
+
display: none; }
|
1859
|
+
|
1860
|
+
[flex-order-lg="0"] {
|
1861
|
+
-webkit-order: 0;
|
1862
|
+
-ms-flex-order: 0;
|
1863
|
+
order: 0; }
|
1864
|
+
|
1865
|
+
[flex-order-lg="1"] {
|
1866
|
+
-webkit-order: 1;
|
1867
|
+
-ms-flex-order: 1;
|
1868
|
+
order: 1; }
|
1869
|
+
|
1870
|
+
[flex-order-lg="2"] {
|
1871
|
+
-webkit-order: 2;
|
1872
|
+
-ms-flex-order: 2;
|
1873
|
+
order: 2; }
|
1874
|
+
|
1875
|
+
[flex-order-lg="3"] {
|
1876
|
+
-webkit-order: 3;
|
1877
|
+
-ms-flex-order: 3;
|
1878
|
+
order: 3; }
|
1879
|
+
|
1880
|
+
[flex-order-lg="4"] {
|
1881
|
+
-webkit-order: 4;
|
1882
|
+
-ms-flex-order: 4;
|
1883
|
+
order: 4; }
|
1884
|
+
|
1885
|
+
[flex-order-lg="5"] {
|
1886
|
+
-webkit-order: 5;
|
1887
|
+
-ms-flex-order: 5;
|
1888
|
+
order: 5; }
|
1889
|
+
|
1890
|
+
[flex-order-lg="6"] {
|
1891
|
+
-webkit-order: 6;
|
1892
|
+
-ms-flex-order: 6;
|
1893
|
+
order: 6; }
|
1894
|
+
|
1895
|
+
[flex-order-lg="7"] {
|
1896
|
+
-webkit-order: 7;
|
1897
|
+
-ms-flex-order: 7;
|
1898
|
+
order: 7; }
|
1899
|
+
|
1900
|
+
[flex-order-lg="8"] {
|
1901
|
+
-webkit-order: 8;
|
1902
|
+
-ms-flex-order: 8;
|
1903
|
+
order: 8; }
|
1904
|
+
|
1905
|
+
[flex-order-lg="9"] {
|
1906
|
+
-webkit-order: 9;
|
1907
|
+
-ms-flex-order: 9;
|
1908
|
+
order: 9; }
|
1909
|
+
|
1910
|
+
[layout-align-lg="center"], [layout-align-lg="center center"], [layout-align-lg="center start"], [layout-align-lg="center end"] {
|
1911
|
+
-webkit-justify-content: center;
|
1912
|
+
-ms-flex-pack: center;
|
1913
|
+
justify-content: center; }
|
1914
|
+
|
1915
|
+
[layout-align-lg="end"], [layout-align-lg="end center"], [layout-align-lg="end start"], [layout-align-lg="end end"] {
|
1916
|
+
-webkit-justify-content: flex-end;
|
1917
|
+
-ms-flex-pack: end;
|
1918
|
+
justify-content: flex-end; }
|
1919
|
+
|
1920
|
+
[layout-align-lg="space-around"], [layout-align-lg="space-around center"], [layout-align-lg="space-around start"], [layout-align-lg="space-around end"] {
|
1921
|
+
-webkit-justify-content: space-around;
|
1922
|
+
-ms-flex-pack: distribute;
|
1923
|
+
justify-content: space-around; }
|
1924
|
+
|
1925
|
+
[layout-align-lg="space-between"], [layout-align-lg="space-between center"], [layout-align-lg="space-between start"], [layout-align-lg="space-between end"] {
|
1926
|
+
-webkit-justify-content: space-between;
|
1927
|
+
-ms-flex-pack: justify;
|
1928
|
+
justify-content: space-between; }
|
1929
|
+
|
1930
|
+
[layout-align-lg="center center"], [layout-align-lg="start center"], [layout-align-lg="end center"], [layout-align-lg="space-between center"], [layout-align-lg="space-around center"] {
|
1931
|
+
-webkit-align-items: center;
|
1932
|
+
-ms-flex-align: center;
|
1933
|
+
align-items: center; }
|
1934
|
+
|
1935
|
+
[layout-align-lg="center start"], [layout-align-lg="start start"], [layout-align-lg="end start"], [layout-align-lg="space-between start"], [layout-align-lg="space-around start"] {
|
1936
|
+
-webkit-align-items: flex-start;
|
1937
|
+
-ms-flex-align: start;
|
1938
|
+
align-items: flex-start; }
|
1939
|
+
|
1940
|
+
[layout-align-lg="center end"], [layout-align-lg="start end"], [layout-align-lg="end end"], [layout-align-lg="space-between end"], [layout-align-lg="space-around end"] {
|
1941
|
+
-webkit-align-items: flex-end;
|
1942
|
+
-ms-flex-align: end;
|
1943
|
+
align-items: flex-end; }
|
1944
|
+
|
1945
|
+
[layout-lg] {
|
1946
|
+
box-sizing: border-box;
|
1947
|
+
display: -webkit-flex;
|
1948
|
+
display: -ms-flexbox;
|
1949
|
+
display: flex; }
|
1950
|
+
|
1951
|
+
[layout-lg=column] {
|
1952
|
+
-webkit-flex-direction: column;
|
1953
|
+
-ms-flex-direction: column;
|
1954
|
+
flex-direction: column; }
|
1955
|
+
|
1956
|
+
[layout-lg=row] {
|
1957
|
+
-webkit-flex-direction: row;
|
1958
|
+
-ms-flex-direction: row;
|
1959
|
+
flex-direction: row; }
|
1960
|
+
|
1961
|
+
[flex-lg] {
|
1962
|
+
-webkit-flex: 1;
|
1963
|
+
-ms-flex: 1;
|
1964
|
+
flex: 1; }
|
1965
|
+
|
1966
|
+
[flex-lg="0"] {
|
1967
|
+
-webkit-flex: 0 0 0%;
|
1968
|
+
-ms-flex: 0 0 0%;
|
1969
|
+
flex: 0 0 0%; }
|
1970
|
+
|
1971
|
+
[layout="row"] > [flex-lg="0"] {
|
1972
|
+
max-width: 0%; }
|
1973
|
+
|
1974
|
+
[layout="column"] > [flex-lg="0"] {
|
1975
|
+
max-height: 0%; }
|
1976
|
+
|
1977
|
+
[flex-lg="5"] {
|
1978
|
+
-webkit-flex: 0 0 5%;
|
1979
|
+
-ms-flex: 0 0 5%;
|
1980
|
+
flex: 0 0 5%; }
|
1981
|
+
|
1982
|
+
[layout="row"] > [flex-lg="5"] {
|
1983
|
+
max-width: 5%; }
|
1984
|
+
|
1985
|
+
[layout="column"] > [flex-lg="5"] {
|
1986
|
+
max-height: 5%; }
|
1987
|
+
|
1988
|
+
[flex-lg="10"] {
|
1989
|
+
-webkit-flex: 0 0 10%;
|
1990
|
+
-ms-flex: 0 0 10%;
|
1991
|
+
flex: 0 0 10%; }
|
1992
|
+
|
1993
|
+
[layout="row"] > [flex-lg="10"] {
|
1994
|
+
max-width: 10%; }
|
1995
|
+
|
1996
|
+
[layout="column"] > [flex-lg="10"] {
|
1997
|
+
max-height: 10%; }
|
1998
|
+
|
1999
|
+
[flex-lg="15"] {
|
2000
|
+
-webkit-flex: 0 0 15%;
|
2001
|
+
-ms-flex: 0 0 15%;
|
2002
|
+
flex: 0 0 15%; }
|
2003
|
+
|
2004
|
+
[layout="row"] > [flex-lg="15"] {
|
2005
|
+
max-width: 15%; }
|
2006
|
+
|
2007
|
+
[layout="column"] > [flex-lg="15"] {
|
2008
|
+
max-height: 15%; }
|
2009
|
+
|
2010
|
+
[flex-lg="20"] {
|
2011
|
+
-webkit-flex: 0 0 20%;
|
2012
|
+
-ms-flex: 0 0 20%;
|
2013
|
+
flex: 0 0 20%; }
|
2014
|
+
|
2015
|
+
[layout="row"] > [flex-lg="20"] {
|
2016
|
+
max-width: 20%; }
|
2017
|
+
|
2018
|
+
[layout="column"] > [flex-lg="20"] {
|
2019
|
+
max-height: 20%; }
|
2020
|
+
|
2021
|
+
[flex-lg="25"] {
|
2022
|
+
-webkit-flex: 0 0 25%;
|
2023
|
+
-ms-flex: 0 0 25%;
|
2024
|
+
flex: 0 0 25%; }
|
2025
|
+
|
2026
|
+
[layout="row"] > [flex-lg="25"] {
|
2027
|
+
max-width: 25%; }
|
2028
|
+
|
2029
|
+
[layout="column"] > [flex-lg="25"] {
|
2030
|
+
max-height: 25%; }
|
2031
|
+
|
2032
|
+
[flex-lg="30"] {
|
2033
|
+
-webkit-flex: 0 0 30%;
|
2034
|
+
-ms-flex: 0 0 30%;
|
2035
|
+
flex: 0 0 30%; }
|
2036
|
+
|
2037
|
+
[layout="row"] > [flex-lg="30"] {
|
2038
|
+
max-width: 30%; }
|
2039
|
+
|
2040
|
+
[layout="column"] > [flex-lg="30"] {
|
2041
|
+
max-height: 30%; }
|
2042
|
+
|
2043
|
+
[flex-lg="35"] {
|
2044
|
+
-webkit-flex: 0 0 35%;
|
2045
|
+
-ms-flex: 0 0 35%;
|
2046
|
+
flex: 0 0 35%; }
|
2047
|
+
|
2048
|
+
[layout="row"] > [flex-lg="35"] {
|
2049
|
+
max-width: 35%; }
|
2050
|
+
|
2051
|
+
[layout="column"] > [flex-lg="35"] {
|
2052
|
+
max-height: 35%; }
|
2053
|
+
|
2054
|
+
[flex-lg="40"] {
|
2055
|
+
-webkit-flex: 0 0 40%;
|
2056
|
+
-ms-flex: 0 0 40%;
|
2057
|
+
flex: 0 0 40%; }
|
2058
|
+
|
2059
|
+
[layout="row"] > [flex-lg="40"] {
|
2060
|
+
max-width: 40%; }
|
2061
|
+
|
2062
|
+
[layout="column"] > [flex-lg="40"] {
|
2063
|
+
max-height: 40%; }
|
2064
|
+
|
2065
|
+
[flex-lg="45"] {
|
2066
|
+
-webkit-flex: 0 0 45%;
|
2067
|
+
-ms-flex: 0 0 45%;
|
2068
|
+
flex: 0 0 45%; }
|
2069
|
+
|
2070
|
+
[layout="row"] > [flex-lg="45"] {
|
2071
|
+
max-width: 45%; }
|
2072
|
+
|
2073
|
+
[layout="column"] > [flex-lg="45"] {
|
2074
|
+
max-height: 45%; }
|
2075
|
+
|
2076
|
+
[flex-lg="50"] {
|
2077
|
+
-webkit-flex: 0 0 50%;
|
2078
|
+
-ms-flex: 0 0 50%;
|
2079
|
+
flex: 0 0 50%; }
|
2080
|
+
|
2081
|
+
[layout="row"] > [flex-lg="50"] {
|
2082
|
+
max-width: 50%; }
|
2083
|
+
|
2084
|
+
[layout="column"] > [flex-lg="50"] {
|
2085
|
+
max-height: 50%; }
|
2086
|
+
|
2087
|
+
[flex-lg="55"] {
|
2088
|
+
-webkit-flex: 0 0 55%;
|
2089
|
+
-ms-flex: 0 0 55%;
|
2090
|
+
flex: 0 0 55%; }
|
2091
|
+
|
2092
|
+
[layout="row"] > [flex-lg="55"] {
|
2093
|
+
max-width: 55%; }
|
2094
|
+
|
2095
|
+
[layout="column"] > [flex-lg="55"] {
|
2096
|
+
max-height: 55%; }
|
2097
|
+
|
2098
|
+
[flex-lg="60"] {
|
2099
|
+
-webkit-flex: 0 0 60%;
|
2100
|
+
-ms-flex: 0 0 60%;
|
2101
|
+
flex: 0 0 60%; }
|
2102
|
+
|
2103
|
+
[layout="row"] > [flex-lg="60"] {
|
2104
|
+
max-width: 60%; }
|
2105
|
+
|
2106
|
+
[layout="column"] > [flex-lg="60"] {
|
2107
|
+
max-height: 60%; }
|
2108
|
+
|
2109
|
+
[flex-lg="65"] {
|
2110
|
+
-webkit-flex: 0 0 65%;
|
2111
|
+
-ms-flex: 0 0 65%;
|
2112
|
+
flex: 0 0 65%; }
|
2113
|
+
|
2114
|
+
[layout="row"] > [flex-lg="65"] {
|
2115
|
+
max-width: 65%; }
|
2116
|
+
|
2117
|
+
[layout="column"] > [flex-lg="65"] {
|
2118
|
+
max-height: 65%; }
|
2119
|
+
|
2120
|
+
[flex-lg="70"] {
|
2121
|
+
-webkit-flex: 0 0 70%;
|
2122
|
+
-ms-flex: 0 0 70%;
|
2123
|
+
flex: 0 0 70%; }
|
2124
|
+
|
2125
|
+
[layout="row"] > [flex-lg="70"] {
|
2126
|
+
max-width: 70%; }
|
2127
|
+
|
2128
|
+
[layout="column"] > [flex-lg="70"] {
|
2129
|
+
max-height: 70%; }
|
2130
|
+
|
2131
|
+
[flex-lg="75"] {
|
2132
|
+
-webkit-flex: 0 0 75%;
|
2133
|
+
-ms-flex: 0 0 75%;
|
2134
|
+
flex: 0 0 75%; }
|
2135
|
+
|
2136
|
+
[layout="row"] > [flex-lg="75"] {
|
2137
|
+
max-width: 75%; }
|
2138
|
+
|
2139
|
+
[layout="column"] > [flex-lg="75"] {
|
2140
|
+
max-height: 75%; }
|
2141
|
+
|
2142
|
+
[flex-lg="80"] {
|
2143
|
+
-webkit-flex: 0 0 80%;
|
2144
|
+
-ms-flex: 0 0 80%;
|
2145
|
+
flex: 0 0 80%; }
|
2146
|
+
|
2147
|
+
[layout="row"] > [flex-lg="80"] {
|
2148
|
+
max-width: 80%; }
|
2149
|
+
|
2150
|
+
[layout="column"] > [flex-lg="80"] {
|
2151
|
+
max-height: 80%; }
|
2152
|
+
|
2153
|
+
[flex-lg="85"] {
|
2154
|
+
-webkit-flex: 0 0 85%;
|
2155
|
+
-ms-flex: 0 0 85%;
|
2156
|
+
flex: 0 0 85%; }
|
2157
|
+
|
2158
|
+
[layout="row"] > [flex-lg="85"] {
|
2159
|
+
max-width: 85%; }
|
2160
|
+
|
2161
|
+
[layout="column"] > [flex-lg="85"] {
|
2162
|
+
max-height: 85%; }
|
2163
|
+
|
2164
|
+
[flex-lg="90"] {
|
2165
|
+
-webkit-flex: 0 0 90%;
|
2166
|
+
-ms-flex: 0 0 90%;
|
2167
|
+
flex: 0 0 90%; }
|
2168
|
+
|
2169
|
+
[layout="row"] > [flex-lg="90"] {
|
2170
|
+
max-width: 90%; }
|
2171
|
+
|
2172
|
+
[layout="column"] > [flex-lg="90"] {
|
2173
|
+
max-height: 90%; }
|
2174
|
+
|
2175
|
+
[flex-lg="95"] {
|
2176
|
+
-webkit-flex: 0 0 95%;
|
2177
|
+
-ms-flex: 0 0 95%;
|
2178
|
+
flex: 0 0 95%; }
|
2179
|
+
|
2180
|
+
[layout="row"] > [flex-lg="95"] {
|
2181
|
+
max-width: 95%; }
|
2182
|
+
|
2183
|
+
[layout="column"] > [flex-lg="95"] {
|
2184
|
+
max-height: 95%; }
|
2185
|
+
|
2186
|
+
[flex-lg="100"] {
|
2187
|
+
-webkit-flex: 0 0 100%;
|
2188
|
+
-ms-flex: 0 0 100%;
|
2189
|
+
flex: 0 0 100%; }
|
2190
|
+
|
2191
|
+
[layout="row"] > [flex-lg="100"] {
|
2192
|
+
max-width: 100%; }
|
2193
|
+
|
2194
|
+
[layout="column"] > [flex-lg="100"] {
|
2195
|
+
max-height: 100%; }
|
2196
|
+
|
2197
|
+
[layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="34"] {
|
2198
|
+
-webkit-flex: 0 0 33.33%;
|
2199
|
+
-ms-flex: 0 0 33.33%;
|
2200
|
+
flex: 0 0 33.33%;
|
2201
|
+
max-width: 33.33%; }
|
2202
|
+
[layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="67"] {
|
2203
|
+
-webkit-flex: 0 0 66.66%;
|
2204
|
+
-ms-flex: 0 0 66.66%;
|
2205
|
+
flex: 0 0 66.66%;
|
2206
|
+
max-width: 66.66%; }
|
2207
|
+
|
2208
|
+
[layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="34"] {
|
2209
|
+
-webkit-flex: 0 0 33.33%;
|
2210
|
+
-ms-flex: 0 0 33.33%;
|
2211
|
+
flex: 0 0 33.33%;
|
2212
|
+
max-height: 33.33%; }
|
2213
|
+
[layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="67"] {
|
2214
|
+
-webkit-flex: 0 0 66.66%;
|
2215
|
+
-ms-flex: 0 0 66.66%;
|
2216
|
+
flex: 0 0 66.66%;
|
2217
|
+
max-height: 66.66%; }
|
2218
|
+
}
|
2219
|
+
|
2220
|
+
@media (min-width: 1200px) {
|
2221
|
+
[hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide-gt-lg]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]) {
|
2222
|
+
display: none; }
|
2223
|
+
|
2224
|
+
[flex-order-gt-lg="0"] {
|
2225
|
+
-webkit-order: 0;
|
2226
|
+
-ms-flex-order: 0;
|
2227
|
+
order: 0; }
|
2228
|
+
|
2229
|
+
[flex-order-gt-lg="1"] {
|
2230
|
+
-webkit-order: 1;
|
2231
|
+
-ms-flex-order: 1;
|
2232
|
+
order: 1; }
|
2233
|
+
|
2234
|
+
[flex-order-gt-lg="2"] {
|
2235
|
+
-webkit-order: 2;
|
2236
|
+
-ms-flex-order: 2;
|
2237
|
+
order: 2; }
|
2238
|
+
|
2239
|
+
[flex-order-gt-lg="3"] {
|
2240
|
+
-webkit-order: 3;
|
2241
|
+
-ms-flex-order: 3;
|
2242
|
+
order: 3; }
|
2243
|
+
|
2244
|
+
[flex-order-gt-lg="4"] {
|
2245
|
+
-webkit-order: 4;
|
2246
|
+
-ms-flex-order: 4;
|
2247
|
+
order: 4; }
|
2248
|
+
|
2249
|
+
[flex-order-gt-lg="5"] {
|
2250
|
+
-webkit-order: 5;
|
2251
|
+
-ms-flex-order: 5;
|
2252
|
+
order: 5; }
|
2253
|
+
|
2254
|
+
[flex-order-gt-lg="6"] {
|
2255
|
+
-webkit-order: 6;
|
2256
|
+
-ms-flex-order: 6;
|
2257
|
+
order: 6; }
|
2258
|
+
|
2259
|
+
[flex-order-gt-lg="7"] {
|
2260
|
+
-webkit-order: 7;
|
2261
|
+
-ms-flex-order: 7;
|
2262
|
+
order: 7; }
|
2263
|
+
|
2264
|
+
[flex-order-gt-lg="8"] {
|
2265
|
+
-webkit-order: 8;
|
2266
|
+
-ms-flex-order: 8;
|
2267
|
+
order: 8; }
|
2268
|
+
|
2269
|
+
[flex-order-gt-lg="9"] {
|
2270
|
+
-webkit-order: 9;
|
2271
|
+
-ms-flex-order: 9;
|
2272
|
+
order: 9; }
|
2273
|
+
|
2274
|
+
[layout-align-gt-lg="center"], [layout-align-gt-lg="center center"], [layout-align-gt-lg="center start"], [layout-align-gt-lg="center end"] {
|
2275
|
+
-webkit-justify-content: center;
|
2276
|
+
-ms-flex-pack: center;
|
2277
|
+
justify-content: center; }
|
2278
|
+
|
2279
|
+
[layout-align-gt-lg="end"], [layout-align-gt-lg="end center"], [layout-align-gt-lg="end start"], [layout-align-gt-lg="end end"] {
|
2280
|
+
-webkit-justify-content: flex-end;
|
2281
|
+
-ms-flex-pack: end;
|
2282
|
+
justify-content: flex-end; }
|
2283
|
+
|
2284
|
+
[layout-align-gt-lg="space-around"], [layout-align-gt-lg="space-around center"], [layout-align-gt-lg="space-around start"], [layout-align-gt-lg="space-around end"] {
|
2285
|
+
-webkit-justify-content: space-around;
|
2286
|
+
-ms-flex-pack: distribute;
|
2287
|
+
justify-content: space-around; }
|
2288
|
+
|
2289
|
+
[layout-align-gt-lg="space-between"], [layout-align-gt-lg="space-between center"], [layout-align-gt-lg="space-between start"], [layout-align-gt-lg="space-between end"] {
|
2290
|
+
-webkit-justify-content: space-between;
|
2291
|
+
-ms-flex-pack: justify;
|
2292
|
+
justify-content: space-between; }
|
2293
|
+
|
2294
|
+
[layout-align-gt-lg="center center"], [layout-align-gt-lg="start center"], [layout-align-gt-lg="end center"], [layout-align-gt-lg="space-between center"], [layout-align-gt-lg="space-around center"] {
|
2295
|
+
-webkit-align-items: center;
|
2296
|
+
-ms-flex-align: center;
|
2297
|
+
align-items: center; }
|
2298
|
+
|
2299
|
+
[layout-align-gt-lg="center start"], [layout-align-gt-lg="start start"], [layout-align-gt-lg="end start"], [layout-align-gt-lg="space-between start"], [layout-align-gt-lg="space-around start"] {
|
2300
|
+
-webkit-align-items: flex-start;
|
2301
|
+
-ms-flex-align: start;
|
2302
|
+
align-items: flex-start; }
|
2303
|
+
|
2304
|
+
[layout-align-gt-lg="center end"], [layout-align-gt-lg="start end"], [layout-align-gt-lg="end end"], [layout-align-gt-lg="space-between end"], [layout-align-gt-lg="space-around end"] {
|
2305
|
+
-webkit-align-items: flex-end;
|
2306
|
+
-ms-flex-align: end;
|
2307
|
+
align-items: flex-end; }
|
2308
|
+
|
2309
|
+
[layout-gt-lg] {
|
2310
|
+
box-sizing: border-box;
|
2311
|
+
display: -webkit-flex;
|
2312
|
+
display: -ms-flexbox;
|
2313
|
+
display: flex; }
|
2314
|
+
|
2315
|
+
[layout-gt-lg=column] {
|
2316
|
+
-webkit-flex-direction: column;
|
2317
|
+
-ms-flex-direction: column;
|
2318
|
+
flex-direction: column; }
|
2319
|
+
|
2320
|
+
[layout-gt-lg=row] {
|
2321
|
+
-webkit-flex-direction: row;
|
2322
|
+
-ms-flex-direction: row;
|
2323
|
+
flex-direction: row; }
|
2324
|
+
|
2325
|
+
[flex-gt-lg] {
|
2326
|
+
-webkit-flex: 1;
|
2327
|
+
-ms-flex: 1;
|
2328
|
+
flex: 1; }
|
2329
|
+
|
2330
|
+
[flex-gt-lg="0"] {
|
2331
|
+
-webkit-flex: 0 0 0%;
|
2332
|
+
-ms-flex: 0 0 0%;
|
2333
|
+
flex: 0 0 0%; }
|
2334
|
+
|
2335
|
+
[layout="row"] > [flex-gt-lg="0"] {
|
2336
|
+
max-width: 0%; }
|
2337
|
+
|
2338
|
+
[layout="column"] > [flex-gt-lg="0"] {
|
2339
|
+
max-height: 0%; }
|
2340
|
+
|
2341
|
+
[flex-gt-lg="5"] {
|
2342
|
+
-webkit-flex: 0 0 5%;
|
2343
|
+
-ms-flex: 0 0 5%;
|
2344
|
+
flex: 0 0 5%; }
|
2345
|
+
|
2346
|
+
[layout="row"] > [flex-gt-lg="5"] {
|
2347
|
+
max-width: 5%; }
|
2348
|
+
|
2349
|
+
[layout="column"] > [flex-gt-lg="5"] {
|
2350
|
+
max-height: 5%; }
|
2351
|
+
|
2352
|
+
[flex-gt-lg="10"] {
|
2353
|
+
-webkit-flex: 0 0 10%;
|
2354
|
+
-ms-flex: 0 0 10%;
|
2355
|
+
flex: 0 0 10%; }
|
2356
|
+
|
2357
|
+
[layout="row"] > [flex-gt-lg="10"] {
|
2358
|
+
max-width: 10%; }
|
2359
|
+
|
2360
|
+
[layout="column"] > [flex-gt-lg="10"] {
|
2361
|
+
max-height: 10%; }
|
2362
|
+
|
2363
|
+
[flex-gt-lg="15"] {
|
2364
|
+
-webkit-flex: 0 0 15%;
|
2365
|
+
-ms-flex: 0 0 15%;
|
2366
|
+
flex: 0 0 15%; }
|
2367
|
+
|
2368
|
+
[layout="row"] > [flex-gt-lg="15"] {
|
2369
|
+
max-width: 15%; }
|
2370
|
+
|
2371
|
+
[layout="column"] > [flex-gt-lg="15"] {
|
2372
|
+
max-height: 15%; }
|
2373
|
+
|
2374
|
+
[flex-gt-lg="20"] {
|
2375
|
+
-webkit-flex: 0 0 20%;
|
2376
|
+
-ms-flex: 0 0 20%;
|
2377
|
+
flex: 0 0 20%; }
|
2378
|
+
|
2379
|
+
[layout="row"] > [flex-gt-lg="20"] {
|
2380
|
+
max-width: 20%; }
|
2381
|
+
|
2382
|
+
[layout="column"] > [flex-gt-lg="20"] {
|
2383
|
+
max-height: 20%; }
|
2384
|
+
|
2385
|
+
[flex-gt-lg="25"] {
|
2386
|
+
-webkit-flex: 0 0 25%;
|
2387
|
+
-ms-flex: 0 0 25%;
|
2388
|
+
flex: 0 0 25%; }
|
2389
|
+
|
2390
|
+
[layout="row"] > [flex-gt-lg="25"] {
|
2391
|
+
max-width: 25%; }
|
2392
|
+
|
2393
|
+
[layout="column"] > [flex-gt-lg="25"] {
|
2394
|
+
max-height: 25%; }
|
2395
|
+
|
2396
|
+
[flex-gt-lg="30"] {
|
2397
|
+
-webkit-flex: 0 0 30%;
|
2398
|
+
-ms-flex: 0 0 30%;
|
2399
|
+
flex: 0 0 30%; }
|
2400
|
+
|
2401
|
+
[layout="row"] > [flex-gt-lg="30"] {
|
2402
|
+
max-width: 30%; }
|
2403
|
+
|
2404
|
+
[layout="column"] > [flex-gt-lg="30"] {
|
2405
|
+
max-height: 30%; }
|
2406
|
+
|
2407
|
+
[flex-gt-lg="35"] {
|
2408
|
+
-webkit-flex: 0 0 35%;
|
2409
|
+
-ms-flex: 0 0 35%;
|
2410
|
+
flex: 0 0 35%; }
|
2411
|
+
|
2412
|
+
[layout="row"] > [flex-gt-lg="35"] {
|
2413
|
+
max-width: 35%; }
|
2414
|
+
|
2415
|
+
[layout="column"] > [flex-gt-lg="35"] {
|
2416
|
+
max-height: 35%; }
|
2417
|
+
|
2418
|
+
[flex-gt-lg="40"] {
|
2419
|
+
-webkit-flex: 0 0 40%;
|
2420
|
+
-ms-flex: 0 0 40%;
|
2421
|
+
flex: 0 0 40%; }
|
2422
|
+
|
2423
|
+
[layout="row"] > [flex-gt-lg="40"] {
|
2424
|
+
max-width: 40%; }
|
2425
|
+
|
2426
|
+
[layout="column"] > [flex-gt-lg="40"] {
|
2427
|
+
max-height: 40%; }
|
2428
|
+
|
2429
|
+
[flex-gt-lg="45"] {
|
2430
|
+
-webkit-flex: 0 0 45%;
|
2431
|
+
-ms-flex: 0 0 45%;
|
2432
|
+
flex: 0 0 45%; }
|
2433
|
+
|
2434
|
+
[layout="row"] > [flex-gt-lg="45"] {
|
2435
|
+
max-width: 45%; }
|
2436
|
+
|
2437
|
+
[layout="column"] > [flex-gt-lg="45"] {
|
2438
|
+
max-height: 45%; }
|
2439
|
+
|
2440
|
+
[flex-gt-lg="50"] {
|
2441
|
+
-webkit-flex: 0 0 50%;
|
2442
|
+
-ms-flex: 0 0 50%;
|
2443
|
+
flex: 0 0 50%; }
|
2444
|
+
|
2445
|
+
[layout="row"] > [flex-gt-lg="50"] {
|
2446
|
+
max-width: 50%; }
|
2447
|
+
|
2448
|
+
[layout="column"] > [flex-gt-lg="50"] {
|
2449
|
+
max-height: 50%; }
|
2450
|
+
|
2451
|
+
[flex-gt-lg="55"] {
|
2452
|
+
-webkit-flex: 0 0 55%;
|
2453
|
+
-ms-flex: 0 0 55%;
|
2454
|
+
flex: 0 0 55%; }
|
2455
|
+
|
2456
|
+
[layout="row"] > [flex-gt-lg="55"] {
|
2457
|
+
max-width: 55%; }
|
2458
|
+
|
2459
|
+
[layout="column"] > [flex-gt-lg="55"] {
|
2460
|
+
max-height: 55%; }
|
2461
|
+
|
2462
|
+
[flex-gt-lg="60"] {
|
2463
|
+
-webkit-flex: 0 0 60%;
|
2464
|
+
-ms-flex: 0 0 60%;
|
2465
|
+
flex: 0 0 60%; }
|
2466
|
+
|
2467
|
+
[layout="row"] > [flex-gt-lg="60"] {
|
2468
|
+
max-width: 60%; }
|
2469
|
+
|
2470
|
+
[layout="column"] > [flex-gt-lg="60"] {
|
2471
|
+
max-height: 60%; }
|
2472
|
+
|
2473
|
+
[flex-gt-lg="65"] {
|
2474
|
+
-webkit-flex: 0 0 65%;
|
2475
|
+
-ms-flex: 0 0 65%;
|
2476
|
+
flex: 0 0 65%; }
|
2477
|
+
|
2478
|
+
[layout="row"] > [flex-gt-lg="65"] {
|
2479
|
+
max-width: 65%; }
|
2480
|
+
|
2481
|
+
[layout="column"] > [flex-gt-lg="65"] {
|
2482
|
+
max-height: 65%; }
|
2483
|
+
|
2484
|
+
[flex-gt-lg="70"] {
|
2485
|
+
-webkit-flex: 0 0 70%;
|
2486
|
+
-ms-flex: 0 0 70%;
|
2487
|
+
flex: 0 0 70%; }
|
2488
|
+
|
2489
|
+
[layout="row"] > [flex-gt-lg="70"] {
|
2490
|
+
max-width: 70%; }
|
2491
|
+
|
2492
|
+
[layout="column"] > [flex-gt-lg="70"] {
|
2493
|
+
max-height: 70%; }
|
2494
|
+
|
2495
|
+
[flex-gt-lg="75"] {
|
2496
|
+
-webkit-flex: 0 0 75%;
|
2497
|
+
-ms-flex: 0 0 75%;
|
2498
|
+
flex: 0 0 75%; }
|
2499
|
+
|
2500
|
+
[layout="row"] > [flex-gt-lg="75"] {
|
2501
|
+
max-width: 75%; }
|
2502
|
+
|
2503
|
+
[layout="column"] > [flex-gt-lg="75"] {
|
2504
|
+
max-height: 75%; }
|
2505
|
+
|
2506
|
+
[flex-gt-lg="80"] {
|
2507
|
+
-webkit-flex: 0 0 80%;
|
2508
|
+
-ms-flex: 0 0 80%;
|
2509
|
+
flex: 0 0 80%; }
|
2510
|
+
|
2511
|
+
[layout="row"] > [flex-gt-lg="80"] {
|
2512
|
+
max-width: 80%; }
|
2513
|
+
|
2514
|
+
[layout="column"] > [flex-gt-lg="80"] {
|
2515
|
+
max-height: 80%; }
|
2516
|
+
|
2517
|
+
[flex-gt-lg="85"] {
|
2518
|
+
-webkit-flex: 0 0 85%;
|
2519
|
+
-ms-flex: 0 0 85%;
|
2520
|
+
flex: 0 0 85%; }
|
2521
|
+
|
2522
|
+
[layout="row"] > [flex-gt-lg="85"] {
|
2523
|
+
max-width: 85%; }
|
2524
|
+
|
2525
|
+
[layout="column"] > [flex-gt-lg="85"] {
|
2526
|
+
max-height: 85%; }
|
2527
|
+
|
2528
|
+
[flex-gt-lg="90"] {
|
2529
|
+
-webkit-flex: 0 0 90%;
|
2530
|
+
-ms-flex: 0 0 90%;
|
2531
|
+
flex: 0 0 90%; }
|
2532
|
+
|
2533
|
+
[layout="row"] > [flex-gt-lg="90"] {
|
2534
|
+
max-width: 90%; }
|
2535
|
+
|
2536
|
+
[layout="column"] > [flex-gt-lg="90"] {
|
2537
|
+
max-height: 90%; }
|
2538
|
+
|
2539
|
+
[flex-gt-lg="95"] {
|
2540
|
+
-webkit-flex: 0 0 95%;
|
2541
|
+
-ms-flex: 0 0 95%;
|
2542
|
+
flex: 0 0 95%; }
|
2543
|
+
|
2544
|
+
[layout="row"] > [flex-gt-lg="95"] {
|
2545
|
+
max-width: 95%; }
|
2546
|
+
|
2547
|
+
[layout="column"] > [flex-gt-lg="95"] {
|
2548
|
+
max-height: 95%; }
|
2549
|
+
|
2550
|
+
[flex-gt-lg="100"] {
|
2551
|
+
-webkit-flex: 0 0 100%;
|
2552
|
+
-ms-flex: 0 0 100%;
|
2553
|
+
flex: 0 0 100%; }
|
2554
|
+
|
2555
|
+
[layout="row"] > [flex-gt-lg="100"] {
|
2556
|
+
max-width: 100%; }
|
2557
|
+
|
2558
|
+
[layout="column"] > [flex-gt-lg="100"] {
|
2559
|
+
max-height: 100%; }
|
2560
|
+
|
2561
|
+
[layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="34"] {
|
2562
|
+
-webkit-flex: 0 0 33.33%;
|
2563
|
+
-ms-flex: 0 0 33.33%;
|
2564
|
+
flex: 0 0 33.33%;
|
2565
|
+
max-width: 33.33%; }
|
2566
|
+
[layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="67"] {
|
2567
|
+
-webkit-flex: 0 0 66.66%;
|
2568
|
+
-ms-flex: 0 0 66.66%;
|
2569
|
+
flex: 0 0 66.66%;
|
2570
|
+
max-width: 66.66%; }
|
2571
|
+
|
2572
|
+
[layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="34"] {
|
2573
|
+
-webkit-flex: 0 0 33.33%;
|
2574
|
+
-ms-flex: 0 0 33.33%;
|
2575
|
+
flex: 0 0 33.33%;
|
2576
|
+
max-height: 33.33%; }
|
2577
|
+
[layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="67"] {
|
2578
|
+
-webkit-flex: 0 0 66.66%;
|
2579
|
+
-ms-flex: 0 0 66.66%;
|
2580
|
+
flex: 0 0 66.66%;
|
2581
|
+
max-height: 66.66%; }
|
2582
|
+
}
|
2583
|
+
|
2584
|
+
*, *:before, *:after {
|
2585
|
+
box-sizing: border-box; }
|
2586
|
+
|
2587
|
+
:focus {
|
2588
|
+
outline: none; }
|
2589
|
+
|
2590
|
+
html, body {
|
2591
|
+
height: 100%;
|
2592
|
+
color: rgba(0, 0, 0, 0.87);
|
2593
|
+
background: white;
|
2594
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
2595
|
+
-webkit-touch-callout: none;
|
2596
|
+
-webkit-text-size-adjust: 100%;
|
2597
|
+
-webkit-font-smoothing: antialiased;
|
2598
|
+
text-rendering: optimizeLegibility; }
|
2599
|
+
html p, body p {
|
2600
|
+
line-height: 1.846; }
|
2601
|
+
html h3, body h3 {
|
2602
|
+
display: block;
|
2603
|
+
-webkit-margin-before: 1em;
|
2604
|
+
-webkit-margin-after: 1em;
|
2605
|
+
-webkit-margin-start: 0px;
|
2606
|
+
-webkit-margin-end: 0px;
|
2607
|
+
font-size: 1.17em;
|
2608
|
+
font-weight: bold; }
|
2609
|
+
|
2610
|
+
button, select, html, textarea, input {
|
2611
|
+
font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif; }
|
2612
|
+
|
2613
|
+
body {
|
2614
|
+
margin: 0;
|
2615
|
+
padding: 0;
|
2616
|
+
outline: none; }
|
2617
|
+
|
2618
|
+
.inset {
|
2619
|
+
padding: 10px; }
|
2620
|
+
|
2621
|
+
button {
|
2622
|
+
font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif; }
|
2623
|
+
|
2624
|
+
a {
|
2625
|
+
background: transparent;
|
2626
|
+
outline: none; }
|
2627
|
+
|
2628
|
+
h1 {
|
2629
|
+
font-size: 2em;
|
2630
|
+
margin: 0.67em 0; }
|
2631
|
+
|
2632
|
+
h2 {
|
2633
|
+
font-size: 1.5em;
|
2634
|
+
margin: 0.83em 0; }
|
2635
|
+
|
2636
|
+
h3 {
|
2637
|
+
font-size: 1.17em;
|
2638
|
+
margin: 1em 0; }
|
2639
|
+
|
2640
|
+
h4 {
|
2641
|
+
font-size: 1em;
|
2642
|
+
margin: 1.33em 0; }
|
2643
|
+
|
2644
|
+
h5 {
|
2645
|
+
font-size: 0.83em;
|
2646
|
+
margin: 1.67em 0; }
|
2647
|
+
|
2648
|
+
h6 {
|
2649
|
+
font-size: 0.75em;
|
2650
|
+
margin: 2.33em 0; }
|
2651
|
+
|
2652
|
+
select, button, textarea, input {
|
2653
|
+
margin: 0;
|
2654
|
+
font-size: 100%;
|
2655
|
+
font-family: inherit;
|
2656
|
+
vertical-align: baseline; }
|
2657
|
+
|
2658
|
+
input[type="reset"], input[type="submit"], html input[type="button"], button {
|
2659
|
+
cursor: pointer;
|
2660
|
+
-webkit-appearance: button; }
|
2661
|
+
input[type="reset"][disabled], input[type="submit"][disabled], html input[type="button"][disabled], button[disabled] {
|
2662
|
+
cursor: default; }
|
2663
|
+
|
2664
|
+
textarea {
|
2665
|
+
vertical-align: top;
|
2666
|
+
overflow: auto; }
|
2667
|
+
|
2668
|
+
input[type="radio"], input[type="checkbox"] {
|
2669
|
+
padding: 0;
|
2670
|
+
box-sizing: border-box; }
|
2671
|
+
input[type="search"] {
|
2672
|
+
-webkit-appearance: textfield;
|
2673
|
+
box-sizing: content-box;
|
2674
|
+
-webkit-box-sizing: content-box; }
|
2675
|
+
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
|
2676
|
+
-webkit-appearance: none; }
|
2677
|
+
|
2678
|
+
.md-shadow {
|
2679
|
+
position: absolute;
|
2680
|
+
top: 0;
|
2681
|
+
left: 0;
|
2682
|
+
bottom: 0;
|
2683
|
+
right: 0;
|
2684
|
+
border-radius: inherit;
|
2685
|
+
pointer-events: none; }
|
2686
|
+
|
2687
|
+
.md-shadow-bottom-z-1 {
|
2688
|
+
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
|
2689
|
+
|
2690
|
+
.md-shadow-bottom-z-2 {
|
2691
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }
|
2692
|
+
|
2693
|
+
.md-shadow-animated.md-shadow {
|
2694
|
+
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
|
2695
|
+
|
2696
|
+
/*
|
2697
|
+
* A container inside of a rippling element (eg a button),
|
2698
|
+
* which contains all of the individual ripples
|
2699
|
+
*/
|
2700
|
+
.md-ripple-container {
|
2701
|
+
pointer-events: none;
|
2702
|
+
position: absolute;
|
2703
|
+
overflow: hidden;
|
2704
|
+
left: 0;
|
2705
|
+
top: 0;
|
2706
|
+
width: 100%;
|
2707
|
+
height: 100%;
|
2708
|
+
transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1); }
|
2709
|
+
|
2710
|
+
.md-ripple {
|
2711
|
+
position: absolute;
|
2712
|
+
-webkit-transform: scale(0);
|
2713
|
+
transform: scale(0);
|
2714
|
+
-webkit-transform-origin: 50% 50%;
|
2715
|
+
transform-origin: 50% 50%;
|
2716
|
+
opacity: 0;
|
2717
|
+
border-radius: 50%; }
|
2718
|
+
.md-ripple.md-ripple-placed {
|
2719
|
+
transition: left 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
|
2720
|
+
transition: left 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1); }
|
2721
|
+
.md-ripple.md-ripple-scaled {
|
2722
|
+
-webkit-transform: scale(1);
|
2723
|
+
transform: scale(1); }
|
2724
|
+
.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
|
2725
|
+
opacity: 0.2; }
|
2726
|
+
|
2727
|
+
md-tab > .md-ripple-container .md-ripple {
|
2728
|
+
box-sizing: content-box;
|
2729
|
+
background-color: transparent !important;
|
2730
|
+
border-width: 0;
|
2731
|
+
border-style: solid;
|
2732
|
+
opacity: 0.2;
|
2733
|
+
-webkit-transform: none !important;
|
2734
|
+
transform: none !important; }
|
2735
|
+
md-tab > .md-ripple-container .md-ripple.md-ripple-active, md-tab > .md-ripple-container .md-ripple.md-ripple-full, md-tab > .md-ripple-container .md-ripple.md-ripple-visible {
|
2736
|
+
opacity: 0.2; }
|