非ログイン時は年齢確認を表示するように (#78)

This commit is contained in:
unarist
2019-02-04 00:10:14 +09:00
committed by shibafu
parent cbbb2605dd
commit b57a272611
2 changed files with 39 additions and 1 deletions

View File

@@ -15,6 +15,14 @@
overflow-x: auto;
}
.tis-need-agecheck .container {
filter: blur(45px);
}
.container {
transition: filter .15s liner;
}
.list-group-item.border-bottom-only {
border-left: none;
border-right: none;