@skyscanner/backpack-web 42.13.2 → 42.13.3-dev-v25047225899.1
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/bpk-component-button/src/BpkButton.module.css +1 -1
- package/bpk-component-chatbot-input/src/BpkChatbotInput.module.css +1 -1
- package/bpk-component-pagination/src/BpkPaginationPage.module.css +1 -1
- package/bpk-component-popover/src/BpkPopover.module.css +1 -1
- package/bpk-mixins/_buttons.scss +1 -1
- package/bpk-stylesheets/_variables.scss +232 -0
- package/bpk-stylesheets/base.css +1 -1
- package/bpk-stylesheets/index.scss +1 -0
- package/package.json +1 -1
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
* See the License for the specific language governing permissions and
|
|
16
16
|
* limitations under the License.
|
|
17
17
|
*/
|
|
18
|
-
.bpk-button{display:inline-block;min-height:2.25rem;margin:0;padding:.375rem 1rem;border:0;text-align:center;text-decoration:none;cursor:pointer;vertical-align:middle;user-select:none;border-radius:.5rem;border-radius:var(--bpk-button-border-radius, 0.5rem);font-size:1rem;line-height:1.5rem;font-weight:700;color:#fff;color:var(--bpk-button-primary-text-color, rgb(255, 255, 255));background-color:#05203c;background-color:var(--bpk-button-primary-background-color, rgb(5, 32, 60))}.bpk-no-touch-support .bpk-button:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-hover-text-color, rgb(255, 255, 255))}.bpk-button:active{color:#fff;color:var(--bpk-button-primary-active-text-color, rgb(255, 255, 255));background-color:#154679;background-color:var(--bpk-button-primary-active-background-color, rgb(21, 70, 121))}.bpk-button:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2);cursor:not-allowed}.bpk-button.bpk-button--loading:disabled{background-color:#154679;background-color:var(--bpk-button-primary-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-hover-text-color, rgb(255, 255, 255))}@media(hover: hover){.bpk-button--link:hover:not(:active):not(:disabled) .bpk-button--link-underlined,.bpk-button--link-on-dark:hover:not(:active):not(:disabled) .bpk-button--link-underlined{background-size:0 1px}.bpk-button--link:hover:not(:active):not(:disabled) .bpk-button--link-underlined--implicit,.bpk-button--link-on-dark:hover:not(:active):not(:disabled) .bpk-button--link-underlined--implicit--alternate{background-size:100% 1px}}.bpk-button--large{min-height:3rem;padding:.75rem 1rem}.bpk-button--icon-only{padding-right:.625rem;padding-left:.625rem}.bpk-button--large-icon-only{padding-right:.75rem;padding-left:.75rem}.bpk-button--destructive{color:#161616;color:var(--bpk-button-secondary-text-color, rgb(22, 22, 22));background-color:#e0e4e9;background-color:var(--bpk-button-secondary-background-color, rgb(224, 228, 233));color:#e70866;color:var(--bpk-button-destructive-text-color, rgb(231, 8, 102));background-color:#e0e4e9;background-color:var(--bpk-button-destructive-background-color, rgb(224, 228, 233))}.bpk-no-touch-support .bpk-button--destructive:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--destructive:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}.bpk-button--destructive:active{color:#161616;color:var(--bpk-button-secondary-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-active-background-color, rgb(193, 199, 207))}.bpk-button--destructive:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--destructive.bpk-button--loading:disabled{background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}.bpk-no-touch-support .bpk-button--destructive:hover:not(:active):not(:disabled){background-color:#e70866;background-color:var(--bpk-button-destructive-hover-background-color, rgb(231, 8, 102));color:#fff;color:var(--bpk-button-destructive-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--destructive:hover:not(:active):not(:disabled){background-color:#e70866;background-color:var(--bpk-button-destructive-hover-background-color, rgb(231, 8, 102));color:#fff;color:var(--bpk-button-destructive-hover-text-color, rgb(255, 255, 255))}.bpk-button--destructive:active{color:#fff;color:var(--bpk-button-destructive-active-text-color, rgb(255, 255, 255));background-color:#e70866;background-color:var(--bpk-button-destructive-active-background-color, rgb(231, 8, 102))}.bpk-button--destructive:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--destructive.bpk-button--loading:disabled{background-color:#e70866;background-color:var(--bpk-button-destructive-hover-background-color, rgb(231, 8, 102));color:#fff;color:var(--bpk-button-destructive-hover-text-color, rgb(255, 255, 255))}.bpk-button--featured{color:#fff;color:var(--bpk-button-featured-text-color, rgb(255, 255, 255));background-color:#0062e3;background-color:var(--bpk-button-featured-background-color, rgb(0, 98, 227))}.bpk-no-touch-support .bpk-button--featured:hover:not(:active):not(:disabled){background-color:#024daf;background-color:var(--bpk-button-featured-hover-background-color, rgb(2, 77, 175));color:#fff;color:var(--bpk-button-featured-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--featured:hover:not(:active):not(:disabled){background-color:#024daf;background-color:var(--bpk-button-featured-hover-background-color, rgb(2, 77, 175));color:#fff;color:var(--bpk-button-featured-hover-text-color, rgb(255, 255, 255))}.bpk-button--featured:active{color:#fff;color:var(--bpk-button-featured-active-text-color, rgb(255, 255, 255));background-color:#024daf;background-color:var(--bpk-button-featured-active-background-color, rgb(2, 77, 175))}.bpk-button--featured:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--featured.bpk-button--loading:disabled{background-color:#024daf;background-color:var(--bpk-button-featured-hover-background-color, rgb(2, 77, 175));color:#fff;color:var(--bpk-button-featured-hover-text-color, rgb(255, 255, 255))}.bpk-button--link{background:none;box-shadow:none;color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22));padding:.375rem 0;color:#0062e3;position:relative;display:inline;padding:0;border:0;background-color:rgba(0,0,0,0);text-decoration:none;cursor:pointer;appearance:none;color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22));--bpk-button-svg-display: inline-block;--bpk-button-svg-vertical-align: middle}.bpk-no-touch-support .bpk-button--link:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link:active{text-decoration:none;color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link::after{bottom:auto}.bpk-no-touch-support .bpk-button--link:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}:global(.bpk-no-touch-support) .bpk-button--link:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}.bpk-button--link:active{background:none;color:#024daf;text-decoration:none}.bpk-button--link:disabled,.bpk-button--link:disabled:active{background:none;color:rgba(0,0,0,.2);text-decoration:none}.bpk-button--link.bpk-button--loading:disabled,.bpk-button--link.bpk-button--loading:disabled:active{background:none;color:#161616;color:var(--bpk-button-link-loading-color, rgb(22, 22, 22))}.bpk-button--link-large{padding:.75rem 0}.bpk-no-touch-support .bpk-button--link:hover:not(:active):not(:disabled){text-decoration:none;color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link:hover:not(:active):not(:disabled){text-decoration:none;color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link:visited{color:#161616;color:var(--bpk-link-visited-color, rgb(22, 22, 22))}.bpk-button--link:active{color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link--implicit{color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22))}.bpk-no-touch-support .bpk-button--link--implicit:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link--implicit:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link--implicit:active{text-decoration:none;color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link--icon-only{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle}.bpk-button--link-on-dark{background:none;box-shadow:none;color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22));padding:.375rem 0;color:#0062e3;color:#fff;color:var(--bpk-button-link-on-dark-text-color, rgb(255, 255, 255));color:#fff;color:var(--bpk-link-alternate-color, rgb(255, 255, 255));--bpk-button-svg-display: inline-block;--bpk-button-svg-vertical-align: middle}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link-on-dark:active{text-decoration:none;color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link-on-dark::after{bottom:auto}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}.bpk-button--link-on-dark:active{background:none;color:#024daf;text-decoration:none}.bpk-button--link-on-dark:disabled,.bpk-button--link-on-dark:disabled:active{background:none;color:rgba(0,0,0,.2);text-decoration:none}.bpk-button--link-on-dark.bpk-button--loading:disabled,.bpk-button--link-on-dark.bpk-button--loading:disabled:active{background:none;color:#161616;color:var(--bpk-button-link-loading-color, rgb(22, 22, 22))}.bpk-button--link-on-dark-large{padding:.75rem 0}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:hsla(0,0%,100%,.5);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255, 255, 255, 0.5))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:hsla(0,0%,100%,.5);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255, 255, 255, 0.5))}.bpk-button--link-on-dark:active{color:hsla(0,0%,100%,.5);color:var(--bpk-button-link-on-dark-active-text-color, rgba(255, 255, 255, 0.5))}.bpk-button--link-on-dark:visited{color:#fff;color:var(--bpk-button-link-on-dark-text-color, rgb(255, 255, 255))}.bpk-button--link-on-dark:disabled,.bpk-button--link-on-dark:disabled:active{color:hsla(0,0%,100%,.2);color:var(--bpk-button-link-on-dark-disabled-color, rgba(255, 255, 255, 0.2))}.bpk-button--link-on-dark.bpk-button--loading:disabled,.bpk-button--link-on-dark.bpk-button--loading:disabled:active{color:hsla(0,0%,100%,.5);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255, 255, 255, 0.5))}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-link-alternate-hover-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-link-alternate-hover-color, rgb(255, 255, 255))}.bpk-button--link-on-dark:visited{color:#fff;color:var(--bpk-link-alternate-visited-color, rgb(255, 255, 255))}.bpk-button--link-on-dark:active{color:#fff;color:var(--bpk-link-alternate-active-color, rgb(255, 255, 255))}.bpk-button--link-on-dark--implicit{color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22))}.bpk-no-touch-support .bpk-button--link-on-dark--implicit:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark--implicit:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link-on-dark--implicit:active{text-decoration:none;color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link-underlined{gap:.5rem;display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;padding-bottom:.0625rem;transition:background-size 200ms ease;background:linear-gradient(rgb(22, 22, 22), rgb(22, 22, 22));background-repeat:no-repeat;background-position:0 100%;background-size:100% 1px}.bpk-no-touch-support .bpk-button--link-underlined:hover:not(:active):not(:disabled){background-size:0 1px}:global(.bpk-no-touch-support) .bpk-button--link-underlined:hover:not(:active):not(:disabled){background-size:0 1px}.bpk-button--link-underlined--implicit{background-size:0 1px}.bpk-no-touch-support .bpk-button--link-underlined--implicit:hover:not(:active):not(:disabled){background-size:100% 1px}:global(.bpk-no-touch-support) .bpk-button--link-underlined--implicit:hover:not(:active):not(:disabled){background-size:100% 1px}.bpk-button--link-underlined--alternate{background:linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));background-repeat:no-repeat;background-position:0 100%;background-size:100% 1px}.bpk-no-touch-support .bpk-button--link-underlined--alternate:hover:not(:active):not(:disabled){background-size:0 1px}:global(.bpk-no-touch-support) .bpk-button--link-underlined--alternate:hover:not(:active):not(:disabled){background-size:0 1px}.bpk-button--link-underlined--implicit--alternate{background:linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));background-repeat:no-repeat;background-position:0 100%;background-size:0 1px}.bpk-no-touch-support .bpk-button--link-underlined--implicit--alternate:hover:not(:active):not(:disabled){background-size:100% 1px}:global(.bpk-no-touch-support) .bpk-button--link-underlined--implicit--alternate:hover:not(:active):not(:disabled){background-size:100% 1px}.bpk-button--primary-on-dark{color:#161616;color:var(--bpk-button-primary-on-dark-text-color, rgb(22, 22, 22));background-color:#fff;background-color:var(--bpk-button-primary-on-dark-background-color, rgb(255, 255, 255))}.bpk-no-touch-support .bpk-button--primary-on-dark:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--primary-on-dark:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22))}.bpk-button--primary-on-dark:active{color:#161616;color:var(--bpk-button-primary-on-dark-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-active-background-color, rgb(193, 199, 207))}.bpk-button--primary-on-dark:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--primary-on-dark.bpk-button--loading:disabled{background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22))}.bpk-button--primary-on-light{color:#fff;color:var(--bpk-button-primary-on-light-text-color, rgb(255, 255, 255));background-color:#05203c;background-color:var(--bpk-button-primary-on-light-background-color, rgb(5, 32, 60))}.bpk-no-touch-support .bpk-button--primary-on-light:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-on-light-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--primary-on-light:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-on-light-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, rgb(255, 255, 255))}.bpk-button--primary-on-light:active{color:#fff;color:var(--bpk-button-primary-on-light-active-text-color, rgb(255, 255, 255));background-color:#154679;background-color:var(--bpk-button-primary-on-light-active-background-color, rgb(21, 70, 121))}.bpk-button--primary-on-light:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--primary-on-light.bpk-button--loading:disabled{background-color:#154679;background-color:var(--bpk-button-primary-on-light-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, rgb(255, 255, 255))}.bpk-button--secondary{color:#161616;color:var(--bpk-button-secondary-text-color, rgb(22, 22, 22));background-color:#e0e4e9;background-color:var(--bpk-button-secondary-background-color, rgb(224, 228, 233))}.bpk-no-touch-support .bpk-button--secondary:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--secondary:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}.bpk-button--secondary:active{color:#161616;color:var(--bpk-button-secondary-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-active-background-color, rgb(193, 199, 207))}.bpk-button--secondary:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--secondary.bpk-button--loading:disabled{background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}.bpk-button--secondary-on-dark{color:#fff;color:var(--bpk-button-secondary-on-dark-text-color, rgb(255, 255, 255));background-color:hsla(0,0%,100%,.1);background-color:var(--bpk-button-secondary-on-dark-background-color, rgba(255, 255, 255, 0.1))}.bpk-no-touch-support .bpk-button--secondary-on-dark:hover:not(:active):not(:disabled){background-color:#04182d;background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgb(4, 24, 45));color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--secondary-on-dark:hover:not(:active):not(:disabled){background-color:#04182d;background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgb(4, 24, 45));color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, rgb(255, 255, 255))}.bpk-button--secondary-on-dark:active{color:#fff;color:var(--bpk-button-secondary-on-dark-active-text-color, rgb(255, 255, 255));background-color:#04182d;background-color:var(--bpk-button-secondary-on-dark-active-background-color, rgb(4, 24, 45))}.bpk-button--secondary-on-dark:disabled{background-color:#0b121d;color:hsla(0,0%,100%,.2)}.bpk-button--secondary-on-dark.bpk-button--loading:disabled{background-color:#04182d;background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgb(4, 24, 45));color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, rgb(255, 255, 255))}.bpk-button--full-width{display:block;width:100%}.bpk-button--has-icon{display:inline-flex;align-items:center;gap:.5rem}.bpk-button--full-width.bpk-button--has-icon{display:flex;justify-content:center}.bpk-button__leading-icon,.bpk-button__trailing-icon{display:inline-flex;flex-shrink:0;text-decoration:none}.bpk-button__loading-container{position:relative;display:inline-flex;justify-content:center;align-items:center}.bpk-button__loading-icon{position:absolute;display:inline-flex;--bpk-button-svg-display: block;--bpk-button-svg-vertical-align: baseline}.bpk-button__content--hidden{opacity:0}.bpk-button span>svg{display:var(--bpk-button-svg-display, block);vertical-align:var(--bpk-button-svg-vertical-align, baseline)}.bpk-button svg{fill:currentcolor}
|
|
18
|
+
.bpk-button{display:inline-block;min-height:2.25rem;margin:0;padding:.375rem 1rem;border:0;text-align:center;text-decoration:none;cursor:pointer;vertical-align:middle;user-select:none;border-radius:.5rem;border-radius:var(--bpk-button-border-radius, 0.5rem);font-size:1rem;line-height:1.5rem;font-weight:700;color:#fff;color:var(--bpk-button-primary-text-color, rgb(255, 255, 255));background-color:#05203c;background-color:var(--bpk-component-button-colour-bg-primary, rgb(5, 32, 60))}.bpk-no-touch-support .bpk-button:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-hover-text-color, rgb(255, 255, 255))}.bpk-button:active{color:#fff;color:var(--bpk-button-primary-active-text-color, rgb(255, 255, 255));background-color:#154679;background-color:var(--bpk-button-primary-active-background-color, rgb(21, 70, 121))}.bpk-button:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2);cursor:not-allowed}.bpk-button.bpk-button--loading:disabled{background-color:#154679;background-color:var(--bpk-button-primary-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-hover-text-color, rgb(255, 255, 255))}@media(hover: hover){.bpk-button--link:hover:not(:active):not(:disabled) .bpk-button--link-underlined,.bpk-button--link-on-dark:hover:not(:active):not(:disabled) .bpk-button--link-underlined{background-size:0 1px}.bpk-button--link:hover:not(:active):not(:disabled) .bpk-button--link-underlined--implicit,.bpk-button--link-on-dark:hover:not(:active):not(:disabled) .bpk-button--link-underlined--implicit--alternate{background-size:100% 1px}}.bpk-button--large{min-height:3rem;padding:.75rem 1rem}.bpk-button--icon-only{padding-right:.625rem;padding-left:.625rem}.bpk-button--large-icon-only{padding-right:.75rem;padding-left:.75rem}.bpk-button--destructive{color:#161616;color:var(--bpk-button-secondary-text-color, rgb(22, 22, 22));background-color:#e0e4e9;background-color:var(--bpk-button-secondary-background-color, rgb(224, 228, 233));color:#e70866;color:var(--bpk-button-destructive-text-color, rgb(231, 8, 102));background-color:#e0e4e9;background-color:var(--bpk-button-destructive-background-color, rgb(224, 228, 233))}.bpk-no-touch-support .bpk-button--destructive:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--destructive:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}.bpk-button--destructive:active{color:#161616;color:var(--bpk-button-secondary-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-active-background-color, rgb(193, 199, 207))}.bpk-button--destructive:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--destructive.bpk-button--loading:disabled{background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}.bpk-no-touch-support .bpk-button--destructive:hover:not(:active):not(:disabled){background-color:#e70866;background-color:var(--bpk-button-destructive-hover-background-color, rgb(231, 8, 102));color:#fff;color:var(--bpk-button-destructive-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--destructive:hover:not(:active):not(:disabled){background-color:#e70866;background-color:var(--bpk-button-destructive-hover-background-color, rgb(231, 8, 102));color:#fff;color:var(--bpk-button-destructive-hover-text-color, rgb(255, 255, 255))}.bpk-button--destructive:active{color:#fff;color:var(--bpk-button-destructive-active-text-color, rgb(255, 255, 255));background-color:#e70866;background-color:var(--bpk-button-destructive-active-background-color, rgb(231, 8, 102))}.bpk-button--destructive:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--destructive.bpk-button--loading:disabled{background-color:#e70866;background-color:var(--bpk-button-destructive-hover-background-color, rgb(231, 8, 102));color:#fff;color:var(--bpk-button-destructive-hover-text-color, rgb(255, 255, 255))}.bpk-button--featured{color:#fff;color:var(--bpk-button-featured-text-color, rgb(255, 255, 255));background-color:#0062e3;background-color:var(--bpk-button-featured-background-color, rgb(0, 98, 227))}.bpk-no-touch-support .bpk-button--featured:hover:not(:active):not(:disabled){background-color:#024daf;background-color:var(--bpk-button-featured-hover-background-color, rgb(2, 77, 175));color:#fff;color:var(--bpk-button-featured-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--featured:hover:not(:active):not(:disabled){background-color:#024daf;background-color:var(--bpk-button-featured-hover-background-color, rgb(2, 77, 175));color:#fff;color:var(--bpk-button-featured-hover-text-color, rgb(255, 255, 255))}.bpk-button--featured:active{color:#fff;color:var(--bpk-button-featured-active-text-color, rgb(255, 255, 255));background-color:#024daf;background-color:var(--bpk-button-featured-active-background-color, rgb(2, 77, 175))}.bpk-button--featured:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--featured.bpk-button--loading:disabled{background-color:#024daf;background-color:var(--bpk-button-featured-hover-background-color, rgb(2, 77, 175));color:#fff;color:var(--bpk-button-featured-hover-text-color, rgb(255, 255, 255))}.bpk-button--link{background:none;box-shadow:none;color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22));padding:.375rem 0;color:#0062e3;position:relative;display:inline;padding:0;border:0;background-color:rgba(0,0,0,0);text-decoration:none;cursor:pointer;appearance:none;color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22));--bpk-button-svg-display: inline-block;--bpk-button-svg-vertical-align: middle}.bpk-no-touch-support .bpk-button--link:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link:active{text-decoration:none;color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link::after{bottom:auto}.bpk-no-touch-support .bpk-button--link:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}:global(.bpk-no-touch-support) .bpk-button--link:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}.bpk-button--link:active{background:none;color:#024daf;text-decoration:none}.bpk-button--link:disabled,.bpk-button--link:disabled:active{background:none;color:rgba(0,0,0,.2);text-decoration:none}.bpk-button--link.bpk-button--loading:disabled,.bpk-button--link.bpk-button--loading:disabled:active{background:none;color:#161616;color:var(--bpk-button-link-loading-color, rgb(22, 22, 22))}.bpk-button--link-large{padding:.75rem 0}.bpk-no-touch-support .bpk-button--link:hover:not(:active):not(:disabled){text-decoration:none;color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link:hover:not(:active):not(:disabled){text-decoration:none;color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link:visited{color:#161616;color:var(--bpk-link-visited-color, rgb(22, 22, 22))}.bpk-button--link:active{color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link--implicit{color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22))}.bpk-no-touch-support .bpk-button--link--implicit:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link--implicit:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link--implicit:active{text-decoration:none;color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link--icon-only{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle}.bpk-button--link-on-dark{background:none;box-shadow:none;color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22));padding:.375rem 0;color:#0062e3;color:#fff;color:var(--bpk-button-link-on-dark-text-color, rgb(255, 255, 255));color:#fff;color:var(--bpk-link-alternate-color, rgb(255, 255, 255));--bpk-button-svg-display: inline-block;--bpk-button-svg-vertical-align: middle}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link-on-dark:active{text-decoration:none;color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link-on-dark::after{bottom:auto}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){background:none;color:#024daf;text-decoration:none}.bpk-button--link-on-dark:active{background:none;color:#024daf;text-decoration:none}.bpk-button--link-on-dark:disabled,.bpk-button--link-on-dark:disabled:active{background:none;color:rgba(0,0,0,.2);text-decoration:none}.bpk-button--link-on-dark.bpk-button--loading:disabled,.bpk-button--link-on-dark.bpk-button--loading:disabled:active{background:none;color:#161616;color:var(--bpk-button-link-loading-color, rgb(22, 22, 22))}.bpk-button--link-on-dark-large{padding:.75rem 0}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:hsla(0,0%,100%,.5);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255, 255, 255, 0.5))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:hsla(0,0%,100%,.5);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255, 255, 255, 0.5))}.bpk-button--link-on-dark:active{color:hsla(0,0%,100%,.5);color:var(--bpk-button-link-on-dark-active-text-color, rgba(255, 255, 255, 0.5))}.bpk-button--link-on-dark:visited{color:#fff;color:var(--bpk-button-link-on-dark-text-color, rgb(255, 255, 255))}.bpk-button--link-on-dark:disabled,.bpk-button--link-on-dark:disabled:active{color:hsla(0,0%,100%,.2);color:var(--bpk-button-link-on-dark-disabled-color, rgba(255, 255, 255, 0.2))}.bpk-button--link-on-dark.bpk-button--loading:disabled,.bpk-button--link-on-dark.bpk-button--loading:disabled:active{color:hsla(0,0%,100%,.5);color:var(--bpk-button-link-on-dark-hover-text-color, rgba(255, 255, 255, 0.5))}.bpk-no-touch-support .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-link-alternate-hover-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark:hover:not(:active):not(:disabled){color:#fff;color:var(--bpk-link-alternate-hover-color, rgb(255, 255, 255))}.bpk-button--link-on-dark:visited{color:#fff;color:var(--bpk-link-alternate-visited-color, rgb(255, 255, 255))}.bpk-button--link-on-dark:active{color:#fff;color:var(--bpk-link-alternate-active-color, rgb(255, 255, 255))}.bpk-button--link-on-dark--implicit{color:#161616;color:var(--bpk-link-color, rgb(22, 22, 22))}.bpk-no-touch-support .bpk-button--link-on-dark--implicit:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--link-on-dark--implicit:hover:not(:active):not(:disabled){color:#161616;color:var(--bpk-link-hover-color, rgb(22, 22, 22))}.bpk-button--link-on-dark--implicit:active{text-decoration:none;color:#161616;color:var(--bpk-link-active-color, rgb(22, 22, 22))}.bpk-button--link-underlined{gap:.5rem;display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;padding-bottom:.0625rem;transition:background-size 200ms ease;background:linear-gradient(rgb(22, 22, 22), rgb(22, 22, 22));background-repeat:no-repeat;background-position:0 100%;background-size:100% 1px}.bpk-no-touch-support .bpk-button--link-underlined:hover:not(:active):not(:disabled){background-size:0 1px}:global(.bpk-no-touch-support) .bpk-button--link-underlined:hover:not(:active):not(:disabled){background-size:0 1px}.bpk-button--link-underlined--implicit{background-size:0 1px}.bpk-no-touch-support .bpk-button--link-underlined--implicit:hover:not(:active):not(:disabled){background-size:100% 1px}:global(.bpk-no-touch-support) .bpk-button--link-underlined--implicit:hover:not(:active):not(:disabled){background-size:100% 1px}.bpk-button--link-underlined--alternate{background:linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));background-repeat:no-repeat;background-position:0 100%;background-size:100% 1px}.bpk-no-touch-support .bpk-button--link-underlined--alternate:hover:not(:active):not(:disabled){background-size:0 1px}:global(.bpk-no-touch-support) .bpk-button--link-underlined--alternate:hover:not(:active):not(:disabled){background-size:0 1px}.bpk-button--link-underlined--implicit--alternate{background:linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));background-repeat:no-repeat;background-position:0 100%;background-size:0 1px}.bpk-no-touch-support .bpk-button--link-underlined--implicit--alternate:hover:not(:active):not(:disabled){background-size:100% 1px}:global(.bpk-no-touch-support) .bpk-button--link-underlined--implicit--alternate:hover:not(:active):not(:disabled){background-size:100% 1px}.bpk-button--primary-on-dark{color:#161616;color:var(--bpk-button-primary-on-dark-text-color, rgb(22, 22, 22));background-color:#fff;background-color:var(--bpk-button-primary-on-dark-background-color, rgb(255, 255, 255))}.bpk-no-touch-support .bpk-button--primary-on-dark:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--primary-on-dark:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22))}.bpk-button--primary-on-dark:active{color:#161616;color:var(--bpk-button-primary-on-dark-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-active-background-color, rgb(193, 199, 207))}.bpk-button--primary-on-dark:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--primary-on-dark.bpk-button--loading:disabled{background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22))}.bpk-button--primary-on-light{color:#fff;color:var(--bpk-button-primary-on-light-text-color, rgb(255, 255, 255));background-color:#05203c;background-color:var(--bpk-button-primary-on-light-background-color, rgb(5, 32, 60))}.bpk-no-touch-support .bpk-button--primary-on-light:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-on-light-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--primary-on-light:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-on-light-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, rgb(255, 255, 255))}.bpk-button--primary-on-light:active{color:#fff;color:var(--bpk-button-primary-on-light-active-text-color, rgb(255, 255, 255));background-color:#154679;background-color:var(--bpk-button-primary-on-light-active-background-color, rgb(21, 70, 121))}.bpk-button--primary-on-light:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--primary-on-light.bpk-button--loading:disabled{background-color:#154679;background-color:var(--bpk-button-primary-on-light-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-on-light-hover-text-color, rgb(255, 255, 255))}.bpk-button--secondary{color:#161616;color:var(--bpk-button-secondary-text-color, rgb(22, 22, 22));background-color:#e0e4e9;background-color:var(--bpk-button-secondary-background-color, rgb(224, 228, 233))}.bpk-no-touch-support .bpk-button--secondary:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-button--secondary:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}.bpk-button--secondary:active{color:#161616;color:var(--bpk-button-secondary-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-secondary-active-background-color, rgb(193, 199, 207))}.bpk-button--secondary:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-button--secondary.bpk-button--loading:disabled{background-color:#c1c7cf;background-color:var(--bpk-button-secondary-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-secondary-hover-text-color, rgb(22, 22, 22))}.bpk-button--secondary-on-dark{color:#fff;color:var(--bpk-button-secondary-on-dark-text-color, rgb(255, 255, 255));background-color:hsla(0,0%,100%,.1);background-color:var(--bpk-button-secondary-on-dark-background-color, rgba(255, 255, 255, 0.1))}.bpk-no-touch-support .bpk-button--secondary-on-dark:hover:not(:active):not(:disabled){background-color:#04182d;background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgb(4, 24, 45));color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-button--secondary-on-dark:hover:not(:active):not(:disabled){background-color:#04182d;background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgb(4, 24, 45));color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, rgb(255, 255, 255))}.bpk-button--secondary-on-dark:active{color:#fff;color:var(--bpk-button-secondary-on-dark-active-text-color, rgb(255, 255, 255));background-color:#04182d;background-color:var(--bpk-button-secondary-on-dark-active-background-color, rgb(4, 24, 45))}.bpk-button--secondary-on-dark:disabled{background-color:#0b121d;color:hsla(0,0%,100%,.2)}.bpk-button--secondary-on-dark.bpk-button--loading:disabled{background-color:#04182d;background-color:var(--bpk-button-secondary-on-dark-hover-background-color, rgb(4, 24, 45));color:#fff;color:var(--bpk-button-secondary-on-dark-hover-text-color, rgb(255, 255, 255))}.bpk-button--full-width{display:block;width:100%}.bpk-button--has-icon{display:inline-flex;align-items:center;gap:.5rem}.bpk-button--full-width.bpk-button--has-icon{display:flex;justify-content:center}.bpk-button__leading-icon,.bpk-button__trailing-icon{display:inline-flex;flex-shrink:0;text-decoration:none}.bpk-button__loading-container{position:relative;display:inline-flex;justify-content:center;align-items:center}.bpk-button__loading-icon{position:absolute;display:inline-flex;--bpk-button-svg-display: block;--bpk-button-svg-vertical-align: baseline}.bpk-button__content--hidden{opacity:0}.bpk-button span>svg{display:var(--bpk-button-svg-display, block);vertical-align:var(--bpk-button-svg-vertical-align, baseline)}.bpk-button svg{fill:currentcolor}
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
* See the License for the specific language governing permissions and
|
|
16
16
|
* limitations under the License.
|
|
17
17
|
*/
|
|
18
|
-
.bpk-chatbot-input--cars{transition:border-color 200ms ease,box-shadow 200ms ease;border:.09375rem solid #c1c7cf;background:#fff;box-shadow:none;box-sizing:border-box;touch-action:manipulation;border-radius:.75rem;border-radius:var(--bpk-chatbot-input-border-radius, 0.75rem)}.bpk-no-touch-support .bpk-chatbot-input--cars:hover:not(:active):not(:disabled){border-color:#0062e3;border-color:var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227))}:global(.bpk-no-touch-support) .bpk-chatbot-input--cars:hover:not(:active):not(:disabled){border-color:#0062e3;border-color:var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227))}.bpk-chatbot-input--cars:active{border-color:#0062e3;border-color:var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227))}.bpk-chatbot-input--cars:focus-within{box-shadow:0 0 0 .03125rem #0062e3;box-shadow:0 0 0 .03125rem var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227));border-color:#0062e3;border-color:var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227))}.bpk-chatbot-input--composer{position:relative;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);border:none;background:#fff;box-sizing:border-box;will-change:transform,box-shadow;border-radius:.75rem;border-radius:var(--bpk-chatbot-input-border-radius, 0.75rem)}.bpk-chatbot-input--composer--with-shadow:focus-within{box-shadow:0px 4px 14px 0px rgba(37,32,31,.25)}.bpk-chatbot-input--composer--overLimit{transform:translateY(-0.25rem)}
|
|
18
|
+
.bpk-chatbot-input--cars{transition:border-color 200ms ease,box-shadow 200ms ease;border:.09375rem solid #c1c7cf;background:#fff;box-shadow:none;box-sizing:border-box;touch-action:manipulation;border-radius:.75rem;border-radius:var(--bpk-chatbot-input-border-radius, 0.75rem)}.bpk-no-touch-support .bpk-chatbot-input--cars:hover:not(:active):not(:disabled){border-color:#0062e3;border-color:var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227))}:global(.bpk-no-touch-support) .bpk-chatbot-input--cars:hover:not(:active):not(:disabled){border-color:#0062e3;border-color:var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227))}.bpk-chatbot-input--cars:active{border-color:#0062e3;border-color:var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227))}.bpk-chatbot-input--cars:focus-within{box-shadow:0 0 0 .03125rem #0062e3;box-shadow:0 0 0 .03125rem var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227));border-color:#0062e3;border-color:var(--bpk-chatbot-input-focus-border-color, rgb(0, 98, 227))}.bpk-chatbot-input--composer{position:relative;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);border:none;background:#fff;box-sizing:border-box;will-change:transform,box-shadow;border-radius:.75rem;border-radius:var(--bpk-chatbot-input-border-radius, 0.75rem)}.bpk-chatbot-input--composer--with-shadow{box-shadow:0px 1px 3px 0px rgba(37,32,31,.3)}.bpk-chatbot-input--composer--with-shadow:focus-within{box-shadow:0px 4px 14px 0px rgba(37,32,31,.25)}.bpk-chatbot-input--composer--overLimit{transform:translateY(-0.25rem)}
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
* See the License for the specific language governing permissions and
|
|
16
16
|
* limitations under the License.
|
|
17
17
|
*/
|
|
18
|
-
.bpk-pagination-page{display:inline-block;min-height:2.25rem;margin:0;padding:.375rem 1rem;border:0;text-align:center;text-decoration:none;cursor:pointer;vertical-align:middle;user-select:none;border-radius:.5rem;border-radius:var(--bpk-button-border-radius, 0.5rem);font-size:1rem;line-height:1.5rem;font-weight:700;color:#fff;color:var(--bpk-button-primary-text-color, rgb(255, 255, 255));background-color:#05203c;background-color:var(--bpk-button-
|
|
18
|
+
.bpk-pagination-page{display:inline-block;min-height:2.25rem;margin:0;padding:.375rem 1rem;border:0;text-align:center;text-decoration:none;cursor:pointer;vertical-align:middle;user-select:none;border-radius:.5rem;border-radius:var(--bpk-button-border-radius, 0.5rem);font-size:1rem;line-height:1.5rem;font-weight:700;color:#fff;color:var(--bpk-button-primary-text-color, rgb(255, 255, 255));background-color:#05203c;background-color:var(--bpk-component-button-colour-bg-primary, rgb(5, 32, 60))}.bpk-no-touch-support .bpk-pagination-page:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-hover-text-color, rgb(255, 255, 255))}:global(.bpk-no-touch-support) .bpk-pagination-page:hover:not(:active):not(:disabled){background-color:#154679;background-color:var(--bpk-button-primary-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-hover-text-color, rgb(255, 255, 255))}.bpk-pagination-page:active{color:#fff;color:var(--bpk-button-primary-active-text-color, rgb(255, 255, 255));background-color:#154679;background-color:var(--bpk-button-primary-active-background-color, rgb(21, 70, 121))}.bpk-pagination-page:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2);cursor:not-allowed}.bpk-pagination-page.bpk-button--loading:disabled{background-color:#154679;background-color:var(--bpk-button-primary-hover-background-color, rgb(21, 70, 121));color:#fff;color:var(--bpk-button-primary-hover-text-color, rgb(255, 255, 255))}.bpk-no-touch-support .bpk-pagination-page:hover:not(:active):not(:disabled){background-color:rgba(0,0,0,0);color:#161616;box-shadow:0 0 0 1px #05203c inset}:global(.bpk-no-touch-support) .bpk-pagination-page:hover:not(:active):not(:disabled){background-color:rgba(0,0,0,0);color:#161616;box-shadow:0 0 0 1px #05203c inset}.bpk-pagination-page--not-selected{color:#161616;color:var(--bpk-button-primary-on-dark-text-color, rgb(22, 22, 22));background-color:#fff;background-color:var(--bpk-button-primary-on-dark-background-color, rgb(255, 255, 255));box-shadow:0 0 0 1px var(--bpk-pagination-selected-background-color, rgb(193, 199, 207)) inset}.bpk-no-touch-support .bpk-pagination-page--not-selected:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22))}:global(.bpk-no-touch-support) .bpk-pagination-page--not-selected:hover:not(:active):not(:disabled){background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22))}.bpk-pagination-page--not-selected:active{color:#161616;color:var(--bpk-button-primary-on-dark-active-text-color, rgb(22, 22, 22));background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-active-background-color, rgb(193, 199, 207))}.bpk-pagination-page--not-selected:disabled{background-color:#e0e4e9;color:rgba(0,0,0,.2)}.bpk-pagination-page--not-selected.bpk-button--loading:disabled{background-color:#c1c7cf;background-color:var(--bpk-button-primary-on-dark-hover-background-color, rgb(193, 199, 207));color:#161616;color:var(--bpk-button-primary-on-dark-hover-text-color, rgb(22, 22, 22))}.bpk-no-touch-support .bpk-pagination-page--not-selected:hover:not(:active):not(:disabled){background-color:rgba(0,0,0,0);color:#161616}:global(.bpk-no-touch-support) .bpk-pagination-page--not-selected:hover:not(:active):not(:disabled){background-color:rgba(0,0,0,0);color:#161616}
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
* See the License for the specific language governing permissions and
|
|
16
16
|
* limitations under the License.
|
|
17
17
|
*/
|
|
18
|
-
.bpk-popover{transition:opacity 200ms ease-in-out;outline:0;background-color:#fff;opacity:1;border-radius:.5rem;box-shadow:0px 4px 14px 0px rgba(37,32,31,.25)}@media(min-width: 32.0625rem){.bpk-popover{max-width:32rem;transition:opacity 50ms ease-in-out}}.bpk-popover--appear{opacity:0}.bpk-popover--appear-active{opacity:1}.bpk-popover__arrow{width:1.5rem;height:1.5rem;fill:#fff}.bpk-popover__arrow[data-hide]{visibility:hidden}.bpk-popover__body--padded{padding:1rem}.bpk-popover__body--padded:not(:last-of-type){padding-bottom:0}.bpk-popover__header{display:flex;padding:1rem 1rem 0;justify-content:space-between}.bpk-popover__header~.bpk-popover__body--padded{padding-top:.5rem}.bpk-popover__label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;overflow:hidden;clip:rect(0 0 0 0)}.bpk-popover__footer{padding:.5rem 1rem;text-align:right}html[dir=rtl] .bpk-popover__footer{text-align:left}.bpk-popover__action{padding:0 1rem 1rem 1rem}
|
|
18
|
+
.bpk-popover{transition:opacity 200ms ease-in-out;outline:0;background-color:#fff;opacity:1;border-radius:.5rem;box-shadow:0px 4px 14px 0px rgba(37,32,31,.25)}@media(min-width: 32.0625rem){.bpk-popover{max-width:32rem;transition:opacity 50ms ease-in-out}}.bpk-popover--container{outline:none}.bpk-popover--appear{opacity:0}.bpk-popover--appear-active{opacity:1}.bpk-popover__arrow{width:1.5rem;height:1.5rem;fill:#fff}.bpk-popover__arrow[data-hide]{visibility:hidden}.bpk-popover__body--padded{padding:1rem}.bpk-popover__body--padded:not(:last-of-type){padding-bottom:0}.bpk-popover__header{display:flex;padding:1rem 1rem 0;justify-content:space-between}.bpk-popover__header~.bpk-popover__body--padded{padding-top:.5rem}.bpk-popover__label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;overflow:hidden;clip:rect(0 0 0 0)}.bpk-popover__footer{padding:.5rem 1rem;text-align:right}html[dir=rtl] .bpk-popover__footer{text-align:left}.bpk-popover__action{padding:0 1rem 1rem 1rem}
|
package/bpk-mixins/_buttons.scss
CHANGED
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*
|
|
4
|
+
* FAKE DATA for CLOV-1413 consumer-inclusion verification only.
|
|
5
|
+
* Source: https://github.com/Skyscanner/gert-playground/pull/16
|
|
6
|
+
* NOTE: --bpk-component-button-colour-bg-primary is deliberately
|
|
7
|
+
* set to Bright Pink (#FF1F8F) instead of Dark Sky to visually prove
|
|
8
|
+
* the variable is delivered via `@skyscanner/backpack-web/bpk-stylesheets`.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
:root {
|
|
12
|
+
--bpk-canvas-contrast: #eff3f8;
|
|
13
|
+
--bpk-canvas-default: #ffffff;
|
|
14
|
+
--bpk-component-badge-colour-bg-default: #eff3f8;
|
|
15
|
+
--bpk-component-badge-colour-bg-inverse: #ffffff;
|
|
16
|
+
--bpk-component-badge-colour-bg-outline: rgba(255, 255, 255, 0);
|
|
17
|
+
--bpk-component-badge-colour-bg-subtle: #eff3f8;
|
|
18
|
+
--bpk-component-badge-colour-stroke-outline: #ffffff;
|
|
19
|
+
--bpk-component-badge-dimension-padding-horizontal-default: 0.5rem;
|
|
20
|
+
--bpk-component-badge-dimension-padding-horizontal-subtle: 0.5rem;
|
|
21
|
+
--bpk-component-badge-typography-tmp-badge-label: 0.875rem;
|
|
22
|
+
--bpk-component-badge-typography-tmp-badge-line-height: 0;
|
|
23
|
+
--bpk-component-button-colour-bg-destructive: #e0e4e9;
|
|
24
|
+
--bpk-component-button-colour-bg-destructive-pressed: #e70866;
|
|
25
|
+
--bpk-component-button-colour-bg-disabled: #e0e4e9;
|
|
26
|
+
--bpk-component-button-colour-bg-feature-pressed: #024daf;
|
|
27
|
+
--bpk-component-button-colour-bg-featured: #0062e3;
|
|
28
|
+
--bpk-component-button-colour-bg-footer: rgba(255, 255, 255, 0);
|
|
29
|
+
--bpk-component-button-colour-bg-footer-pressed: rgba(255, 255, 255, 0);
|
|
30
|
+
--bpk-component-button-colour-bg-primary: #ff1f8f;
|
|
31
|
+
--bpk-component-button-colour-bg-primary-on-dark: #ffffff;
|
|
32
|
+
--bpk-component-button-colour-bg-primary-on-dark-pressed: #c1c7cf;
|
|
33
|
+
--bpk-component-button-colour-bg-primary-on-light: #ffffff;
|
|
34
|
+
--bpk-component-button-colour-bg-primary-on-light-pressed: #154679;
|
|
35
|
+
--bpk-component-button-colour-bg-secondary: #e0e4e9;
|
|
36
|
+
--bpk-component-button-colour-bg-secondary-pressed: #c1c7cf;
|
|
37
|
+
--bpk-component-button-colour-bg-secondary-on-contrast: #e0e4e9;
|
|
38
|
+
--bpk-component-button-colour-bg-secondary-on-contrast-pressed: #c1c7cf;
|
|
39
|
+
--bpk-component-button-colour-bg-secondary-on-dark: rgba(255, 255, 255, 0.1);
|
|
40
|
+
--bpk-component-button-colour-bg-secondary-on-dark-disabled: #0b121d;
|
|
41
|
+
--bpk-component-button-colour-bg-secondary-on-dark-pressed: #04182d;
|
|
42
|
+
--bpk-component-button-colour-text-disruptive: #e70866;
|
|
43
|
+
--bpk-component-button-colour-text-feature: #ffffff;
|
|
44
|
+
--bpk-component-button-colour-text-footer: rgba(255, 255, 255, 0);
|
|
45
|
+
--bpk-component-button-colour-text-link-on-dark: #ffffff;
|
|
46
|
+
--bpk-component-button-colour-text-secondary: #161616;
|
|
47
|
+
--bpk-component-button-dimension-min-height-default: 2.25rem;
|
|
48
|
+
--bpk-component-button-dimension-min-height-large: 3rem;
|
|
49
|
+
--bpk-component-button-dimension-min-weight-large: 3rem;
|
|
50
|
+
--bpk-component-button-dimension-padding-horizontal-default: 1rem;
|
|
51
|
+
--bpk-component-button-dimension-padding-horizontal-large: 1rem;
|
|
52
|
+
--bpk-component-button-dimension-radius: 0.5rem;
|
|
53
|
+
--bpk-component-button-typography-tmp-default-label: 1rem;
|
|
54
|
+
--bpk-component-card-button-contained-fill: rgba(255, 255, 255, 0.8);
|
|
55
|
+
--bpk-component-chip-group-colour-fill-icon-hover-on-image: #eff3f8;
|
|
56
|
+
--bpk-component-chip-group-colour-fill-icon-off-on-image: #ffffff;
|
|
57
|
+
--bpk-component-chip-group-colour-fill-icon-on-default: #05203c;
|
|
58
|
+
--bpk-component-chip-group-colour-fill-icon-on-on-dark: #ffffff;
|
|
59
|
+
--bpk-component-chip-group-colour-fill-icon-on-on-image: #05203c;
|
|
60
|
+
--bpk-component-chip-group-colour-stroke-icon-hover-default: #05203c;
|
|
61
|
+
--bpk-component-chip-group-colour-stroke-icon-hover-on-dark: #ffffff;
|
|
62
|
+
--bpk-component-chip-group-colour-stroke-icon-off-default: #c1c7cf;
|
|
63
|
+
--bpk-component-chip-group-colour-stroke-icon-off-on-dark: rgba(255, 255, 255, 0.5);
|
|
64
|
+
--bpk-component-chip-group-dimensions-min-height: 2.25rem;
|
|
65
|
+
--bpk-component-chip-colour-bg-default-on: #05203c;
|
|
66
|
+
--bpk-component-chip-colour-bg-default-dismissible-hover: #05203c;
|
|
67
|
+
--bpk-component-chip-colour-bg-on-dark-off: rgba(255, 255, 255, 0);
|
|
68
|
+
--bpk-component-chip-colour-bg-on-dark-on: rgba(255, 255, 255, 0);
|
|
69
|
+
--bpk-component-chip-colour-bg-on-dark-dismissible-hover: #ffffff;
|
|
70
|
+
--bpk-component-chip-colour-bg-on-image-on: #eff3f8;
|
|
71
|
+
--bpk-component-chip-colour-bg-on-image-dismissible-hover: #05203c;
|
|
72
|
+
--bpk-component-chip-colour-border-default-hover: #05203c;
|
|
73
|
+
--bpk-component-chip-colour-border-default-off: #c1c7cf;
|
|
74
|
+
--bpk-component-chip-colour-border-default-dismissible-hover: rgba(255, 255, 255, 0);
|
|
75
|
+
--bpk-component-chip-colour-border-on-dark-hover: #ffffff;
|
|
76
|
+
--bpk-component-chip-colour-border-on-dark-off: rgba(255, 255, 255, 0.5);
|
|
77
|
+
--bpk-component-chip-colour-border-on-dark-disimissible-hover: rgba(255, 255, 255, 0);
|
|
78
|
+
--bpk-component-chip-colour-disabled: #e0e4e9;
|
|
79
|
+
--bpk-component-chip-colour-fill-hover-on-canvas-contrast-new: rgba(255, 255, 255, 0);
|
|
80
|
+
--bpk-component-chip-colour-fill-off-on-canvas-contrast-new: rgba(255, 255, 255, 0);
|
|
81
|
+
--bpk-component-chip-colour-fill-on-on-canvas-contrast-new: rgba(255, 255, 255, 0);
|
|
82
|
+
--bpk-component-chip-colour-fill-on-on-dark: #ffffff;
|
|
83
|
+
--bpk-component-chip-colour-stroke-hover-on-canvas-contrast-new: rgba(255, 255, 255, 0);
|
|
84
|
+
--bpk-component-chip-colour-stroke-off-on-canvas-contrast-new: rgba(255, 255, 255, 0);
|
|
85
|
+
--bpk-component-chip-colour-text-hover-dismissible-default: #ffffff;
|
|
86
|
+
--bpk-component-chip-colour-text-hover-dismissible-on-contrast: #161616;
|
|
87
|
+
--bpk-component-chip-colour-text-icon-on-contrast-dismissible: #626971;
|
|
88
|
+
--bpk-component-chip-colour-text-icon-on-dismissible: rgba(255, 255, 255, 0.5);
|
|
89
|
+
--bpk-component-chip-colour-text-icon-on-image-dismissible: #626971;
|
|
90
|
+
--bpk-component-chip-colour-text-on: #ffffff;
|
|
91
|
+
--bpk-component-chip-colour-text-on-contrast: #161616;
|
|
92
|
+
--bpk-component-chip-colour-text-on-image: #ffffff;
|
|
93
|
+
--bpk-component-chip-dimension-min-height-width: 2rem;
|
|
94
|
+
--bpk-component-chip-dimension-radius: 0.5rem;
|
|
95
|
+
--bpk-component-date-selector-cheapest-month-highlight: #154679;
|
|
96
|
+
--bpk-component-date-selector-flexible-date-card: #eff3f8;
|
|
97
|
+
--bpk-component-dimension-padding-veritcal: 0;
|
|
98
|
+
--bpk-component-info-banner-default: #eff3f8;
|
|
99
|
+
--bpk-component-info-banner-on-contrast: #ffffff;
|
|
100
|
+
--bpk-component-i-os-tab-bar-fill: rgba(255, 255, 255, 0.8);
|
|
101
|
+
--bpk-component-map-cluster-pin: #05203c;
|
|
102
|
+
--bpk-component-map-cluster-pin-previous-selection: #94c3ff;
|
|
103
|
+
--bpk-component-map-marker-viewed: rgba(255, 255, 255, 0.8);
|
|
104
|
+
--bpk-component-map-poi-pin: #8e47ba;
|
|
105
|
+
--bpk-component-map-previous-selection: #cfe4ff;
|
|
106
|
+
--bpk-component-navigation-tabs-hover: #154679;
|
|
107
|
+
--bpk-component-navigation-tabs-outline: rgba(255, 255, 255, 0.2);
|
|
108
|
+
--bpk-component-navigation-tabs-selected: #024daf;
|
|
109
|
+
--bpk-component-rating-bar-default: #e0e4e9;
|
|
110
|
+
--bpk-component-rating-bar-on-contrast: #ffffff;
|
|
111
|
+
--bpk-component-segmented-control-canvas-default: #eff3f8;
|
|
112
|
+
--bpk-component-segmented-control-surface-contrast: rgba(255, 255, 255, 0.1);
|
|
113
|
+
--bpk-component-segmented-control-surface-contrast-on: #024daf;
|
|
114
|
+
--bpk-component-shadow-large-blur: 0.875rem;
|
|
115
|
+
--bpk-component-shadow-large-color: rgba(22, 22, 22, 0.25);
|
|
116
|
+
--bpk-component-shadow-large-position-x: 0;
|
|
117
|
+
--bpk-component-shadow-large-position-y: 0.25rem;
|
|
118
|
+
--bpk-component-shadow-large-spread: 0;
|
|
119
|
+
--bpk-component-shadow-small-blur: 0.1875rem;
|
|
120
|
+
--bpk-component-shadow-small-color: rgba(22, 22, 22, 0.25);
|
|
121
|
+
--bpk-component-shadow-small-position-x: 0;
|
|
122
|
+
--bpk-component-shadow-small-position-y: 0.0625rem;
|
|
123
|
+
--bpk-component-shadow-small-spread: 0;
|
|
124
|
+
--bpk-component-shadow-xl-blur: 3.125rem;
|
|
125
|
+
--bpk-component-shadow-xl-color: rgba(22, 22, 22, 0.25);
|
|
126
|
+
--bpk-component-shadow-xl-position-x: 0;
|
|
127
|
+
--bpk-component-shadow-xl-position-y: 0.75rem;
|
|
128
|
+
--bpk-component-shadow-xl-spread: 0;
|
|
129
|
+
--bpk-component-skeleton-on-dark: rgba(255, 255, 255, 0.1);
|
|
130
|
+
--bpk-component-switch-android-switch-default-disabled: rgba(0, 0, 0, 0.2);
|
|
131
|
+
--bpk-component-switch-android-switch-knob-disabled: rgba(255, 255, 255, 0.5);
|
|
132
|
+
--bpk-component-switch-android-switch-on-contrast-fill-disabled: rgba(255, 255, 255, 0.1);
|
|
133
|
+
--bpk-component-switch-android-switch-on-contrast-off: rgba(255, 255, 255, 0.8);
|
|
134
|
+
--bpk-component-switch-ios-switch-default-off: #626971;
|
|
135
|
+
--bpk-component-switch-ios-switch-disabled: #e0e4e9;
|
|
136
|
+
--bpk-component-switch-ios-switch-on-contrast-off: rgba(255, 255, 255, 0.2);
|
|
137
|
+
--bpk-component-trip-advisor: #00aa6c;
|
|
138
|
+
--bpk-core-accent: #0062e3;
|
|
139
|
+
--bpk-core-eco: #0fa1a9;
|
|
140
|
+
--bpk-core-primary: #05203c;
|
|
141
|
+
--bpk-other-line: #c1c7cf;
|
|
142
|
+
--bpk-other-line-on-dark: rgba(255, 255, 255, 0.5);
|
|
143
|
+
--bpk-other-overlay: rgba(0, 0, 0, 0.2);
|
|
144
|
+
--bpk-other-scrim: rgba(0, 0, 0, 0.7);
|
|
145
|
+
--bpk-other-shadow: rgba(22, 22, 22, 0.25);
|
|
146
|
+
--bpk-status-danger-fill: #ffe9f9;
|
|
147
|
+
--bpk-status-danger-spot: #e70866;
|
|
148
|
+
--bpk-status-success-fill: #d4fff2;
|
|
149
|
+
--bpk-status-success-spot: #0c838a;
|
|
150
|
+
--bpk-status-warning-fill: #fff7cf;
|
|
151
|
+
--bpk-status-warning-spot: #f55d42;
|
|
152
|
+
--bpk-surface-promo: #0062e3;
|
|
153
|
+
--bpk-surface-contrast: #05203c;
|
|
154
|
+
--bpk-surface-default: #ffffff;
|
|
155
|
+
--bpk-surface-elevated: #ffffff;
|
|
156
|
+
--bpk-surface-hero: #0062e3;
|
|
157
|
+
--bpk-surface-highlight: #e0e4e9;
|
|
158
|
+
--bpk-surface-low-contrast: #f7f9fb;
|
|
159
|
+
--bpk-surface-subtle: #e3f0ff;
|
|
160
|
+
--bpk-surface-tint: rgba(255, 255, 255, 0.1);
|
|
161
|
+
--bpk-text-deprecated-link: #0062e3;
|
|
162
|
+
--bpk-text-hero: #0062e3;
|
|
163
|
+
--bpk-text-disabled: rgba(0, 0, 0, 0.2);
|
|
164
|
+
--bpk-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
|
|
165
|
+
--bpk-text-error: #e70866;
|
|
166
|
+
--bpk-text-inverse: #ffffff;
|
|
167
|
+
--bpk-text-on-dark: #ffffff;
|
|
168
|
+
--bpk-text-on-light: #161616;
|
|
169
|
+
--bpk-text-primary: #161616;
|
|
170
|
+
--bpk-text-secondary: #626971;
|
|
171
|
+
--bpk-text-success: #0c838a;
|
|
172
|
+
--bpk-typography-family-sans-serif: 'Skyscanner Relative';
|
|
173
|
+
--bpk-typography-family-serif: Larken;
|
|
174
|
+
--bpk-typography-kerning-default: 0;
|
|
175
|
+
--bpk-typography-kerning-loose: 0;
|
|
176
|
+
--bpk-typography-kerning-tight: 0;
|
|
177
|
+
--bpk-typography-style-body: 400;
|
|
178
|
+
--bpk-typography-style-headline: 700;
|
|
179
|
+
--bpk-typography-style-hero: 900;
|
|
180
|
+
--bpk-typography-style-label: 43.75rem;
|
|
181
|
+
--bpk-typography-style-subhead: 18.75rem;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
[data-theme="dark"] {
|
|
185
|
+
--bpk-canvas-contrast: #010913;
|
|
186
|
+
--bpk-canvas-default: #010913;
|
|
187
|
+
--bpk-component-badge-colour-bg-default: #243346;
|
|
188
|
+
--bpk-component-badge-colour-bg-inverse: #243346;
|
|
189
|
+
--bpk-component-badge-colour-bg-outline: rgba(255, 255, 255, 0);
|
|
190
|
+
--bpk-component-badge-colour-bg-subtle: #243346;
|
|
191
|
+
--bpk-component-badge-colour-stroke-outline: #ffffff;
|
|
192
|
+
--bpk-component-badge-dimension-padding-horizontal-default: 0.5rem;
|
|
193
|
+
--bpk-component-badge-dimension-padding-horizontal-subtle: 0.5rem;
|
|
194
|
+
--bpk-component-badge-typography-tmp-badge-label: 0.875rem;
|
|
195
|
+
--bpk-component-badge-typography-tmp-badge-line-height: 0;
|
|
196
|
+
--bpk-component-button-colour-bg-destructive: #e0e4e9;
|
|
197
|
+
--bpk-component-button-colour-bg-destructive-pressed: #ff649c;
|
|
198
|
+
--bpk-component-button-colour-bg-disabled: #0b121d;
|
|
199
|
+
--bpk-component-button-colour-bg-feature-pressed: #d1f7ff;
|
|
200
|
+
--bpk-component-button-colour-bg-featured: #d1f7ff;
|
|
201
|
+
--bpk-component-button-colour-bg-footer: rgba(255, 255, 255, 0);
|
|
202
|
+
--bpk-component-button-colour-bg-footer-pressed: rgba(255, 255, 255, 0);
|
|
203
|
+
--bpk-component-button-colour-bg-primary: #024daf;
|
|
204
|
+
--bpk-component-button-colour-bg-primary-on-dark: #ffffff;
|
|
205
|
+
--bpk-component-button-colour-bg-primary-on-dark-pressed: #c1c7cf;
|
|
206
|
+
--bpk-component-button-colour-bg-primary-on-light: #ffffff;
|
|
207
|
+
--bpk-component-button-colour-bg-primary-on-light-pressed: #002b4b;
|
|
208
|
+
--bpk-component-button-colour-bg-secondary: #243346;
|
|
209
|
+
--bpk-component-button-colour-bg-secondary-pressed: #010913;
|
|
210
|
+
--bpk-component-button-colour-bg-secondary-on-contrast: #243346;
|
|
211
|
+
--bpk-component-button-colour-bg-secondary-on-contrast-pressed: #010913;
|
|
212
|
+
--bpk-component-button-colour-bg-secondary-on-dark: rgba(255, 255, 255, 0.1);
|
|
213
|
+
--bpk-component-button-colour-bg-secondary-on-dark-disabled: #0b121d;
|
|
214
|
+
--bpk-component-button-colour-bg-secondary-on-dark-pressed: rgba(255, 255, 255, 0.2);
|
|
215
|
+
--bpk-component-button-colour-text-disruptive: #ff649c;
|
|
216
|
+
--bpk-component-button-colour-text-feature: #010913;
|
|
217
|
+
--bpk-component-button-colour-text-footer: rgba(255, 255, 255, 0);
|
|
218
|
+
--bpk-component-button-colour-text-link-on-dark: #ffffff;
|
|
219
|
+
--bpk-component-button-colour-text-secondary: #ffffff;
|
|
220
|
+
--bpk-component-button-dimension-min-height-default: 2.25rem;
|
|
221
|
+
--bpk-component-button-dimension-min-height-large: 3rem;
|
|
222
|
+
--bpk-component-button-dimension-min-weight-large: 3rem;
|
|
223
|
+
--bpk-component-button-dimension-padding-horizontal-default: 1rem;
|
|
224
|
+
--bpk-component-button-dimension-padding-horizontal-large: 1rem;
|
|
225
|
+
--bpk-component-button-dimension-radius: 0.5rem;
|
|
226
|
+
--bpk-component-button-typography-tmp-default-label: 1rem;
|
|
227
|
+
--bpk-core-primary: #054184;
|
|
228
|
+
--bpk-surface-contrast: #010913;
|
|
229
|
+
--bpk-surface-default: #131d2b;
|
|
230
|
+
--bpk-text-on-dark: #ffffff;
|
|
231
|
+
--bpk-text-primary: #ffffff;
|
|
232
|
+
}
|
package/bpk-stylesheets/base.css
CHANGED
|
@@ -16,4 +16,4 @@
|
|
|
16
16
|
* See the License for the specific language governing permissions and
|
|
17
17
|
* limitations under the License.
|
|
18
18
|
*
|
|
19
|
-
*//*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{font-size:100%;box-sizing:border-box}*{box-sizing:inherit}*::before,*::after{box-sizing:inherit}body{color:#161616;font-family:var(--bpk-base-font-stack, "Skyscanner Relative", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);font-size:1rem;line-height:1.3rem}body.scaffold-font-size{font-size:13px}body.enable-font-smoothing{-webkit-font-smoothing:antialiased}:focus-visible,button:focus-visible,[type=button]:focus-visible,[type=reset]:focus-visible,[type=submit]:focus-visible{outline:.125rem solid #0062e3;outline-offset:.125rem}.hidden,.hide{display:none !important}.visuallyhidden,.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;overflow:hidden;clip:rect(0 0 0 0)}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus,.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.invisible{visibility:hidden}.clearfix::before,.clearfix::after{content:"";display:table}.clearfix::after{clear:both}
|
|
19
|
+
*//*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:root{--bpk-canvas-contrast: #eff3f8;--bpk-canvas-default: #ffffff;--bpk-component-badge-colour-bg-default: #eff3f8;--bpk-component-badge-colour-bg-inverse: #ffffff;--bpk-component-badge-colour-bg-outline: rgba(255, 255, 255, 0);--bpk-component-badge-colour-bg-subtle: #eff3f8;--bpk-component-badge-colour-stroke-outline: #ffffff;--bpk-component-badge-dimension-padding-horizontal-default: 0.5rem;--bpk-component-badge-dimension-padding-horizontal-subtle: 0.5rem;--bpk-component-badge-typography-tmp-badge-label: 0.875rem;--bpk-component-badge-typography-tmp-badge-line-height: 0;--bpk-component-button-colour-bg-destructive: #e0e4e9;--bpk-component-button-colour-bg-destructive-pressed: #e70866;--bpk-component-button-colour-bg-disabled: #e0e4e9;--bpk-component-button-colour-bg-feature-pressed: #024daf;--bpk-component-button-colour-bg-featured: #0062e3;--bpk-component-button-colour-bg-footer: rgba(255, 255, 255, 0);--bpk-component-button-colour-bg-footer-pressed: rgba(255, 255, 255, 0);--bpk-component-button-colour-bg-primary: #ff1f8f;--bpk-component-button-colour-bg-primary-on-dark: #ffffff;--bpk-component-button-colour-bg-primary-on-dark-pressed: #c1c7cf;--bpk-component-button-colour-bg-primary-on-light: #ffffff;--bpk-component-button-colour-bg-primary-on-light-pressed: #154679;--bpk-component-button-colour-bg-secondary: #e0e4e9;--bpk-component-button-colour-bg-secondary-pressed: #c1c7cf;--bpk-component-button-colour-bg-secondary-on-contrast: #e0e4e9;--bpk-component-button-colour-bg-secondary-on-contrast-pressed: #c1c7cf;--bpk-component-button-colour-bg-secondary-on-dark: rgba(255, 255, 255, 0.1);--bpk-component-button-colour-bg-secondary-on-dark-disabled: #0b121d;--bpk-component-button-colour-bg-secondary-on-dark-pressed: #04182d;--bpk-component-button-colour-text-disruptive: #e70866;--bpk-component-button-colour-text-feature: #ffffff;--bpk-component-button-colour-text-footer: rgba(255, 255, 255, 0);--bpk-component-button-colour-text-link-on-dark: #ffffff;--bpk-component-button-colour-text-secondary: #161616;--bpk-component-button-dimension-min-height-default: 2.25rem;--bpk-component-button-dimension-min-height-large: 3rem;--bpk-component-button-dimension-min-weight-large: 3rem;--bpk-component-button-dimension-padding-horizontal-default: 1rem;--bpk-component-button-dimension-padding-horizontal-large: 1rem;--bpk-component-button-dimension-radius: 0.5rem;--bpk-component-button-typography-tmp-default-label: 1rem;--bpk-component-card-button-contained-fill: rgba(255, 255, 255, 0.8);--bpk-component-chip-group-colour-fill-icon-hover-on-image: #eff3f8;--bpk-component-chip-group-colour-fill-icon-off-on-image: #ffffff;--bpk-component-chip-group-colour-fill-icon-on-default: #05203c;--bpk-component-chip-group-colour-fill-icon-on-on-dark: #ffffff;--bpk-component-chip-group-colour-fill-icon-on-on-image: #05203c;--bpk-component-chip-group-colour-stroke-icon-hover-default: #05203c;--bpk-component-chip-group-colour-stroke-icon-hover-on-dark: #ffffff;--bpk-component-chip-group-colour-stroke-icon-off-default: #c1c7cf;--bpk-component-chip-group-colour-stroke-icon-off-on-dark: rgba(255, 255, 255, 0.5);--bpk-component-chip-group-dimensions-min-height: 2.25rem;--bpk-component-chip-colour-bg-default-on: #05203c;--bpk-component-chip-colour-bg-default-dismissible-hover: #05203c;--bpk-component-chip-colour-bg-on-dark-off: rgba(255, 255, 255, 0);--bpk-component-chip-colour-bg-on-dark-on: rgba(255, 255, 255, 0);--bpk-component-chip-colour-bg-on-dark-dismissible-hover: #ffffff;--bpk-component-chip-colour-bg-on-image-on: #eff3f8;--bpk-component-chip-colour-bg-on-image-dismissible-hover: #05203c;--bpk-component-chip-colour-border-default-hover: #05203c;--bpk-component-chip-colour-border-default-off: #c1c7cf;--bpk-component-chip-colour-border-default-dismissible-hover: rgba(255, 255, 255, 0);--bpk-component-chip-colour-border-on-dark-hover: #ffffff;--bpk-component-chip-colour-border-on-dark-off: rgba(255, 255, 255, 0.5);--bpk-component-chip-colour-border-on-dark-disimissible-hover: rgba(255, 255, 255, 0);--bpk-component-chip-colour-disabled: #e0e4e9;--bpk-component-chip-colour-fill-hover-on-canvas-contrast-new: rgba(255, 255, 255, 0);--bpk-component-chip-colour-fill-off-on-canvas-contrast-new: rgba(255, 255, 255, 0);--bpk-component-chip-colour-fill-on-on-canvas-contrast-new: rgba(255, 255, 255, 0);--bpk-component-chip-colour-fill-on-on-dark: #ffffff;--bpk-component-chip-colour-stroke-hover-on-canvas-contrast-new: rgba(255, 255, 255, 0);--bpk-component-chip-colour-stroke-off-on-canvas-contrast-new: rgba(255, 255, 255, 0);--bpk-component-chip-colour-text-hover-dismissible-default: #ffffff;--bpk-component-chip-colour-text-hover-dismissible-on-contrast: #161616;--bpk-component-chip-colour-text-icon-on-contrast-dismissible: #626971;--bpk-component-chip-colour-text-icon-on-dismissible: rgba(255, 255, 255, 0.5);--bpk-component-chip-colour-text-icon-on-image-dismissible: #626971;--bpk-component-chip-colour-text-on: #ffffff;--bpk-component-chip-colour-text-on-contrast: #161616;--bpk-component-chip-colour-text-on-image: #ffffff;--bpk-component-chip-dimension-min-height-width: 2rem;--bpk-component-chip-dimension-radius: 0.5rem;--bpk-component-date-selector-cheapest-month-highlight: #154679;--bpk-component-date-selector-flexible-date-card: #eff3f8;--bpk-component-dimension-padding-veritcal: 0;--bpk-component-info-banner-default: #eff3f8;--bpk-component-info-banner-on-contrast: #ffffff;--bpk-component-i-os-tab-bar-fill: rgba(255, 255, 255, 0.8);--bpk-component-map-cluster-pin: #05203c;--bpk-component-map-cluster-pin-previous-selection: #94c3ff;--bpk-component-map-marker-viewed: rgba(255, 255, 255, 0.8);--bpk-component-map-poi-pin: #8e47ba;--bpk-component-map-previous-selection: #cfe4ff;--bpk-component-navigation-tabs-hover: #154679;--bpk-component-navigation-tabs-outline: rgba(255, 255, 255, 0.2);--bpk-component-navigation-tabs-selected: #024daf;--bpk-component-rating-bar-default: #e0e4e9;--bpk-component-rating-bar-on-contrast: #ffffff;--bpk-component-segmented-control-canvas-default: #eff3f8;--bpk-component-segmented-control-surface-contrast: rgba(255, 255, 255, 0.1);--bpk-component-segmented-control-surface-contrast-on: #024daf;--bpk-component-shadow-large-blur: 0.875rem;--bpk-component-shadow-large-color: rgba(22, 22, 22, 0.25);--bpk-component-shadow-large-position-x: 0;--bpk-component-shadow-large-position-y: 0.25rem;--bpk-component-shadow-large-spread: 0;--bpk-component-shadow-small-blur: 0.1875rem;--bpk-component-shadow-small-color: rgba(22, 22, 22, 0.25);--bpk-component-shadow-small-position-x: 0;--bpk-component-shadow-small-position-y: 0.0625rem;--bpk-component-shadow-small-spread: 0;--bpk-component-shadow-xl-blur: 3.125rem;--bpk-component-shadow-xl-color: rgba(22, 22, 22, 0.25);--bpk-component-shadow-xl-position-x: 0;--bpk-component-shadow-xl-position-y: 0.75rem;--bpk-component-shadow-xl-spread: 0;--bpk-component-skeleton-on-dark: rgba(255, 255, 255, 0.1);--bpk-component-switch-android-switch-default-disabled: rgba(0, 0, 0, 0.2);--bpk-component-switch-android-switch-knob-disabled: rgba(255, 255, 255, 0.5);--bpk-component-switch-android-switch-on-contrast-fill-disabled: rgba(255, 255, 255, 0.1);--bpk-component-switch-android-switch-on-contrast-off: rgba(255, 255, 255, 0.8);--bpk-component-switch-ios-switch-default-off: #626971;--bpk-component-switch-ios-switch-disabled: #e0e4e9;--bpk-component-switch-ios-switch-on-contrast-off: rgba(255, 255, 255, 0.2);--bpk-component-trip-advisor: #00aa6c;--bpk-core-accent: #0062e3;--bpk-core-eco: #0fa1a9;--bpk-core-primary: #05203c;--bpk-other-line: #c1c7cf;--bpk-other-line-on-dark: rgba(255, 255, 255, 0.5);--bpk-other-overlay: rgba(0, 0, 0, 0.2);--bpk-other-scrim: rgba(0, 0, 0, 0.7);--bpk-other-shadow: rgba(22, 22, 22, 0.25);--bpk-status-danger-fill: #ffe9f9;--bpk-status-danger-spot: #e70866;--bpk-status-success-fill: #d4fff2;--bpk-status-success-spot: #0c838a;--bpk-status-warning-fill: #fff7cf;--bpk-status-warning-spot: #f55d42;--bpk-surface-promo: #0062e3;--bpk-surface-contrast: #05203c;--bpk-surface-default: #ffffff;--bpk-surface-elevated: #ffffff;--bpk-surface-hero: #0062e3;--bpk-surface-highlight: #e0e4e9;--bpk-surface-low-contrast: #f7f9fb;--bpk-surface-subtle: #e3f0ff;--bpk-surface-tint: rgba(255, 255, 255, 0.1);--bpk-text-deprecated-link: #0062e3;--bpk-text-hero: #0062e3;--bpk-text-disabled: rgba(0, 0, 0, 0.2);--bpk-text-disabled-on-dark: rgba(255, 255, 255, 0.5);--bpk-text-error: #e70866;--bpk-text-inverse: #ffffff;--bpk-text-on-dark: #ffffff;--bpk-text-on-light: #161616;--bpk-text-primary: #161616;--bpk-text-secondary: #626971;--bpk-text-success: #0c838a;--bpk-typography-family-sans-serif: "Skyscanner Relative";--bpk-typography-family-serif: Larken;--bpk-typography-kerning-default: 0;--bpk-typography-kerning-loose: 0;--bpk-typography-kerning-tight: 0;--bpk-typography-style-body: 400;--bpk-typography-style-headline: 700;--bpk-typography-style-hero: 900;--bpk-typography-style-label: 43.75rem;--bpk-typography-style-subhead: 18.75rem}[data-theme=dark]{--bpk-canvas-contrast: #010913;--bpk-canvas-default: #010913;--bpk-component-badge-colour-bg-default: #243346;--bpk-component-badge-colour-bg-inverse: #243346;--bpk-component-badge-colour-bg-outline: rgba(255, 255, 255, 0);--bpk-component-badge-colour-bg-subtle: #243346;--bpk-component-badge-colour-stroke-outline: #ffffff;--bpk-component-badge-dimension-padding-horizontal-default: 0.5rem;--bpk-component-badge-dimension-padding-horizontal-subtle: 0.5rem;--bpk-component-badge-typography-tmp-badge-label: 0.875rem;--bpk-component-badge-typography-tmp-badge-line-height: 0;--bpk-component-button-colour-bg-destructive: #e0e4e9;--bpk-component-button-colour-bg-destructive-pressed: #ff649c;--bpk-component-button-colour-bg-disabled: #0b121d;--bpk-component-button-colour-bg-feature-pressed: #d1f7ff;--bpk-component-button-colour-bg-featured: #d1f7ff;--bpk-component-button-colour-bg-footer: rgba(255, 255, 255, 0);--bpk-component-button-colour-bg-footer-pressed: rgba(255, 255, 255, 0);--bpk-component-button-colour-bg-primary: #024daf;--bpk-component-button-colour-bg-primary-on-dark: #ffffff;--bpk-component-button-colour-bg-primary-on-dark-pressed: #c1c7cf;--bpk-component-button-colour-bg-primary-on-light: #ffffff;--bpk-component-button-colour-bg-primary-on-light-pressed: #002b4b;--bpk-component-button-colour-bg-secondary: #243346;--bpk-component-button-colour-bg-secondary-pressed: #010913;--bpk-component-button-colour-bg-secondary-on-contrast: #243346;--bpk-component-button-colour-bg-secondary-on-contrast-pressed: #010913;--bpk-component-button-colour-bg-secondary-on-dark: rgba(255, 255, 255, 0.1);--bpk-component-button-colour-bg-secondary-on-dark-disabled: #0b121d;--bpk-component-button-colour-bg-secondary-on-dark-pressed: rgba(255, 255, 255, 0.2);--bpk-component-button-colour-text-disruptive: #ff649c;--bpk-component-button-colour-text-feature: #010913;--bpk-component-button-colour-text-footer: rgba(255, 255, 255, 0);--bpk-component-button-colour-text-link-on-dark: #ffffff;--bpk-component-button-colour-text-secondary: #ffffff;--bpk-component-button-dimension-min-height-default: 2.25rem;--bpk-component-button-dimension-min-height-large: 3rem;--bpk-component-button-dimension-min-weight-large: 3rem;--bpk-component-button-dimension-padding-horizontal-default: 1rem;--bpk-component-button-dimension-padding-horizontal-large: 1rem;--bpk-component-button-dimension-radius: 0.5rem;--bpk-component-button-typography-tmp-default-label: 1rem;--bpk-core-primary: #054184;--bpk-surface-contrast: #010913;--bpk-surface-default: #131d2b;--bpk-text-on-dark: #ffffff;--bpk-text-primary: #ffffff}html{font-size:100%;box-sizing:border-box}*{box-sizing:inherit}*::before,*::after{box-sizing:inherit}body{color:#161616;font-family:var(--bpk-base-font-stack, "Skyscanner Relative", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif);font-size:1rem;line-height:1.3rem}body.scaffold-font-size{font-size:13px}body.enable-font-smoothing{-webkit-font-smoothing:antialiased}:focus-visible,button:focus-visible,[type=button]:focus-visible,[type=reset]:focus-visible,[type=submit]:focus-visible{outline:.125rem solid #0062e3;outline-offset:.125rem}.hidden,.hide{display:none !important}.visuallyhidden,.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;overflow:hidden;clip:rect(0 0 0 0)}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus,.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.invisible{visibility:hidden}.clearfix::before,.clearfix::after{content:"";display:table}.clearfix::after{clear:both}
|