mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
62a129184d
- Adds six new utils for vertical-align property - Documents the additional classes in the utils docs
7 lines
349 B
SCSS
7 lines
349 B
SCSS
.align-baseline { vertical-align: baseline !important; } // Browser default
|
|
.align-top { vertical-align: top !important; }
|
|
.align-middle { vertical-align: middle !important; }
|
|
.align-bottom { vertical-align: bottom !important; }
|
|
.align-text-bottom { vertical-align: text-bottom !important; }
|
|
.align-text-top { vertical-align: text-top !important; }
|