Remove old CSS modules

This commit is contained in:
2023-11-03 10:31:32 +01:00
parent 0dae49f0b2
commit ad284581d8
3 changed files with 0 additions and 241 deletions

View File

@@ -1,15 +0,0 @@
.table{
margin: 0 auto;
border: 1px solid;
}
.td{
padding: 12px 16px;
cursor: pointer;
}
.warning{
font-weight: bold;
color: red;
text-align: center;
}