fix: fix the dice table

This commit is contained in:
Kazhnuz 2023-02-16 07:49:56 +01:00
parent f559e7cd5a
commit 2ff9638f49

View file

@ -38,6 +38,20 @@ thead {
th:last-child { th:last-child {
border-top-right-radius: 10px; border-top-right-radius: 10px;
} }
&:last-child {
th {
text-align: center;
&:first-child {
border-bottom-left-radius: 10px;
}
&:last-child {
border-bottom-right-radius: 10px;
}
}
}
} }
tr:last-child td:first-child { tr:last-child td:first-child {