mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
fbbc1df853
Co-authored-by: VSaric <vladimir.saric@consensys.net> Co-authored-by: Vladimir Saric <92527393+VSaric@users.noreply.github.com>
34 lines
570 B
SCSS
34 lines
570 B
SCSS
.custom-spending-cap {
|
|
&__input-value-and-token-name {
|
|
display: contents;
|
|
}
|
|
|
|
&__max {
|
|
position: relative;
|
|
margin-top: -30px;
|
|
}
|
|
|
|
&__input {
|
|
width: 100%;
|
|
}
|
|
|
|
&__description {
|
|
word-break: break-word;
|
|
}
|
|
|
|
#custom-spending-cap-input-value {
|
|
color: var(--color-error-default);
|
|
padding-inline-end: 60px;
|
|
}
|
|
|
|
#custom-spending-cap {
|
|
padding-inline-end: 60px;
|
|
}
|
|
|
|
input[type='number']::-webkit-inner-spin-button,
|
|
input[type='number']:hover::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
display: none;
|
|
}
|
|
}
|