no message
This commit is contained in:
parent
a759fda575
commit
dcd968f4fe
@ -25,6 +25,9 @@
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-bottom: 1px solid #ebebeb;
|
border-bottom: 1px solid #ebebeb;
|
||||||
}
|
}
|
||||||
|
.body .item .thead a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.body .item .thead:not(:last-of-type) {
|
.body .item .thead:not(:last-of-type) {
|
||||||
border-right: 1px solid #ebebeb;
|
border-right: 1px solid #ebebeb;
|
||||||
}
|
}
|
||||||
|
@ -35,6 +35,10 @@
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-bottom: 1px solid rgb(235, 235, 235);
|
border-bottom: 1px solid rgb(235, 235, 235);
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
border-right: 1px solid rgb(235, 235, 235);
|
border-right: 1px solid rgb(235, 235, 235);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user