UNPKG

@alaskaairux/auro-button

Version:
9 lines (6 loc) 639 B
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license // See LICENSE in the project root for license information. // --------------------------------------------------------------------- import {css} from 'lit-element'; export default css`:host([fixed]) .util_insetLg--squish{padding:calc(24px / 2) 24px}:host([fixed]) .auro-button{padding:0 24px;border-radius:6px;font-size:16px;min-height:48px;max-height:48px;gap:4px}@media screen and (min-width: 660px){:host([fixed]) .auro-button{min-width:140px}}:host([fixed]) .auro-button--slim{padding:8px 16px;font-size:14px;min-height:36px;max-height:36px} `;