2020-02-17 20:39:20 +07: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-25 02:55:26 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
white-space: inherit;
|
2020-07-18 12:59:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
.nowrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2020-10-07 20:15:42 +07:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|