update payment

This commit is contained in:
2018-05-24 23:03:56 +09:00
parent d6afec749b
commit f9609df7e1
4 changed files with 52 additions and 40 deletions

View File

@@ -177,12 +177,22 @@ a.article-list__item__button {
}
// Remit
#remit {
// Pay
#pay {
font-family: sans-serif;
pre {
display: inline-block;
.monospace {
font-family: monospace;
font-weight: bold;
padding: 0 5px;
font-size: 12pt;
user-select: all;
-webkit-user-select: all;
-moz-user-select: all;
}
p {
padding: 10px 0;
}
a.button {