mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-16 20:50:24 +00:00
dist
This commit is contained in:
parent
f803fb9903
commit
6233ea378d
9 changed files with 1364 additions and 5 deletions
1312
dist/css/bootstrap-grid.css
vendored
1312
dist/css/bootstrap-grid.css
vendored
File diff suppressed because it is too large
Load diff
BIN
dist/css/bootstrap-grid.css.map
vendored
BIN
dist/css/bootstrap-grid.css.map
vendored
Binary file not shown.
2
dist/css/bootstrap-grid.min.css
vendored
2
dist/css/bootstrap-grid.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
dist/css/bootstrap-grid.min.css.map
vendored
BIN
dist/css/bootstrap-grid.min.css.map
vendored
Binary file not shown.
BIN
dist/css/bootstrap-reboot.css.map
vendored
BIN
dist/css/bootstrap-reboot.css.map
vendored
Binary file not shown.
|
|
@ -3719,7 +3719,8 @@ input[type="button"].btn-block {
|
|||
|
||||
.custom-range {
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
height: calc(1rem + 0.4rem);
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
|
@ -3853,6 +3854,26 @@ input[type="button"].btn-block {
|
|||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
.custom-range:disabled::-webkit-slider-thumb {
|
||||
background-color: #adb5bd;
|
||||
}
|
||||
|
||||
.custom-range:disabled::-webkit-slider-runnable-track {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.custom-range:disabled::-moz-range-thumb {
|
||||
background-color: #adb5bd;
|
||||
}
|
||||
|
||||
.custom-range:disabled::-moz-range-track {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.custom-range:disabled::-ms-thumb {
|
||||
background-color: #adb5bd;
|
||||
}
|
||||
|
||||
.custom-control-label::before,
|
||||
.custom-file-label,
|
||||
.custom-select {
|
||||
|
|
@ -5511,6 +5532,12 @@ button.close {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.modal-xl {
|
||||
max-width: 1140px;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
|
|
@ -6009,7 +6036,15 @@ button.close {
|
|||
margin-left: 3px;
|
||||
text-indent: -999px;
|
||||
cursor: pointer;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
background-color: #fff;
|
||||
opacity: .5;
|
||||
transition: opacity 0.6s ease;
|
||||
}
|
||||
|
||||
@media screen and (prefers-reduced-motion: reduce) {
|
||||
.carousel-indicators li {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
.carousel-indicators li::before {
|
||||
|
|
@ -6033,7 +6068,7 @@ button.close {
|
|||
}
|
||||
|
||||
.carousel-indicators .active {
|
||||
background-color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.carousel-caption {
|
||||
|
|
@ -8837,6 +8872,10 @@ button.bg-dark:focus {
|
|||
font-weight: 300 !important;
|
||||
}
|
||||
|
||||
.font-weight-lighter {
|
||||
font-weight: lighter !important;
|
||||
}
|
||||
|
||||
.font-weight-normal {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
|
@ -8845,6 +8884,10 @@ button.bg-dark:focus {
|
|||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.font-weight-bolder {
|
||||
font-weight: bolder !important;
|
||||
}
|
||||
|
||||
.font-italic {
|
||||
font-style: italic !important;
|
||||
}
|
||||
|
|
@ -8941,6 +8984,10 @@ a.text-dark:hover, a.text-dark:focus {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.text-decoration-none {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.visible {
|
||||
visibility: visible !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.
Loading…
Reference in a new issue