mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
234fb4ac5d
* adds component with locales and test * adds feedback from review * adds storeis file * update snapshots * prettier * clean up stories file * relocation * review fixes * Update ui/pages/institutional/confirm-add-custodian-token/confirm-add-custodian-token.js Co-authored-by: George Marshall <george.marshall@consensys.net> * Update ui/pages/institutional/confirm-add-custodian-token/confirm-add-custodian-token.js Co-authored-by: George Marshall <george.marshall@consensys.net> * Update ui/pages/institutional/confirm-add-custodian-token/confirm-add-custodian-token.js Co-authored-by: George Marshall <george.marshall@consensys.net> * Button path remove * Update ui/pages/institutional/confirm-add-custodian-token/confirm-add-custodian-token.js Co-authored-by: George Marshall <george.marshall@consensys.net> * pulled * stories file update location --------- Co-authored-by: George Marshall <george.marshall@consensys.net>
31 lines
534 B
SCSS
31 lines
534 B
SCSS
.jwt-url-form {
|
|
&__instruction {
|
|
@include Paragraph;
|
|
|
|
align-self: flex-start;
|
|
font-size: 14px;
|
|
}
|
|
|
|
&__input {
|
|
@include Paragraph;
|
|
|
|
height: 54px;
|
|
width: 100%;
|
|
border-radius: 4px;
|
|
background-color: var(--color-background-default);
|
|
margin-top: 16px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
&__input-jwt {
|
|
@include Paragraph;
|
|
|
|
height: 154px;
|
|
width: 100%;
|
|
border-radius: 4px;
|
|
background-color: var(--color-background-default);
|
|
color: var(--color-text-default);
|
|
padding: 10px;
|
|
}
|
|
}
|