Commit e3e4d038 authored by Mark Otto's avatar Mark Otto
Browse files

dist

parent 1e6a0f4f
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 17 additions and 14 deletions
+17 -14
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -3489,9 +3489,6 @@ tbody.collapse.show { ...@@ -3489,9 +3489,6 @@ tbody.collapse.show {
display: -webkit-box; display: -webkit-box;
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} }
.input-group-prepend .btn, .input-group-prepend .btn,
...@@ -3520,6 +3517,12 @@ tbody.collapse.show { ...@@ -3520,6 +3517,12 @@ tbody.collapse.show {
} }
.input-group-text { .input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem; padding: 0.375rem 0.75rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 1rem; font-size: 1rem;
...@@ -6167,23 +6170,23 @@ button.bg-dark:hover { ...@@ -6167,23 +6170,23 @@ button.bg-dark:hover {
} }
.border { .border {
border: 1px solid #e9ecef !important; border: 1px solid #dee2e6 !important;
} }
.border-top { .border-top {
border-top: 1px solid #e9ecef !important; border-top: 1px solid #dee2e6 !important;
} }
.border-right { .border-right {
border-right: 1px solid #e9ecef !important; border-right: 1px solid #dee2e6 !important;
} }
.border-bottom { .border-bottom {
border-bottom: 1px solid #e9ecef !important; border-bottom: 1px solid #dee2e6 !important;
} }
.border-left { .border-left {
border-left: 1px solid #e9ecef !important; border-left: 1px solid #dee2e6 !important;
} }
.border-0 { .border-0 {
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment