mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-15 07:33:09 +00:00
grunt
This commit is contained in:
parent
898ffde1e6
commit
ef5bbffd55
16 changed files with 28 additions and 8 deletions
7
dist/css/bootstrap-flex.css
vendored
7
dist/css/bootstrap-flex.css
vendored
|
|
@ -2213,7 +2213,7 @@ pre code {
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control:not([size]):not([multiple]) {
|
select.form-control:not([size]):not([multiple]) {
|
||||||
height: 2.5rem;
|
height: calc(2.5rem - 2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control:focus::-ms-value {
|
select.form-control:focus::-ms-value {
|
||||||
|
|
@ -3735,6 +3735,7 @@ tbody.collapse.in {
|
||||||
.custom-select {
|
.custom-select {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: calc(2.5rem - 2px);
|
||||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||||
padding-right: 0.75rem \9;
|
padding-right: 0.75rem \9;
|
||||||
color: #55595c;
|
color: #55595c;
|
||||||
|
|
@ -6660,6 +6661,10 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-100 {
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.mx-auto {
|
.mx-auto {
|
||||||
margin-right: auto !important;
|
margin-right: auto !important;
|
||||||
margin-left: auto !important;
|
margin-left: auto !important;
|
||||||
|
|
|
||||||
BIN
dist/css/bootstrap-flex.css.map
vendored
BIN
dist/css/bootstrap-flex.css.map
vendored
Binary file not shown.
2
dist/css/bootstrap-flex.min.css
vendored
2
dist/css/bootstrap-flex.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
dist/css/bootstrap-flex.min.css.map
vendored
BIN
dist/css/bootstrap-flex.min.css.map
vendored
Binary file not shown.
|
|
@ -1996,7 +1996,7 @@ pre code {
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control:not([size]):not([multiple]) {
|
select.form-control:not([size]):not([multiple]) {
|
||||||
height: 2.5rem;
|
height: calc(2.5rem - 2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control:focus::-ms-value {
|
select.form-control:focus::-ms-value {
|
||||||
|
|
@ -3521,6 +3521,7 @@ tbody.collapse.in {
|
||||||
.custom-select {
|
.custom-select {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: calc(2.5rem - 2px);
|
||||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||||
padding-right: 0.75rem \9;
|
padding-right: 0.75rem \9;
|
||||||
color: #55595c;
|
color: #55595c;
|
||||||
|
|
@ -5965,6 +5966,10 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-100 {
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.mx-auto {
|
.mx-auto {
|
||||||
margin-right: auto !important;
|
margin-right: auto !important;
|
||||||
margin-left: auto !important;
|
margin-left: auto !important;
|
||||||
|
|
|
||||||
BIN
dist/css/bootstrap.css.map
vendored
BIN
dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
dist/css/bootstrap.min.css.map
vendored
BIN
dist/css/bootstrap.min.css.map
vendored
Binary file not shown.
7
docs/dist/css/bootstrap-flex.css
vendored
7
docs/dist/css/bootstrap-flex.css
vendored
|
|
@ -2213,7 +2213,7 @@ pre code {
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control:not([size]):not([multiple]) {
|
select.form-control:not([size]):not([multiple]) {
|
||||||
height: 2.5rem;
|
height: calc(2.5rem - 2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control:focus::-ms-value {
|
select.form-control:focus::-ms-value {
|
||||||
|
|
@ -3735,6 +3735,7 @@ tbody.collapse.in {
|
||||||
.custom-select {
|
.custom-select {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: calc(2.5rem - 2px);
|
||||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||||
padding-right: 0.75rem \9;
|
padding-right: 0.75rem \9;
|
||||||
color: #55595c;
|
color: #55595c;
|
||||||
|
|
@ -6660,6 +6661,10 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-100 {
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.mx-auto {
|
.mx-auto {
|
||||||
margin-right: auto !important;
|
margin-right: auto !important;
|
||||||
margin-left: auto !important;
|
margin-left: auto !important;
|
||||||
|
|
|
||||||
BIN
docs/dist/css/bootstrap-flex.css.map
vendored
BIN
docs/dist/css/bootstrap-flex.css.map
vendored
Binary file not shown.
2
docs/dist/css/bootstrap-flex.min.css
vendored
2
docs/dist/css/bootstrap-flex.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/dist/css/bootstrap-flex.min.css.map
vendored
BIN
docs/dist/css/bootstrap-flex.min.css.map
vendored
Binary file not shown.
|
|
@ -1996,7 +1996,7 @@ pre code {
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control:not([size]):not([multiple]) {
|
select.form-control:not([size]):not([multiple]) {
|
||||||
height: 2.5rem;
|
height: calc(2.5rem - 2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control:focus::-ms-value {
|
select.form-control:focus::-ms-value {
|
||||||
|
|
@ -3521,6 +3521,7 @@ tbody.collapse.in {
|
||||||
.custom-select {
|
.custom-select {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: calc(2.5rem - 2px);
|
||||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||||
padding-right: 0.75rem \9;
|
padding-right: 0.75rem \9;
|
||||||
color: #55595c;
|
color: #55595c;
|
||||||
|
|
@ -5965,6 +5966,10 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-100 {
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.mx-auto {
|
.mx-auto {
|
||||||
margin-right: auto !important;
|
margin-right: auto !important;
|
||||||
margin-left: auto !important;
|
margin-left: auto !important;
|
||||||
|
|
|
||||||
BIN
docs/dist/css/bootstrap.css.map
vendored
BIN
docs/dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/dist/css/bootstrap.min.css.map
vendored
BIN
docs/dist/css/bootstrap.min.css.map
vendored
Binary file not shown.
Loading…
Reference in a new issue