mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
14 lines
255 B
SCSS
14 lines
255 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;
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
}
|