Cleanup dirty daisy build workspace directory, part2
[releng.git] / utils / test / reporting / assets / sass / base / _page.scss
1 ///\r
2 /// Phantom by HTML5 UP\r
3 /// html5up.net | @ajlkn\r
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
5 ///\r
6 \r
7 /* Basic */\r
8 \r
9         // MSIE: Required for IEMobile.\r
10                 @-ms-viewport {\r
11                         width: device-width;\r
12                 }\r
13 \r
14         // MSIE: Prevents scrollbar from overlapping content.\r
15                 body {\r
16                         -ms-overflow-style: scrollbar;\r
17                 }\r
18 \r
19         // Ensures page width is always >=320px.\r
20                 @include breakpoint(xsmall) {\r
21                         html, body {\r
22                                 min-width: 320px;\r
23                         }\r
24                 }\r
25 \r
26         body {\r
27                 background: _palette(bg);\r
28 \r
29                 // Prevents animation/transition "flicker" on page load.\r
30                 // Automatically added/removed by js/main.js.\r
31                         &.is-loading {\r
32                                 *, *:before, *:after {\r
33                                         @include vendor('animation', 'none !important');\r
34                                         @include vendor('transition', 'none !important');\r
35                                 }\r
36                         }\r
37 \r
38         }