2022-09-28 21:46:29 +02:00
|
|
|
.custom-spending-cap {
|
|
|
|
&__input-value-and-token-name {
|
|
|
|
display: contents;
|
|
|
|
}
|
|
|
|
|
2023-01-04 18:01:52 +01:00
|
|
|
&__max {
|
2022-09-28 21:46:29 +02:00
|
|
|
position: relative;
|
2023-01-04 18:01:52 +01:00
|
|
|
margin-top: -30px;
|
2023-01-16 18:41:46 +01:00
|
|
|
|
|
|
|
&--with-error-message {
|
|
|
|
margin-top: -66px;
|
|
|
|
}
|
2022-09-28 21:46:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-01-05 15:58:16 +01:00
|
|
|
&__description {
|
|
|
|
word-break: break-word;
|
2023-01-16 18:41:46 +01:00
|
|
|
|
|
|
|
&--with-error-message {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
2023-01-05 15:58:16 +01:00
|
|
|
}
|
|
|
|
|
2022-09-28 21:46:29 +02:00
|
|
|
#custom-spending-cap-input-value {
|
|
|
|
color: var(--color-error-default);
|
|
|
|
padding-inline-end: 60px;
|
|
|
|
}
|
2022-11-07 19:21:38 +01:00
|
|
|
|
2023-01-05 15:58:16 +01:00
|
|
|
#custom-spending-cap {
|
|
|
|
padding-inline-end: 60px;
|
|
|
|
}
|
|
|
|
|
2022-11-07 19:21:38 +01:00
|
|
|
input[type='number']::-webkit-inner-spin-button,
|
|
|
|
input[type='number']:hover::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
display: none;
|
|
|
|
}
|
2022-09-28 21:46:29 +02:00
|
|
|
}
|