2 @import '~@proton/styles/scss/lib';
12 // ems should scale accordingly on mobile.
13 max-inline-size: 5.5em;
19 // ems should scale accordingly on mobile.
35 .exp:not(.exp--small),
36 .cvv:not(.cvv--small) {
38 padding-block: rem(6);
45 color: var(--text-norm);
50 padding-inline-start: rem(12) !important;
53 // we want the country dropdown to take exactly half of the width
59 border: none !important;
65 color: var(--signal-danger);
66 min-block-size: rem(20);
73 z-index: map.get($z-indexes, 'up');
77 // we want the focus frame to be displayed over error frame
78 z-index: map.get($z-indexes, 'up') + 1;
84 border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
85 margin-block-end: -1px;
91 border-radius: 0 0 0 var(--border-radius-md);
97 border-radius: 0 0 var(--border-radius-md) 0;
98 margin-inline-start: -1px;