Welcome to mirror list, hosted at ThFree Co, Russian Federation.

grid.css « grid « examples « 4.4 « docs « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8032c31c3e2edbaa07ae5354e0228a81008f1110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.themed-grid-col {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(86, 61, 124, .2);
}

.themed-container {
  padding: 15px;
  margin-bottom: 30px;
  background-color: rgba(0, 123, 255, .15);
  border: 1px solid rgba(0, 123, 255, .2);
}