19 lines
202 B
CSS
19 lines
202 B
CSS
#categoriesTable tr {
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
|
|
.mdi {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.actions-column {
|
|
width: 100px;
|
|
}
|
|
|
|
.id-column {
|
|
width: 200px;
|
|
}
|
|
|
|
.icon-column {
|
|
width: 200px;
|
|
}
|