This commit is contained in:
Mark Otto 2018-01-02 21:19:29 -08:00
parent 1e6a0f4ff3
commit e3e4d0389d
12 changed files with 17 additions and 14 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -3489,9 +3489,6 @@ tbody.collapse.show {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.input-group-prepend .btn,
@ -3520,6 +3517,12 @@ tbody.collapse.show {
}
.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;
margin-bottom: 0;
font-size: 1rem;
@ -6167,23 +6170,23 @@ button.bg-dark:hover {
}
.border {
border: 1px solid #e9ecef !important;
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #e9ecef !important;
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #e9ecef !important;
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #e9ecef !important;
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #e9ecef !important;
border-left: 1px solid #dee2e6 !important;
}
.border-0 {

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.