mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
grunt dist
[ci skip]
This commit is contained in:
@@ -5933,6 +5933,18 @@ a.bg-danger:focus, a.bg-danger:hover {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.d-block {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.d-inline-block {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.d-inline {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
.pull-xs-left {
|
||||
float: left !important;
|
||||
}
|
||||
@@ -6013,6 +6025,10 @@ a.bg-danger:focus, a.bg-danger:hover {
|
||||
clip: auto;
|
||||
}
|
||||
|
||||
.w-100 {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.m-x-auto {
|
||||
margin-right: auto !important;
|
||||
margin-left: auto !important;
|
||||
|
||||
Reference in New Issue
Block a user