]> git.ipfire.org Git - ipfire.org.git/blob - src/scss/bootstrap-4.0.0-alpha.6/docs/examples/grid/grid.css
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / examples / grid / grid.css
1 body {
2 padding-top: 2rem;
3 padding-bottom: 2rem;
4 }
5
6 h3 {
7 margin-top: 2rem;
8 }
9
10 .row {
11 margin-bottom: 1rem;
12 }
13 .row .row {
14 margin-top: 1rem;
15 margin-bottom: 0;
16 }
17 [class*="col-"] {
18 padding-top: 1rem;
19 padding-bottom: 1rem;
20 background-color: rgba(86,61,124,.15);
21 border: 1px solid rgba(86,61,124,.2);
22 }
23
24 hr {
25 margin-top: 2rem;
26 margin-bottom: 2rem;
27 }