Merge branch 'pass-lifetime-fixes' into 'main'
[ProtonMail-WebClient.git] / packages / components / containers / vpn / tv / TVCodeInputs.scss
blob7381829ea39f9a627515a628c05ac01ba539fb12
1 @import '~@proton/styles/scss/lib';
3 .tv-background-container {
4         background-image: url(./tv_bg.svg);
5         background-position: center;
6         background-repeat: no-repeat;
7         background-size: 1200px 800px;
10 .tv-code {
11         block-size: rem(45);
12         inline-size: rem(160);
14         &--input {
15                 letter-spacing: rem(15);
16                 text-indent: rem(20);
17                 font-size: rem(15);
18         }
21 @include media('<=small') {
22         .tv-code {
23                 inline-size: rem(200);
25                 &--input {
26                         letter-spacing: rem(26);
27                         text-indent: rem(30);
28                 }
29         }