Skip to content

Commit 764d667

Browse files
author
doublebyte1
committed
Merge commit '81e5e3252751e6d2df93339cca467c78cc226c98'
2 parents 1540649 + 81e5e32 commit 764d667

2 files changed

Lines changed: 14 additions & 56 deletions

File tree

dist/sprints/15/css/styles.css

Lines changed: 13 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/*!
33
* Start Bootstrap - Agency v7.0.5 (https://startbootstrap.com/theme/agency)
4-
* Copyright 2013-2023 Start Bootstrap
4+
* Copyright 2013-2025 Start Bootstrap
55
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
66
*/
77
/*!
@@ -2214,8 +2214,7 @@ progress {
22142214
.form-control::file-selector-button {
22152215
padding: 0.375rem 0.75rem;
22162216
margin: -0.375rem -0.75rem;
2217-
-webkit-margin-end: 0.75rem;
2218-
margin-inline-end: 0.75rem;
2217+
margin-inline-end: 0.75rem;
22192218
color: #212529;
22202219
background-color: #e9ecef;
22212220
pointer-events: none;
@@ -2237,8 +2236,7 @@ progress {
22372236
.form-control::-webkit-file-upload-button {
22382237
padding: 0.375rem 0.75rem;
22392238
margin: -0.375rem -0.75rem;
2240-
-webkit-margin-end: 0.75rem;
2241-
margin-inline-end: 0.75rem;
2239+
margin-inline-end: 0.75rem;
22422240
color: #212529;
22432241
background-color: #e9ecef;
22442242
pointer-events: none;
@@ -2285,14 +2283,12 @@ progress {
22852283
.form-control-sm::file-selector-button {
22862284
padding: 0.25rem 0.5rem;
22872285
margin: -0.25rem -0.5rem;
2288-
-webkit-margin-end: 0.5rem;
2289-
margin-inline-end: 0.5rem;
2286+
margin-inline-end: 0.5rem;
22902287
}
22912288
.form-control-sm::-webkit-file-upload-button {
22922289
padding: 0.25rem 0.5rem;
22932290
margin: -0.25rem -0.5rem;
2294-
-webkit-margin-end: 0.5rem;
2295-
margin-inline-end: 0.5rem;
2291+
margin-inline-end: 0.5rem;
22962292
}
22972293

22982294
.form-control-lg {
@@ -2304,14 +2300,12 @@ progress {
23042300
.form-control-lg::file-selector-button {
23052301
padding: 0.5rem 1rem;
23062302
margin: -0.5rem -1rem;
2307-
-webkit-margin-end: 1rem;
2308-
margin-inline-end: 1rem;
2303+
margin-inline-end: 1rem;
23092304
}
23102305
.form-control-lg::-webkit-file-upload-button {
23112306
padding: 0.5rem 1rem;
23122307
margin: -0.5rem -1rem;
2313-
-webkit-margin-end: 1rem;
2314-
margin-inline-end: 1rem;
2308+
margin-inline-end: 1rem;
23152309
}
23162310

23172311
textarea.form-control {
@@ -4769,12 +4763,6 @@ textarea.form-control-lg {
47694763
color: #101214;
47704764
}
47714765

4772-
@-webkit-keyframes progress-bar-stripes {
4773-
0% {
4774-
background-position-x: 1rem;
4775-
}
4776-
}
4777-
47784766
@keyframes progress-bar-stripes {
47794767
0% {
47804768
background-position-x: 1rem;
@@ -4812,13 +4800,11 @@ textarea.form-control-lg {
48124800
}
48134801

48144802
.progress-bar-animated {
4815-
-webkit-animation: 1s linear infinite progress-bar-stripes;
4816-
animation: 1s linear infinite progress-bar-stripes;
4803+
animation: 1s linear infinite progress-bar-stripes;
48174804
}
48184805
@media (prefers-reduced-motion: reduce) {
48194806
.progress-bar-animated {
4820-
-webkit-animation: none;
4821-
animation: none;
4807+
animation: none;
48224808
}
48234809
}
48244810

@@ -5209,7 +5195,6 @@ textarea.form-control-lg {
52095195
}
52105196

52115197
.toast-container {
5212-
width: -webkit-max-content;
52135198
width: -moz-max-content;
52145199
width: max-content;
52155200
max-width: 100%;
@@ -5777,8 +5762,7 @@ textarea.form-control-lg {
57775762
float: left;
57785763
width: 100%;
57795764
margin-right: -100%;
5780-
-webkit-backface-visibility: hidden;
5781-
backface-visibility: hidden;
5765+
backface-visibility: hidden;
57825766
transition: transform 0.6s ease-in-out;
57835767
}
57845768
@media (prefers-reduced-motion: reduce) {
@@ -5959,12 +5943,6 @@ textarea.form-control-lg {
59595943
color: #000;
59605944
}
59615945

5962-
@-webkit-keyframes spinner-border {
5963-
to {
5964-
transform: rotate(360deg) /* rtl:ignore */;
5965-
}
5966-
}
5967-
59685946
@keyframes spinner-border {
59695947
to {
59705948
transform: rotate(360deg) /* rtl:ignore */;
@@ -5978,8 +5956,7 @@ textarea.form-control-lg {
59785956
border: 0.25em solid currentColor;
59795957
border-right-color: transparent;
59805958
border-radius: 50%;
5981-
-webkit-animation: 0.75s linear infinite spinner-border;
5982-
animation: 0.75s linear infinite spinner-border;
5959+
animation: 0.75s linear infinite spinner-border;
59835960
}
59845961

59855962
.spinner-border-sm {
@@ -5988,16 +5965,6 @@ textarea.form-control-lg {
59885965
border-width: 0.2em;
59895966
}
59905967

5991-
@-webkit-keyframes spinner-grow {
5992-
0% {
5993-
transform: scale(0);
5994-
}
5995-
50% {
5996-
opacity: 1;
5997-
transform: none;
5998-
}
5999-
}
6000-
60015968
@keyframes spinner-grow {
60025969
0% {
60035970
transform: scale(0);
@@ -6015,8 +5982,7 @@ textarea.form-control-lg {
60155982
background-color: currentColor;
60165983
border-radius: 50%;
60175984
opacity: 0;
6018-
-webkit-animation: 0.75s linear infinite spinner-grow;
6019-
animation: 0.75s linear infinite spinner-grow;
5985+
animation: 0.75s linear infinite spinner-grow;
60205986
}
60215987

60225988
.spinner-grow-sm {
@@ -6027,8 +5993,7 @@ textarea.form-control-lg {
60275993
@media (prefers-reduced-motion: reduce) {
60285994
.spinner-border,
60295995
.spinner-grow {
6030-
-webkit-animation-duration: 1.5s;
6031-
animation-duration: 1.5s;
5996+
animation-duration: 1.5s;
60325997
}
60335998
}
60345999
.offcanvas {
@@ -6225,47 +6190,41 @@ textarea.form-control-lg {
62256190
}
62266191

62276192
.sticky-top {
6228-
position: -webkit-sticky;
62296193
position: sticky;
62306194
top: 0;
62316195
z-index: 1020;
62326196
}
62336197

62346198
@media (min-width: 576px) {
62356199
.sticky-sm-top {
6236-
position: -webkit-sticky;
62376200
position: sticky;
62386201
top: 0;
62396202
z-index: 1020;
62406203
}
62416204
}
62426205
@media (min-width: 768px) {
62436206
.sticky-md-top {
6244-
position: -webkit-sticky;
62456207
position: sticky;
62466208
top: 0;
62476209
z-index: 1020;
62486210
}
62496211
}
62506212
@media (min-width: 992px) {
62516213
.sticky-lg-top {
6252-
position: -webkit-sticky;
62536214
position: sticky;
62546215
top: 0;
62556216
z-index: 1020;
62566217
}
62576218
}
62586219
@media (min-width: 1200px) {
62596220
.sticky-xl-top {
6260-
position: -webkit-sticky;
62616221
position: sticky;
62626222
top: 0;
62636223
z-index: 1020;
62646224
}
62656225
}
62666226
@media (min-width: 1400px) {
62676227
.sticky-xxl-top {
6268-
position: -webkit-sticky;
62696228
position: sticky;
62706229
top: 0;
62716230
z-index: 1020;
@@ -6425,7 +6384,6 @@ textarea.form-control-lg {
64256384
}
64266385

64276386
.position-sticky {
6428-
position: -webkit-sticky !important;
64296387
position: sticky !important;
64306388
}
64316389

dist/sprints/15/js/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Start Bootstrap - Agency v7.0.5 (https://startbootstrap.com/theme/agency)
3-
* Copyright 2013-2023 Start Bootstrap
3+
* Copyright 2013-2025 Start Bootstrap
44
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
55
*/
66
//

0 commit comments

Comments
 (0)