source: main/waeup-hugo/themes/dimension/static/sass/components/_box.scss @ 14926

Last change on this file since 14926 was 14926, checked in by Henrik Bettermann, 7 years ago
File size: 506 bytes
Line 
1///
2/// Dimension by HTML5 UP
3/// html5up.net | @ajlkn
4/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5///
6
7/* Box */
8
9        .box {
10                border-radius: _size(border-radius);
11                border: solid _size(border-width) _palette(border);
12                margin-bottom: _size(element-margin);
13                padding: 1.5em;
14
15                > :last-child,
16                > :last-child > :last-child,
17                > :last-child > :last-child > :last-child {
18                        margin-bottom: 0;
19                }
20
21                &.alt {
22                        border: 0;
23                        border-radius: 0;
24                        padding: 0;
25                }
26        }
Note: See TracBrowser for help on using the repository browser.