Added Svelte

This commit is contained in:
2022-05-18 10:54:15 +12:00
parent 5a550fa4fb
commit c4621a772d
25 changed files with 8782 additions and 3732 deletions

View File

@@ -79,7 +79,7 @@ hr {
color: inherit;
opacity: .25;
background-color: currentColor;
border: none;
border: 0;
margin: 1rem 0;
}
@@ -312,7 +312,7 @@ button {
}
button:focus:not(:focus-visible) {
outline: none;
outline: 0;
}
input, button, select, optgroup, textarea {
@@ -361,7 +361,7 @@ textarea {
fieldset {
min-width: 0;
border: none;
border: 0;
margin: 0;
padding: 0;
}
@@ -420,7 +420,7 @@ output {
}
iframe {
border: none;
border: 0;
}
summary {
@@ -630,8 +630,8 @@ progress {
.row > * {
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
flex-shrink: 0;
}
@@ -2116,7 +2116,7 @@ progress {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: none;
outline: 0;
box-shadow: 0 0 0 .25rem #0d6efd40;
}
@@ -2299,7 +2299,7 @@ textarea.form-control-lg {
.form-select:focus {
border-color: #86b7fe;
outline: none;
outline: 0;
box-shadow: 0 0 0 .25rem #0d6efd40;
}
@@ -2373,7 +2373,7 @@ textarea.form-control-lg {
.form-check-input:focus {
border-color: #86b7fe;
outline: none;
outline: 0;
box-shadow: 0 0 0 .25rem #0d6efd40;
}
@@ -2460,7 +2460,7 @@ textarea.form-control-lg {
}
.form-range:focus {
outline: none;
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
@@ -2472,7 +2472,7 @@ textarea.form-control-lg {
}
.form-range::-moz-focus-outer {
border: none;
border: 0;
}
.form-range::-webkit-slider-thumb {
@@ -2480,7 +2480,7 @@ textarea.form-control-lg {
height: 1rem;
appearance: none;
background-color: #0d6efd;
border: none;
border: 0;
border-radius: 1rem;
margin-top: -.25rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
@@ -2511,7 +2511,7 @@ textarea.form-control-lg {
height: 1rem;
appearance: none;
background-color: #0d6efd;
border: none;
border: 0;
border-radius: 1rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@@ -2881,7 +2881,7 @@ textarea.form-control-lg {
}
.btn-check:focus + .btn, .btn:focus {
outline: none;
outline: 0;
box-shadow: 0 0 0 .25rem #0d6efd40;
}
@@ -3491,7 +3491,7 @@ textarea.form-control-lg {
content: "";
border: .3em solid #0000;
border-top-color: currentColor;
border-bottom: none;
border-bottom: 0;
margin-left: .255em;
display: inline-block;
}
@@ -3652,7 +3652,7 @@ textarea.form-control-lg {
vertical-align: .255em;
content: "";
border: .3em solid #0000;
border-top: none;
border-top: 0;
border-bottom-color: currentColor;
margin-left: .255em;
display: inline-block;
@@ -3675,7 +3675,7 @@ textarea.form-control-lg {
content: "";
border: .3em solid #0000;
border-left-color: currentColor;
border-right: none;
border-right: 0;
margin-left: .255em;
display: inline-block;
}
@@ -3735,7 +3735,7 @@ textarea.form-control-lg {
text-align: inherit;
white-space: nowrap;
background-color: #0000;
border: none;
border: 0;
padding: .25rem 1rem;
font-weight: 400;
text-decoration: none;
@@ -3969,7 +3969,7 @@ textarea.form-control-lg {
.nav-pills .nav-link {
background: none;
border: none;
border: 0;
border-radius: .25rem;
}
@@ -4076,7 +4076,7 @@ textarea.form-control-lg {
}
.navbar-toggler:focus {
outline: none;
outline: 0;
text-decoration: none;
box-shadow: 0 0 0 .25rem;
}
@@ -4132,8 +4132,8 @@ textarea.form-control-lg {
position: inherit;
z-index: 1000;
background-color: #0000;
border-left: none;
border-right: none;
border-left: 0;
border-right: 0;
flex-grow: 1;
transition: none;
bottom: 0;
@@ -4143,8 +4143,8 @@ textarea.form-control-lg {
.navbar-expand-sm .offcanvas-top, .navbar-expand-sm .offcanvas-bottom {
height: auto;
border-top: none;
border-bottom: none;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-sm .offcanvas-body {
@@ -4191,8 +4191,8 @@ textarea.form-control-lg {
position: inherit;
z-index: 1000;
background-color: #0000;
border-left: none;
border-right: none;
border-left: 0;
border-right: 0;
flex-grow: 1;
transition: none;
bottom: 0;
@@ -4202,8 +4202,8 @@ textarea.form-control-lg {
.navbar-expand-md .offcanvas-top, .navbar-expand-md .offcanvas-bottom {
height: auto;
border-top: none;
border-bottom: none;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-md .offcanvas-body {
@@ -4250,8 +4250,8 @@ textarea.form-control-lg {
position: inherit;
z-index: 1000;
background-color: #0000;
border-left: none;
border-right: none;
border-left: 0;
border-right: 0;
flex-grow: 1;
transition: none;
bottom: 0;
@@ -4261,8 +4261,8 @@ textarea.form-control-lg {
.navbar-expand-lg .offcanvas-top, .navbar-expand-lg .offcanvas-bottom {
height: auto;
border-top: none;
border-bottom: none;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-lg .offcanvas-body {
@@ -4309,8 +4309,8 @@ textarea.form-control-lg {
position: inherit;
z-index: 1000;
background-color: #0000;
border-left: none;
border-right: none;
border-left: 0;
border-right: 0;
flex-grow: 1;
transition: none;
bottom: 0;
@@ -4320,8 +4320,8 @@ textarea.form-control-lg {
.navbar-expand-xl .offcanvas-top, .navbar-expand-xl .offcanvas-bottom {
height: auto;
border-top: none;
border-bottom: none;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-xl .offcanvas-body {
@@ -4368,8 +4368,8 @@ textarea.form-control-lg {
position: inherit;
z-index: 1000;
background-color: #0000;
border-left: none;
border-right: none;
border-left: 0;
border-right: 0;
flex-grow: 1;
transition: none;
bottom: 0;
@@ -4379,8 +4379,8 @@ textarea.form-control-lg {
.navbar-expand-xxl .offcanvas-top, .navbar-expand-xxl .offcanvas-bottom {
height: auto;
border-top: none;
border-bottom: none;
border-top: 0;
border-bottom: 0;
}
.navbar-expand-xxl .offcanvas-body {
@@ -4426,8 +4426,8 @@ textarea.form-control-lg {
position: inherit;
z-index: 1000;
background-color: #0000;
border-left: none;
border-right: none;
border-left: 0;
border-right: 0;
flex-grow: 1;
transition: none;
bottom: 0;
@@ -4437,8 +4437,8 @@ textarea.form-control-lg {
.navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom {
height: auto;
border-top: none;
border-bottom: none;
border-top: 0;
border-bottom: 0;
}
.navbar-expand .offcanvas-body {
@@ -4557,7 +4557,7 @@ textarea.form-control-lg {
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
border-top: none;
border-top: 0;
}
.card-body {
@@ -4604,7 +4604,7 @@ textarea.form-control-lg {
}
.card-header-tabs {
border-bottom: none;
border-bottom: 0;
margin-bottom: -.5rem;
margin-left: -.5rem;
margin-right: -.5rem;
@@ -4652,7 +4652,7 @@ textarea.form-control-lg {
}
.card-group > .card + .card {
border-left: none;
border-left: 0;
margin-left: 0;
}
@@ -4689,7 +4689,7 @@ textarea.form-control-lg {
text-align: left;
overflow-anchor: none;
background-color: #fff;
border: none;
border: 0;
border-radius: 0;
align-items: center;
padding: 1rem 1.25rem;
@@ -4741,7 +4741,7 @@ textarea.form-control-lg {
.accordion-button:focus {
z-index: 3;
border-color: #86b7fe;
outline: none;
outline: 0;
box-shadow: 0 0 0 .25rem #0d6efd40;
}
@@ -4765,7 +4765,7 @@ textarea.form-control-lg {
}
.accordion-item:not(:first-of-type) {
border-top: none;
border-top: 0;
}
.accordion-item:last-of-type {
@@ -4792,17 +4792,17 @@ textarea.form-control-lg {
}
.accordion-flush .accordion-item {
border-left: none;
border-right: none;
border-left: 0;
border-right: 0;
border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
border-top: none;
border-top: 0;
}
.accordion-flush .accordion-item:last-child {
border-bottom: none;
border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
@@ -4865,7 +4865,7 @@ textarea.form-control-lg {
z-index: 3;
color: #0a58ca;
background-color: #e9ecef;
outline: none;
outline: 0;
box-shadow: 0 0 0 .25rem #0d6efd40;
}
@@ -5512,7 +5512,7 @@ textarea.form-control-lg {
color: #000;
opacity: .5;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em no-repeat;
border: none;
border: 0;
border-radius: .25rem;
padding: .25em;
}
@@ -5525,7 +5525,7 @@ textarea.form-control-lg {
.btn-close:focus {
opacity: 1;
outline: none;
outline: 0;
box-shadow: 0 0 0 .25rem #0d6efd40;
}
@@ -5596,7 +5596,7 @@ textarea.form-control-lg {
z-index: 1055;
width: 100%;
height: 100%;
outline: none;
outline: 0;
display: none;
position: fixed;
top: 0;
@@ -5657,7 +5657,7 @@ textarea.form-control-lg {
background-clip: padding-box;
border: 1px solid #0003;
border-radius: .3rem;
outline: none;
outline: 0;
flex-direction: column;
display: flex;
position: relative;
@@ -5764,7 +5764,7 @@ textarea.form-control-lg {
.modal-fullscreen .modal-content {
height: 100%;
border: none;
border: 0;
border-radius: 0;
}
@@ -5790,7 +5790,7 @@ textarea.form-control-lg {
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: none;
border: 0;
border-radius: 0;
}
@@ -5817,7 +5817,7 @@ textarea.form-control-lg {
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: none;
border: 0;
border-radius: 0;
}
@@ -5844,7 +5844,7 @@ textarea.form-control-lg {
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: none;
border: 0;
border-radius: 0;
}
@@ -5871,7 +5871,7 @@ textarea.form-control-lg {
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: none;
border: 0;
border-radius: 0;
}
@@ -5898,7 +5898,7 @@ textarea.form-control-lg {
.modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: none;
border: 0;
border-radius: 0;
}
@@ -6246,7 +6246,7 @@ textarea.form-control-lg {
text-align: center;
opacity: .5;
background: none;
border: none;
border: 0;
justify-content: center;
align-items: center;
padding: 0;
@@ -6266,7 +6266,7 @@ textarea.form-control-lg {
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
color: #fff;
opacity: .9;
outline: none;
outline: 0;
text-decoration: none;
}
@@ -6320,8 +6320,8 @@ textarea.form-control-lg {
background-color: #fff;
background-clip: padding-box;
border: 10px solid #0000;
border-left: none;
border-right: none;
border-left: 0;
border-right: 0;
flex: 0 auto;
margin-left: 3px;
margin-right: 3px;
@@ -6424,7 +6424,7 @@ textarea.form-control-lg {
visibility: hidden;
background-color: #fff;
background-clip: padding-box;
outline: none;
outline: 0;
flex-direction: column;
transition: transform .3s ease-in-out;
display: flex;
@@ -6756,7 +6756,7 @@ textarea.form-control-lg {
height: 1px !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: none !important;
border: 0 !important;
margin: -1px !important;
padding: 0 !important;
position: absolute !important;
@@ -6998,7 +6998,7 @@ textarea.form-control-lg {
}
.border-0 {
border: none !important;
border: 0 !important;
}
.border-top {
@@ -7006,7 +7006,7 @@ textarea.form-control-lg {
}
.border-top-0 {
border-top: none !important;
border-top: 0 !important;
}
.border-end {
@@ -7014,7 +7014,7 @@ textarea.form-control-lg {
}
.border-end-0 {
border-right: none !important;
border-right: 0 !important;
}
.border-bottom {
@@ -7022,7 +7022,7 @@ textarea.form-control-lg {
}
.border-bottom-0 {
border-bottom: none !important;
border-bottom: 0 !important;
}
.border-start {
@@ -7030,7 +7030,7 @@ textarea.form-control-lg {
}
.border-start-0 {
border-left: none !important;
border-left: 0 !important;
}
.border-primary {