@agilekit/ui 0.0.514-alpha.0 → 0.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +42 -42
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +0 -8
- package/lib/src/Theme.d.ts +5 -3
- package/lib/src/components/Badge/Badge.d.ts +1 -1
- package/lib/src/components/Box/Box.d.ts +1 -1
- package/lib/src/components/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/lib/src/components/Card/Card.d.ts +1 -1
- package/lib/src/components/ChoiceItem/ChoiceItem.d.ts +1 -1
- package/lib/src/components/DataTable/DataTable.d.ts +1 -1
- package/lib/src/components/FormSectionTitle/FormSectionTitle.d.ts +1 -1
- package/lib/src/components/Gallery/Gallery.d.ts +1 -1
- package/lib/src/components/Gallery/components/ImageWithFallback/ImageWithFallback.d.ts +1 -1
- package/lib/src/components/Gallery/components/Lightbox/Lightbox.d.ts +2 -2
- package/lib/src/components/Grid/components/Row/Row.d.ts +1 -1
- package/lib/src/components/Link/Link.d.ts +1 -1
- package/lib/src/components/PaymentProcessing/PaymentProcessing.d.ts +2 -2
- package/lib/src/components/Popover/Popover.d.ts +1 -1
- package/lib/src/components/Slider/Slider.d.ts +2 -2
- package/lib/src/components/Switch/Switch.d.ts +1 -1
- package/lib/src/components/TableList/TableList.d.ts +1 -1
- package/lib/src/components/TableList/components/Cell/Cell.d.ts +1 -1
- package/lib/src/components/TableList/components/ColumnHeader/ColumnHeader.d.ts +1 -1
- package/lib/src/components/TextField/TextField.styles.d.ts +4 -3
- package/lib/src/index.d.ts +5 -3
- package/package.json +160 -162
- package/src/assets/fonts/fontello/README.txt +75 -75
- package/src/assets/fonts/fontello/config.json +933 -933
- package/src/assets/fonts/fontello/css/animation.css +85 -85
- package/src/assets/fonts/fontello/css/fontello-codes.css +66 -66
- package/src/assets/fonts/fontello/css/fontello-embedded.css +119 -119
- package/src/assets/fonts/fontello/css/fontello-ie7-codes.css +66 -66
- package/src/assets/fonts/fontello/css/fontello-ie7.css +77 -77
- package/src/assets/fonts/fontello/css/fontello.css +122 -122
- package/src/assets/fonts/fontello/demo.html +402 -402
- package/src/assets/fonts/fontello/font/fontello.eot +0 -0
- package/src/assets/fonts/fontello/font/fontello.svg +141 -141
- package/src/assets/fonts/fontello/font/fontello.ttf +0 -0
- package/src/assets/fonts/fontello/font/fontello.woff +0 -0
- package/src/assets/fonts/fontello/font/fontello.woff2 +0 -0
- package/src/assets/fonts/svg/Icon/ic-chat.svg +12 -12
- package/src/assets/fonts/svg/Icon/ic-dollar.svg +13 -13
- package/src/assets/fonts/svg/Icon/ic-invoice.svg +15 -15
- package/src/assets/fonts/svg/Icon/ic-menu.svg +8 -8
- package/src/assets/fonts/svg/ic-activity.svg +8 -8
- package/src/assets/fonts/svg/ic-arrow-long-right.svg +48 -48
- package/src/assets/fonts/svg/ic-arrows.svg +9 -9
- package/src/assets/fonts/svg/ic-atm-card.svg +9 -9
- package/src/assets/fonts/svg/ic-bank-solid.svg +10 -10
- package/src/assets/fonts/svg/ic-bell.svg +10 -10
- package/src/assets/fonts/svg/ic-briefcase.svg +9 -9
- package/src/assets/fonts/svg/ic-calendar-alt.svg +15 -15
- package/src/assets/fonts/svg/ic-check-alt.svg +26 -26
- package/src/assets/fonts/svg/ic-check.svg +10 -10
- package/src/assets/fonts/svg/ic-circle-solid.svg +7 -7
- package/src/assets/fonts/svg/ic-circle.svg +7 -7
- package/src/assets/fonts/svg/ic-close.svg +9 -9
- package/src/assets/fonts/svg/ic-cog-solid.svg +14 -14
- package/src/assets/fonts/svg/ic-credit-card-solid.svg +7 -7
- package/src/assets/fonts/svg/ic-credit-card.svg +7 -7
- package/src/assets/fonts/svg/ic-database.svg +9 -9
- package/src/assets/fonts/svg/ic-desktop.svg +9 -9
- package/src/assets/fonts/svg/ic-dollar-solid.svg +10 -10
- package/src/assets/fonts/svg/ic-exclamation.svg +10 -10
- package/src/assets/fonts/svg/ic-globe.svg +9 -9
- package/src/assets/fonts/svg/ic-grid-solid.svg +9 -9
- package/src/assets/fonts/svg/ic-hash.svg +10 -10
- package/src/assets/fonts/svg/ic-help-circle.svg +11 -11
- package/src/assets/fonts/svg/ic-info.svg +10 -10
- package/src/assets/fonts/svg/ic-keyhole-square.svg +9 -9
- package/src/assets/fonts/svg/ic-lock.svg +8 -8
- package/src/assets/fonts/svg/ic-log-in.svg +9 -9
- package/src/assets/fonts/svg/ic-log-out.svg +9 -9
- package/src/assets/fonts/svg/ic-mail.svg +8 -8
- package/src/assets/fonts/svg/ic-map-pin.svg +8 -8
- package/src/assets/fonts/svg/ic-menu.svg +8 -8
- package/src/assets/fonts/svg/ic-minus.svg +6 -6
- package/src/assets/fonts/svg/ic-mobile-android.svg +9 -9
- package/src/assets/fonts/svg/ic-more.svg +27 -27
- package/src/assets/fonts/svg/ic-pen.svg +9 -9
- package/src/assets/fonts/svg/ic-phone.svg +13 -13
- package/src/assets/fonts/svg/ic-plus.svg +10 -10
- package/src/assets/fonts/svg/ic-question.svg +8 -8
- package/src/assets/fonts/svg/ic-search.svg +8 -8
- package/src/assets/fonts/svg/ic-settings.svg +27 -27
- package/src/assets/fonts/svg/ic-shield.svg +8 -8
- package/src/assets/fonts/svg/ic-shopping-cart.svg +9 -9
- package/src/assets/fonts/svg/ic-slash-solid.svg +7 -7
- package/src/assets/fonts/svg/ic-slash.svg +9 -9
- package/src/assets/fonts/svg/ic-sliders.svg +12 -12
- package/src/assets/fonts/svg/ic-store.svg +11 -11
- package/src/assets/fonts/svg/ic-tablet.svg +10 -10
- package/src/assets/fonts/svg/ic-user-circle.svg +10 -10
- package/src/assets/fonts/svg/ic-users.svg +21 -21
- package/src/assets/fonts/svg/ic-x-alt.svg +8 -8
- package/src/assets/styles/global/bootstrap/_alert.scss +51 -51
- package/src/assets/styles/global/bootstrap/_badge.scss +53 -53
- package/src/assets/styles/global/bootstrap/_breadcrumb.scss +41 -41
- package/src/assets/styles/global/bootstrap/_button-group.scss +163 -163
- package/src/assets/styles/global/bootstrap/_buttons.scss +140 -140
- package/src/assets/styles/global/bootstrap/_card.scss +311 -311
- package/src/assets/styles/global/bootstrap/_carousel.scss +199 -199
- package/src/assets/styles/global/bootstrap/_close.scss +44 -44
- package/src/assets/styles/global/bootstrap/_code.scss +48 -48
- package/src/assets/styles/global/bootstrap/_custom-forms.scss +508 -508
- package/src/assets/styles/global/bootstrap/_dropdown.scss +191 -191
- package/src/assets/styles/global/bootstrap/_forms.scss +335 -335
- package/src/assets/styles/global/bootstrap/_functions.scss +87 -87
- package/src/assets/styles/global/bootstrap/_grid.scss +52 -52
- package/src/assets/styles/global/bootstrap/_images.scss +42 -42
- package/src/assets/styles/global/bootstrap/_input-group.scss +193 -193
- package/src/assets/styles/global/bootstrap/_jumbotron.scss +18 -18
- package/src/assets/styles/global/bootstrap/_list-group.scss +121 -121
- package/src/assets/styles/global/bootstrap/_media.scss +8 -8
- package/src/assets/styles/global/bootstrap/_mixins.scss +41 -41
- package/src/assets/styles/global/bootstrap/_modal.scss +186 -186
- package/src/assets/styles/global/bootstrap/_nav.scss +120 -120
- package/src/assets/styles/global/bootstrap/_navbar.scss +299 -299
- package/src/assets/styles/global/bootstrap/_pagination.scss +78 -78
- package/src/assets/styles/global/bootstrap/_popover.scss +185 -185
- package/src/assets/styles/global/bootstrap/_print.scss +141 -141
- package/src/assets/styles/global/bootstrap/_progress.scss +34 -34
- package/src/assets/styles/global/bootstrap/_reboot.scss +462 -462
- package/src/assets/styles/global/bootstrap/_root.scss +19 -19
- package/src/assets/styles/global/bootstrap/_spinners.scss +53 -53
- package/src/assets/styles/global/bootstrap/_tables.scss +187 -187
- package/src/assets/styles/global/bootstrap/_toasts.scss +43 -43
- package/src/assets/styles/global/bootstrap/_tooltip.scss +117 -117
- package/src/assets/styles/global/bootstrap/_transitions.scss +22 -22
- package/src/assets/styles/global/bootstrap/_type.scss +125 -125
- package/src/assets/styles/global/bootstrap/_utilities.scss +16 -16
- package/src/assets/styles/global/bootstrap/_variables.scss +1088 -1088
- package/src/assets/styles/global/bootstrap/bootstrap-grid.scss +29 -29
- package/src/assets/styles/global/bootstrap/bootstrap-reboot.scss +12 -12
- package/src/assets/styles/global/bootstrap/bootstrap.scss +44 -44
- package/src/assets/styles/global/bootstrap/mixins/_alert.scss +13 -13
- package/src/assets/styles/global/bootstrap/mixins/_background-variant.scss +21 -21
- package/src/assets/styles/global/bootstrap/mixins/_badge.scss +11 -11
- package/src/assets/styles/global/bootstrap/mixins/_border-radius.scss +35 -35
- package/src/assets/styles/global/bootstrap/mixins/_box-shadow.scss +5 -5
- package/src/assets/styles/global/bootstrap/mixins/_breakpoints.scss +123 -123
- package/src/assets/styles/global/bootstrap/mixins/_buttons.scss +111 -111
- package/src/assets/styles/global/bootstrap/mixins/_caret.scss +62 -62
- package/src/assets/styles/global/bootstrap/mixins/_clearfix.scss +7 -7
- package/src/assets/styles/global/bootstrap/mixins/_float.scss +11 -11
- package/src/assets/styles/global/bootstrap/mixins/_forms.scss +198 -198
- package/src/assets/styles/global/bootstrap/mixins/_gradients.scss +45 -45
- package/src/assets/styles/global/bootstrap/mixins/_grid-framework.scss +66 -66
- package/src/assets/styles/global/bootstrap/mixins/_grid.scss +51 -51
- package/src/assets/styles/global/bootstrap/mixins/_hover.scss +37 -37
- package/src/assets/styles/global/bootstrap/mixins/_image.scss +36 -36
- package/src/assets/styles/global/bootstrap/mixins/_list-group.scss +21 -21
- package/src/assets/styles/global/bootstrap/mixins/_lists.scss +7 -7
- package/src/assets/styles/global/bootstrap/mixins/_nav-divider.scss +10 -10
- package/src/assets/styles/global/bootstrap/mixins/_pagination.scss +22 -22
- package/src/assets/styles/global/bootstrap/mixins/_reset-text.scss +17 -17
- package/src/assets/styles/global/bootstrap/mixins/_resize.scss +6 -6
- package/src/assets/styles/global/bootstrap/mixins/_screen-reader.scss +33 -33
- package/src/assets/styles/global/bootstrap/mixins/_size.scss +6 -6
- package/src/assets/styles/global/bootstrap/mixins/_table-row.scss +39 -39
- package/src/assets/styles/global/bootstrap/mixins/_text-emphasis.scss +14 -14
- package/src/assets/styles/global/bootstrap/mixins/_text-hide.scss +13 -13
- package/src/assets/styles/global/bootstrap/mixins/_text-truncate.scss +8 -8
- package/src/assets/styles/global/bootstrap/mixins/_transition.scss +16 -16
- package/src/assets/styles/global/bootstrap/mixins/_visibility.scss +7 -7
- package/src/assets/styles/global/bootstrap/utilities/_align.scss +8 -8
- package/src/assets/styles/global/bootstrap/utilities/_background.scss +19 -19
- package/src/assets/styles/global/bootstrap/utilities/_borders.scss +63 -63
- package/src/assets/styles/global/bootstrap/utilities/_clearfix.scss +3 -3
- package/src/assets/styles/global/bootstrap/utilities/_display.scss +38 -38
- package/src/assets/styles/global/bootstrap/utilities/_embed.scss +40 -40
- package/src/assets/styles/global/bootstrap/utilities/_flex.scss +51 -51
- package/src/assets/styles/global/bootstrap/utilities/_float.scss +9 -9
- package/src/assets/styles/global/bootstrap/utilities/_overflow.scss +5 -5
- package/src/assets/styles/global/bootstrap/utilities/_position.scss +32 -32
- package/src/assets/styles/global/bootstrap/utilities/_screenreaders.scss +11 -11
- package/src/assets/styles/global/bootstrap/utilities/_shadows.scss +6 -6
- package/src/assets/styles/global/bootstrap/utilities/_sizing.scss +20 -20
- package/src/assets/styles/global/bootstrap/utilities/_spacing.scss +73 -73
- package/src/assets/styles/global/bootstrap/utilities/_text.scss +67 -67
- package/src/assets/styles/global/bootstrap/utilities/_visibility.scss +11 -11
- package/src/assets/styles/global/core/card.scss +6 -6
- package/src/assets/styles/global/core/color.scss +76 -76
- package/src/assets/styles/global/core/status.scss +17 -17
- package/src/assets/styles/global/styles.scss +24 -24
- package/src/assets/styles/global/vendors/ant-design-grid.scss +5046 -5046
- package/src/assets/styles/shared/elements/scrollbar.scss +30 -30
- package/src/assets/styles/shared/settings/breakpoints.scss +10 -10
- package/src/assets/styles/shared/settings/colors.scss +110 -110
- package/src/assets/styles/shared/settings/depth.scss +14 -14
- package/src/assets/styles/shared/settings/layout.scss +10 -10
- package/src/assets/styles/shared/settings/typography.scss +9 -9
- package/src/assets/styles/shared/shared.scss +8 -8
- package/src/assets/styles/shared/tools/respond-to.scss +32 -32
- package/src/components/utils/breakpoints.ts +14 -14
- package/src/components/utils/browser.ts +10 -10
- package/src/components/utils/findParentBySelector.ts +17 -17
- package/src/components/utils/idGenerator.ts +4 -4
- package/src/components/utils/index.ts +4 -4
- package/src/components/utils/setNativeValue.ts +13 -13
- package/lib/src/components/Breadcrumb/Breadcrumb.styles.d.ts +0 -2
- package/lib/src/components/Loader/Loader.styles.d.ts +0 -2
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
// stylelint-disable property-blacklist
|
|
2
|
-
@mixin transition($transition...) {
|
|
3
|
-
@if $enable-transitions {
|
|
4
|
-
@if length($transition) == 0 {
|
|
5
|
-
transition: $transition-base;
|
|
6
|
-
} @else {
|
|
7
|
-
transition: $transition;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@if $enable-prefers-reduced-motion-media-query {
|
|
12
|
-
@media screen and (prefers-reduced-motion: reduce) {
|
|
13
|
-
transition: none;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
1
|
+
// stylelint-disable property-blacklist
|
|
2
|
+
@mixin transition($transition...) {
|
|
3
|
+
@if $enable-transitions {
|
|
4
|
+
@if length($transition) == 0 {
|
|
5
|
+
transition: $transition-base;
|
|
6
|
+
} @else {
|
|
7
|
+
transition: $transition;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@if $enable-prefers-reduced-motion-media-query {
|
|
12
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
13
|
+
transition: none;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
// Visibility
|
|
4
|
-
|
|
5
|
-
@mixin invisible($visibility) {
|
|
6
|
-
visibility: $visibility !important;
|
|
7
|
-
}
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
// Visibility
|
|
4
|
+
|
|
5
|
+
@mixin invisible($visibility) {
|
|
6
|
+
visibility: $visibility !important;
|
|
7
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
.align-baseline { vertical-align: baseline !important; } // Browser default
|
|
4
|
-
.align-top { vertical-align: top !important; }
|
|
5
|
-
.align-middle { vertical-align: middle !important; }
|
|
6
|
-
.align-bottom { vertical-align: bottom !important; }
|
|
7
|
-
.align-text-bottom { vertical-align: text-bottom !important; }
|
|
8
|
-
.align-text-top { vertical-align: text-top !important; }
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
.align-baseline { vertical-align: baseline !important; } // Browser default
|
|
4
|
+
.align-top { vertical-align: top !important; }
|
|
5
|
+
.align-middle { vertical-align: middle !important; }
|
|
6
|
+
.align-bottom { vertical-align: bottom !important; }
|
|
7
|
+
.align-text-bottom { vertical-align: text-bottom !important; }
|
|
8
|
+
.align-text-top { vertical-align: text-top !important; }
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
@each $color, $value in $theme-colors {
|
|
4
|
-
@include bg-variant(".bg-#{$color}", $value);
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
@if $enable-gradients {
|
|
8
|
-
@each $color, $value in $theme-colors {
|
|
9
|
-
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.bg-white {
|
|
14
|
-
background-color: $white !important;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.bg-transparent {
|
|
18
|
-
background-color: transparent !important;
|
|
19
|
-
}
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
@each $color, $value in $theme-colors {
|
|
4
|
+
@include bg-variant(".bg-#{$color}", $value);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@if $enable-gradients {
|
|
8
|
+
@each $color, $value in $theme-colors {
|
|
9
|
+
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.bg-white {
|
|
14
|
+
background-color: $white !important;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.bg-transparent {
|
|
18
|
+
background-color: transparent !important;
|
|
19
|
+
}
|
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
//
|
|
4
|
-
// Border
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
.border { border: $border-width solid $border-color !important; }
|
|
8
|
-
.border-top { border-top: $border-width solid $border-color !important; }
|
|
9
|
-
.border-right { border-right: $border-width solid $border-color !important; }
|
|
10
|
-
.border-bottom { border-bottom: $border-width solid $border-color !important; }
|
|
11
|
-
.border-left { border-left: $border-width solid $border-color !important; }
|
|
12
|
-
|
|
13
|
-
.border-0 { border: 0 !important; }
|
|
14
|
-
.border-top-0 { border-top: 0 !important; }
|
|
15
|
-
.border-right-0 { border-right: 0 !important; }
|
|
16
|
-
.border-bottom-0 { border-bottom: 0 !important; }
|
|
17
|
-
.border-left-0 { border-left: 0 !important; }
|
|
18
|
-
|
|
19
|
-
@each $color, $value in $theme-colors {
|
|
20
|
-
.border-#{$color} {
|
|
21
|
-
border-color: $value !important;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.border-white {
|
|
26
|
-
border-color: $white !important;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
//
|
|
30
|
-
// Border-radius
|
|
31
|
-
//
|
|
32
|
-
|
|
33
|
-
.rounded {
|
|
34
|
-
border-radius: $border-radius !important;
|
|
35
|
-
}
|
|
36
|
-
.rounded-top {
|
|
37
|
-
border-top-left-radius: $border-radius !important;
|
|
38
|
-
border-top-right-radius: $border-radius !important;
|
|
39
|
-
}
|
|
40
|
-
.rounded-right {
|
|
41
|
-
border-top-right-radius: $border-radius !important;
|
|
42
|
-
border-bottom-right-radius: $border-radius !important;
|
|
43
|
-
}
|
|
44
|
-
.rounded-bottom {
|
|
45
|
-
border-bottom-right-radius: $border-radius !important;
|
|
46
|
-
border-bottom-left-radius: $border-radius !important;
|
|
47
|
-
}
|
|
48
|
-
.rounded-left {
|
|
49
|
-
border-top-left-radius: $border-radius !important;
|
|
50
|
-
border-bottom-left-radius: $border-radius !important;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.rounded-circle {
|
|
54
|
-
border-radius: 50% !important;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.rounded-pill {
|
|
58
|
-
border-radius: $rounded-pill !important;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.rounded-0 {
|
|
62
|
-
border-radius: 0 !important;
|
|
63
|
-
}
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
//
|
|
4
|
+
// Border
|
|
5
|
+
//
|
|
6
|
+
|
|
7
|
+
.border { border: $border-width solid $border-color !important; }
|
|
8
|
+
.border-top { border-top: $border-width solid $border-color !important; }
|
|
9
|
+
.border-right { border-right: $border-width solid $border-color !important; }
|
|
10
|
+
.border-bottom { border-bottom: $border-width solid $border-color !important; }
|
|
11
|
+
.border-left { border-left: $border-width solid $border-color !important; }
|
|
12
|
+
|
|
13
|
+
.border-0 { border: 0 !important; }
|
|
14
|
+
.border-top-0 { border-top: 0 !important; }
|
|
15
|
+
.border-right-0 { border-right: 0 !important; }
|
|
16
|
+
.border-bottom-0 { border-bottom: 0 !important; }
|
|
17
|
+
.border-left-0 { border-left: 0 !important; }
|
|
18
|
+
|
|
19
|
+
@each $color, $value in $theme-colors {
|
|
20
|
+
.border-#{$color} {
|
|
21
|
+
border-color: $value !important;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.border-white {
|
|
26
|
+
border-color: $white !important;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
//
|
|
30
|
+
// Border-radius
|
|
31
|
+
//
|
|
32
|
+
|
|
33
|
+
.rounded {
|
|
34
|
+
border-radius: $border-radius !important;
|
|
35
|
+
}
|
|
36
|
+
.rounded-top {
|
|
37
|
+
border-top-left-radius: $border-radius !important;
|
|
38
|
+
border-top-right-radius: $border-radius !important;
|
|
39
|
+
}
|
|
40
|
+
.rounded-right {
|
|
41
|
+
border-top-right-radius: $border-radius !important;
|
|
42
|
+
border-bottom-right-radius: $border-radius !important;
|
|
43
|
+
}
|
|
44
|
+
.rounded-bottom {
|
|
45
|
+
border-bottom-right-radius: $border-radius !important;
|
|
46
|
+
border-bottom-left-radius: $border-radius !important;
|
|
47
|
+
}
|
|
48
|
+
.rounded-left {
|
|
49
|
+
border-top-left-radius: $border-radius !important;
|
|
50
|
+
border-bottom-left-radius: $border-radius !important;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.rounded-circle {
|
|
54
|
+
border-radius: 50% !important;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.rounded-pill {
|
|
58
|
+
border-radius: $rounded-pill !important;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.rounded-0 {
|
|
62
|
+
border-radius: 0 !important;
|
|
63
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
.clearfix {
|
|
2
|
-
@include clearfix();
|
|
3
|
-
}
|
|
1
|
+
.clearfix {
|
|
2
|
+
@include clearfix();
|
|
3
|
+
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
//
|
|
4
|
-
// Utilities for common `display` values
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
8
|
-
@include media-breakpoint-up($breakpoint) {
|
|
9
|
-
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
10
|
-
|
|
11
|
-
.d#{$infix}-none { display: none !important; }
|
|
12
|
-
.d#{$infix}-inline { display: inline !important; }
|
|
13
|
-
.d#{$infix}-inline-block { display: inline-block !important; }
|
|
14
|
-
.d#{$infix}-block { display: block !important; }
|
|
15
|
-
.d#{$infix}-table { display: table !important; }
|
|
16
|
-
.d#{$infix}-table-row { display: table-row !important; }
|
|
17
|
-
.d#{$infix}-table-cell { display: table-cell !important; }
|
|
18
|
-
.d#{$infix}-flex { display: flex !important; }
|
|
19
|
-
.d#{$infix}-inline-flex { display: inline-flex !important; }
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
//
|
|
25
|
-
// Utilities for toggling `display` in print
|
|
26
|
-
//
|
|
27
|
-
|
|
28
|
-
@media print {
|
|
29
|
-
.d-print-none { display: none !important; }
|
|
30
|
-
.d-print-inline { display: inline !important; }
|
|
31
|
-
.d-print-inline-block { display: inline-block !important; }
|
|
32
|
-
.d-print-block { display: block !important; }
|
|
33
|
-
.d-print-table { display: table !important; }
|
|
34
|
-
.d-print-table-row { display: table-row !important; }
|
|
35
|
-
.d-print-table-cell { display: table-cell !important; }
|
|
36
|
-
.d-print-flex { display: flex !important; }
|
|
37
|
-
.d-print-inline-flex { display: inline-flex !important; }
|
|
38
|
-
}
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
//
|
|
4
|
+
// Utilities for common `display` values
|
|
5
|
+
//
|
|
6
|
+
|
|
7
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
8
|
+
@include media-breakpoint-up($breakpoint) {
|
|
9
|
+
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
10
|
+
|
|
11
|
+
.d#{$infix}-none { display: none !important; }
|
|
12
|
+
.d#{$infix}-inline { display: inline !important; }
|
|
13
|
+
.d#{$infix}-inline-block { display: inline-block !important; }
|
|
14
|
+
.d#{$infix}-block { display: block !important; }
|
|
15
|
+
.d#{$infix}-table { display: table !important; }
|
|
16
|
+
.d#{$infix}-table-row { display: table-row !important; }
|
|
17
|
+
.d#{$infix}-table-cell { display: table-cell !important; }
|
|
18
|
+
.d#{$infix}-flex { display: flex !important; }
|
|
19
|
+
.d#{$infix}-inline-flex { display: inline-flex !important; }
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
//
|
|
25
|
+
// Utilities for toggling `display` in print
|
|
26
|
+
//
|
|
27
|
+
|
|
28
|
+
@media print {
|
|
29
|
+
.d-print-none { display: none !important; }
|
|
30
|
+
.d-print-inline { display: inline !important; }
|
|
31
|
+
.d-print-inline-block { display: inline-block !important; }
|
|
32
|
+
.d-print-block { display: block !important; }
|
|
33
|
+
.d-print-table { display: table !important; }
|
|
34
|
+
.d-print-table-row { display: table-row !important; }
|
|
35
|
+
.d-print-table-cell { display: table-cell !important; }
|
|
36
|
+
.d-print-flex { display: flex !important; }
|
|
37
|
+
.d-print-inline-flex { display: inline-flex !important; }
|
|
38
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
@use "sass:math";
|
|
2
|
-
// Credit: Nicolas Gallagher and SUIT CSS.
|
|
3
|
-
|
|
4
|
-
.embed-responsive {
|
|
5
|
-
position: relative;
|
|
6
|
-
display: block;
|
|
7
|
-
width: 100%;
|
|
8
|
-
padding: 0;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
|
|
11
|
-
&::before {
|
|
12
|
-
display: block;
|
|
13
|
-
content: "";
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.embed-responsive-item,
|
|
17
|
-
iframe,
|
|
18
|
-
embed,
|
|
19
|
-
object,
|
|
20
|
-
video {
|
|
21
|
-
position: absolute;
|
|
22
|
-
top: 0;
|
|
23
|
-
bottom: 0;
|
|
24
|
-
left: 0;
|
|
25
|
-
width: 100%;
|
|
26
|
-
height: 100%;
|
|
27
|
-
border: 0;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@each $embed-responsive-aspect-ratio in $embed-responsive-aspect-ratios {
|
|
32
|
-
$embed-responsive-aspect-ratio-x: nth($embed-responsive-aspect-ratio, 1);
|
|
33
|
-
$embed-responsive-aspect-ratio-y: nth($embed-responsive-aspect-ratio, 2);
|
|
34
|
-
|
|
35
|
-
.embed-responsive-#{$embed-responsive-aspect-ratio-x}by#{$embed-responsive-aspect-ratio-y} {
|
|
36
|
-
&::before {
|
|
37
|
-
padding-top: percentage(math.div($embed-responsive-aspect-ratio-y, $embed-responsive-aspect-ratio-x));
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
1
|
+
@use "sass:math";
|
|
2
|
+
// Credit: Nicolas Gallagher and SUIT CSS.
|
|
3
|
+
|
|
4
|
+
.embed-responsive {
|
|
5
|
+
position: relative;
|
|
6
|
+
display: block;
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding: 0;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
|
|
11
|
+
&::before {
|
|
12
|
+
display: block;
|
|
13
|
+
content: "";
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.embed-responsive-item,
|
|
17
|
+
iframe,
|
|
18
|
+
embed,
|
|
19
|
+
object,
|
|
20
|
+
video {
|
|
21
|
+
position: absolute;
|
|
22
|
+
top: 0;
|
|
23
|
+
bottom: 0;
|
|
24
|
+
left: 0;
|
|
25
|
+
width: 100%;
|
|
26
|
+
height: 100%;
|
|
27
|
+
border: 0;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@each $embed-responsive-aspect-ratio in $embed-responsive-aspect-ratios {
|
|
32
|
+
$embed-responsive-aspect-ratio-x: nth($embed-responsive-aspect-ratio, 1);
|
|
33
|
+
$embed-responsive-aspect-ratio-y: nth($embed-responsive-aspect-ratio, 2);
|
|
34
|
+
|
|
35
|
+
.embed-responsive-#{$embed-responsive-aspect-ratio-x}by#{$embed-responsive-aspect-ratio-y} {
|
|
36
|
+
&::before {
|
|
37
|
+
padding-top: percentage(math.div($embed-responsive-aspect-ratio-y, $embed-responsive-aspect-ratio-x));
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
// Flex variation
|
|
4
|
-
//
|
|
5
|
-
// Custom styles for additional flex alignment options.
|
|
6
|
-
|
|
7
|
-
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
8
|
-
@include media-breakpoint-up($breakpoint) {
|
|
9
|
-
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
10
|
-
|
|
11
|
-
.flex#{$infix}-row { flex-direction: row !important; }
|
|
12
|
-
.flex#{$infix}-column { flex-direction: column !important; }
|
|
13
|
-
.flex#{$infix}-row-reverse { flex-direction: row-reverse !important; }
|
|
14
|
-
.flex#{$infix}-column-reverse { flex-direction: column-reverse !important; }
|
|
15
|
-
|
|
16
|
-
.flex#{$infix}-wrap { flex-wrap: wrap !important; }
|
|
17
|
-
.flex#{$infix}-nowrap { flex-wrap: nowrap !important; }
|
|
18
|
-
.flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }
|
|
19
|
-
.flex#{$infix}-fill { flex: 1 1 auto !important; }
|
|
20
|
-
.flex#{$infix}-grow-0 { flex-grow: 0 !important; }
|
|
21
|
-
.flex#{$infix}-grow-1 { flex-grow: 1 !important; }
|
|
22
|
-
.flex#{$infix}-shrink-0 { flex-shrink: 0 !important; }
|
|
23
|
-
.flex#{$infix}-shrink-1 { flex-shrink: 1 !important; }
|
|
24
|
-
|
|
25
|
-
.justify-content#{$infix}-start { justify-content: flex-start !important; }
|
|
26
|
-
.justify-content#{$infix}-end { justify-content: flex-end !important; }
|
|
27
|
-
.justify-content#{$infix}-center { justify-content: center !important; }
|
|
28
|
-
.justify-content#{$infix}-between { justify-content: space-between !important; }
|
|
29
|
-
.justify-content#{$infix}-around { justify-content: space-around !important; }
|
|
30
|
-
|
|
31
|
-
.align-items#{$infix}-start { align-items: flex-start !important; }
|
|
32
|
-
.align-items#{$infix}-end { align-items: flex-end !important; }
|
|
33
|
-
.align-items#{$infix}-center { align-items: center !important; }
|
|
34
|
-
.align-items#{$infix}-baseline { align-items: baseline !important; }
|
|
35
|
-
.align-items#{$infix}-stretch { align-items: stretch !important; }
|
|
36
|
-
|
|
37
|
-
.align-content#{$infix}-start { align-content: flex-start !important; }
|
|
38
|
-
.align-content#{$infix}-end { align-content: flex-end !important; }
|
|
39
|
-
.align-content#{$infix}-center { align-content: center !important; }
|
|
40
|
-
.align-content#{$infix}-between { align-content: space-between !important; }
|
|
41
|
-
.align-content#{$infix}-around { align-content: space-around !important; }
|
|
42
|
-
.align-content#{$infix}-stretch { align-content: stretch !important; }
|
|
43
|
-
|
|
44
|
-
.align-self#{$infix}-auto { align-self: auto !important; }
|
|
45
|
-
.align-self#{$infix}-start { align-self: flex-start !important; }
|
|
46
|
-
.align-self#{$infix}-end { align-self: flex-end !important; }
|
|
47
|
-
.align-self#{$infix}-center { align-self: center !important; }
|
|
48
|
-
.align-self#{$infix}-baseline { align-self: baseline !important; }
|
|
49
|
-
.align-self#{$infix}-stretch { align-self: stretch !important; }
|
|
50
|
-
}
|
|
51
|
-
}
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
// Flex variation
|
|
4
|
+
//
|
|
5
|
+
// Custom styles for additional flex alignment options.
|
|
6
|
+
|
|
7
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
8
|
+
@include media-breakpoint-up($breakpoint) {
|
|
9
|
+
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
10
|
+
|
|
11
|
+
.flex#{$infix}-row { flex-direction: row !important; }
|
|
12
|
+
.flex#{$infix}-column { flex-direction: column !important; }
|
|
13
|
+
.flex#{$infix}-row-reverse { flex-direction: row-reverse !important; }
|
|
14
|
+
.flex#{$infix}-column-reverse { flex-direction: column-reverse !important; }
|
|
15
|
+
|
|
16
|
+
.flex#{$infix}-wrap { flex-wrap: wrap !important; }
|
|
17
|
+
.flex#{$infix}-nowrap { flex-wrap: nowrap !important; }
|
|
18
|
+
.flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }
|
|
19
|
+
.flex#{$infix}-fill { flex: 1 1 auto !important; }
|
|
20
|
+
.flex#{$infix}-grow-0 { flex-grow: 0 !important; }
|
|
21
|
+
.flex#{$infix}-grow-1 { flex-grow: 1 !important; }
|
|
22
|
+
.flex#{$infix}-shrink-0 { flex-shrink: 0 !important; }
|
|
23
|
+
.flex#{$infix}-shrink-1 { flex-shrink: 1 !important; }
|
|
24
|
+
|
|
25
|
+
.justify-content#{$infix}-start { justify-content: flex-start !important; }
|
|
26
|
+
.justify-content#{$infix}-end { justify-content: flex-end !important; }
|
|
27
|
+
.justify-content#{$infix}-center { justify-content: center !important; }
|
|
28
|
+
.justify-content#{$infix}-between { justify-content: space-between !important; }
|
|
29
|
+
.justify-content#{$infix}-around { justify-content: space-around !important; }
|
|
30
|
+
|
|
31
|
+
.align-items#{$infix}-start { align-items: flex-start !important; }
|
|
32
|
+
.align-items#{$infix}-end { align-items: flex-end !important; }
|
|
33
|
+
.align-items#{$infix}-center { align-items: center !important; }
|
|
34
|
+
.align-items#{$infix}-baseline { align-items: baseline !important; }
|
|
35
|
+
.align-items#{$infix}-stretch { align-items: stretch !important; }
|
|
36
|
+
|
|
37
|
+
.align-content#{$infix}-start { align-content: flex-start !important; }
|
|
38
|
+
.align-content#{$infix}-end { align-content: flex-end !important; }
|
|
39
|
+
.align-content#{$infix}-center { align-content: center !important; }
|
|
40
|
+
.align-content#{$infix}-between { align-content: space-between !important; }
|
|
41
|
+
.align-content#{$infix}-around { align-content: space-around !important; }
|
|
42
|
+
.align-content#{$infix}-stretch { align-content: stretch !important; }
|
|
43
|
+
|
|
44
|
+
.align-self#{$infix}-auto { align-self: auto !important; }
|
|
45
|
+
.align-self#{$infix}-start { align-self: flex-start !important; }
|
|
46
|
+
.align-self#{$infix}-end { align-self: flex-end !important; }
|
|
47
|
+
.align-self#{$infix}-center { align-self: center !important; }
|
|
48
|
+
.align-self#{$infix}-baseline { align-self: baseline !important; }
|
|
49
|
+
.align-self#{$infix}-stretch { align-self: stretch !important; }
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
2
|
-
@include media-breakpoint-up($breakpoint) {
|
|
3
|
-
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
4
|
-
|
|
5
|
-
.float#{$infix}-left { @include float-left; }
|
|
6
|
-
.float#{$infix}-right { @include float-right; }
|
|
7
|
-
.float#{$infix}-none { @include float-none; }
|
|
8
|
-
}
|
|
9
|
-
}
|
|
1
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
2
|
+
@include media-breakpoint-up($breakpoint) {
|
|
3
|
+
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
4
|
+
|
|
5
|
+
.float#{$infix}-left { @include float-left; }
|
|
6
|
+
.float#{$infix}-right { @include float-right; }
|
|
7
|
+
.float#{$infix}-none { @include float-none; }
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
@each $value in $overflows {
|
|
4
|
-
.overflow-#{$value} { overflow: $value !important; }
|
|
5
|
-
}
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
@each $value in $overflows {
|
|
4
|
+
.overflow-#{$value} { overflow: $value !important; }
|
|
5
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
// Common values
|
|
4
|
-
@each $position in $positions {
|
|
5
|
-
.position-#{$position} { position: $position !important; }
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
// Shorthand
|
|
9
|
-
|
|
10
|
-
.fixed-top {
|
|
11
|
-
position: fixed;
|
|
12
|
-
top: 0;
|
|
13
|
-
right: 0;
|
|
14
|
-
left: 0;
|
|
15
|
-
z-index: $zindex-fixed;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.fixed-bottom {
|
|
19
|
-
position: fixed;
|
|
20
|
-
right: 0;
|
|
21
|
-
bottom: 0;
|
|
22
|
-
left: 0;
|
|
23
|
-
z-index: $zindex-fixed;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sticky-top {
|
|
27
|
-
@supports (position: sticky) {
|
|
28
|
-
position: sticky;
|
|
29
|
-
top: 0;
|
|
30
|
-
z-index: $zindex-sticky;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
// Common values
|
|
4
|
+
@each $position in $positions {
|
|
5
|
+
.position-#{$position} { position: $position !important; }
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
// Shorthand
|
|
9
|
+
|
|
10
|
+
.fixed-top {
|
|
11
|
+
position: fixed;
|
|
12
|
+
top: 0;
|
|
13
|
+
right: 0;
|
|
14
|
+
left: 0;
|
|
15
|
+
z-index: $zindex-fixed;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.fixed-bottom {
|
|
19
|
+
position: fixed;
|
|
20
|
+
right: 0;
|
|
21
|
+
bottom: 0;
|
|
22
|
+
left: 0;
|
|
23
|
+
z-index: $zindex-fixed;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sticky-top {
|
|
27
|
+
@supports (position: sticky) {
|
|
28
|
+
position: sticky;
|
|
29
|
+
top: 0;
|
|
30
|
+
z-index: $zindex-sticky;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Screenreaders
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
.sr-only {
|
|
6
|
-
@include sr-only();
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.sr-only-focusable {
|
|
10
|
-
@include sr-only-focusable();
|
|
11
|
-
}
|
|
1
|
+
//
|
|
2
|
+
// Screenreaders
|
|
3
|
+
//
|
|
4
|
+
|
|
5
|
+
.sr-only {
|
|
6
|
+
@include sr-only();
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.sr-only-focusable {
|
|
10
|
+
@include sr-only-focusable();
|
|
11
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
.shadow-sm { box-shadow: $box-shadow-sm !important; }
|
|
4
|
-
.shadow { box-shadow: $box-shadow !important; }
|
|
5
|
-
.shadow-lg { box-shadow: $box-shadow-lg !important; }
|
|
6
|
-
.shadow-none { box-shadow: none !important; }
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
.shadow-sm { box-shadow: $box-shadow-sm !important; }
|
|
4
|
+
.shadow { box-shadow: $box-shadow !important; }
|
|
5
|
+
.shadow-lg { box-shadow: $box-shadow-lg !important; }
|
|
6
|
+
.shadow-none { box-shadow: none !important; }
|