mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
8bfcd5b11e
* signature-req: replace Typography w/ Text - this does update styles slightly * siwe: extract showSecurityProviderBanner * siwe: rn -> hasAgreedToDomainWarning * siwe: update snapshot for updated Text usage
13 lines
228 B
SCSS
13 lines
228 B
SCSS
.signature-request-siwe-message {
|
|
flex: 1 100%;
|
|
border-radius: 8px;
|
|
padding: 8px 16px;
|
|
margin: 16px;
|
|
border: 1px solid var(--color-border-muted);
|
|
|
|
&__sub-text {
|
|
white-space: pre-line;
|
|
overflow: hidden;
|
|
}
|
|
}
|