mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
container illustrations
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user