First cut of Mahjong scorecard
This commit is contained in:
parent
e74906e0c4
commit
e020f2a4b6
5 changed files with 556 additions and 0 deletions
14
site/mahjong/style.css
Normal file
14
site/mahjong/style.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.main-table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.score-input-group {
|
||||
display: grid;
|
||||
gap: 15px;
|
||||
grid-template-columns: 2fr 1fr;
|
||||
align-items: baseline;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue