mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-14 21:14:23 +00:00
15 lines
252 B
SCSS
15 lines
252 B
SCSS
|
pre {
|
||
|
color: #333;
|
||
|
background-color: #fafafa;
|
||
|
border: 1px solid #ececec;
|
||
|
border-radius: 0px;
|
||
|
padding: 8px;
|
||
|
code {
|
||
|
font-size: 14px;
|
||
|
line-height: 20px;
|
||
|
word-break: break-all;
|
||
|
word-wrap: break-word;
|
||
|
white-space: pre;
|
||
|
}
|
||
|
}
|