Don't verify Danube and verify Euphrates
[releng.git] / utils / test / reporting / 3rd_party / sass / components / _box.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 /* Box */\r
8 \r
9         .box {\r
10                 border-radius: _size(border-radius);\r
11                 border: solid _size(border-width) _palette(border);\r
12                 margin-bottom: _size(element-margin);\r
13                 padding: 1.5em;\r
14 \r
15                 > :last-child,\r
16                 > :last-child > :last-child,\r
17                 > :last-child > :last-child > :last-child {\r
18                         margin-bottom: 0;\r
19                 }\r
20 \r
21                 &.alt {\r
22                         border: 0;\r
23                         border-radius: 0;\r
24                         padding: 0;\r
25                 }\r
26         }