Refonte inventaire et objets #236
1 changed files with 14 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue