repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
pass
/
components
/
Form
/
Field
/
Custom
/
IncrementableInput.scss
blob
32ec35eb7fe03a1ab6a6c4fe5cbed94de4cbc638
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
}
10
}