This commit is contained in:
parent
c508f2008c
commit
5ec5fcfbf5
@ -3114,4 +3114,39 @@ input#s_avatar {
|
||||
font-family: monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
tr {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto auto;
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
|
||||
tbody td {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
table tr td:nth-child(4) {
|
||||
color: yellow;
|
||||
font-size: xx-large;
|
||||
font-family: 'VCR';
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
td:nth-child(1) {
|
||||
grid-column: 6;
|
||||
}
|
||||
|
||||
td:nth-child(2) {
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
td:nth-child(3) {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
||||
td:nth-child(4) {
|
||||
grid-column: 3;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user