1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/ui/components/institutional/jwt-url-form/jwt-url-form.scss
Albert Olivé 9271cfd7bf
[MMI] The add custody token view needs a styles tweak (#19779)
* fixing styles

* Fixing styles and snapshots

* fixed eslint rule

* Removed unnecessary test
2023-06-27 15:49:15 +02:00

25 lines
460 B
SCSS

.jwt-url-form {
&__input {
@include Paragraph;
height: 54px;
width: 100%;
border-radius: 4px;
border: 1px solid;
background-color: var(--color-background-default);
padding: 0 10px;
}
&__input-jwt {
@include Paragraph;
height: 154px;
width: 100%;
border-radius: 4px;
border: 1px solid;
background-color: var(--color-background-default);
color: var(--color-text-default);
padding: 10px;
}
}