mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added todo table
This commit is contained in:
parent
1a982b69c9
commit
cbd6bf2baa
15 changed files with 608 additions and 157 deletions
16
src/components/todoStuff/todoTable.module.css
Normal file
16
src/components/todoStuff/todoTable.module.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
.table {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.categoryName {
|
||||
text-align: center;
|
||||
margin: 5px 0px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tableCol {
|
||||
flex: 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue