mempool/frontend/src/app/components/about/about.component.scss

17 lines
260 B
SCSS
Raw Normal View History

2020-02-17 14:39:20 +01:00
.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;
2020-03-24 20:55:26 +01:00
}
tr {
white-space: inherit;
}
.nowrap {
white-space: nowrap;
}