Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / pass / components / Form / Field / Custom / IncrementableInput.scss
blob32ec35eb7fe03a1ab6a6c4fe5cbed94de4cbc638
1 .incrementable-input {
2         &::before {
3                 z-index: 0;
4                 position: absolute;
5                 content: '';
6                 inline-size: calc(100% - 40px);
7                 block-size: 100%;
8                 background-color: var(--background-weak);
9         }