お惣菜コーナーのカード枠を削除

ユーザータイムラインに合わせた形
This commit is contained in:
shibafu
2019-02-09 00:50:33 +09:00
parent eef0eac887
commit a77ac3f039
2 changed files with 56 additions and 50 deletions

10
public/css/tissue.css vendored
View File

@@ -24,6 +24,16 @@
transition: filter .15s liner;
}
.list-group-item.no-side-border {
border-left: none;
border-right: none;
border-radius: 0;
}
.list-group-item.border-bottom-only:first-child {
border-top: none;
}
.list-group-item.border-bottom-only {
border-left: none;
border-right: none;