diff options
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index d7db88c1b..fd00b9463 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5981,6 +5981,66 @@ button.close { white-space: nowrap; } +.text-xs-left { + text-align: left; +} + +.text-xs-right { + text-align: right; +} + +.text-xs-center { + text-align: center; +} + +@media (min-width: 34em) { + .text-sm-left { + text-align: left; + } + .text-sm-right { + text-align: right; + } + .text-sm-center { + text-align: center; + } +} + +@media (min-width: 48em) { + .text-md-left { + text-align: left; + } + .text-md-right { + text-align: right; + } + .text-md-center { + text-align: center; + } +} + +@media (min-width: 62em) { + .text-lg-left { + text-align: left; + } + .text-lg-right { + text-align: right; + } + .text-lg-center { + text-align: center; + } +} + +@media (min-width: 75em) { + .text-xl-left { + text-align: left; + } + .text-xl-right { + text-align: right; + } + .text-xl-center { + text-align: center; + } +} + .text-lowercase { text-transform: lowercase; } |
