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

_display.scss « utilities « bootstrap « stylesheets « assets - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d74049be8b2fddacd0f43164fefdca94c39abe67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Display utilities
//

.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}