Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / examples / grid / grid.css
1 h4 {
2   margin-top: 25px;
3 }
4 .row {
5   margin-bottom: 20px;
6 }
7 .row .row {
8   margin-top: 10px;
9   margin-bottom: 0;
10 }
11 [class*="col-"] {
12   padding-top: 15px;
13   padding-bottom: 15px;
14   background-color: #eee;
15   background-color: rgba(86,61,124,.15);
16   border: 1px solid #ddd;
17   border: 1px solid rgba(86,61,124,.2);
18 }
19
20 hr {
21   margin-top: 40px;
22   margin-bottom: 40px;
23 }