mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 15:30:05 +01:00
17 lines
260 B
SCSS
17 lines
260 B
SCSS
|
.text-small {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.code {
|
||
|
background-color: #1d1f31;
|
||
|
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
|
||
|
}
|
||
|
|
||
|
tr {
|
||
|
white-space: inherit;
|
||
|
}
|
||
|
|
||
|
.nowrap {
|
||
|
white-space: nowrap;
|
||
|
}
|