22 lines
390 B
CSS
22 lines
390 B
CSS
.grid-wrapper {
|
|
margin-bottom: 60px;
|
|
}
|
|
.grid-wrapper .head {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.show-grid {
|
|
margin-top: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.show-grid [class*="col-"] {
|
|
background-color: #eee;
|
|
text-align: center;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
min-height: 40px;
|
|
line-height: 40px;
|
|
border: 1px solid rgba(86, 61, 124, 0.2);
|
|
}
|