mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
9271cfd7bf
* fixing styles * Fixing styles and snapshots * fixed eslint rule * Removed unnecessary test
25 lines
460 B
SCSS
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;
|
|
}
|
|
}
|