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

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