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

31 lines
468 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;
}
.qr-wrapper {
background-color: #FFF;
padding: 10px;
display: inline-block;
}
.profile_photo {
width: 80px;
height: 80px;
background-size: 100%, 100%;
border-radius: 50%;
cursor: pointer;
}