tissue/public/css/tissue.css
shibafu fcafc3c704 レビュー内容を部分的に反映
* Bootstrapのスタイルに乗せた
* 問題解決の方法を案内
* fixedに関わりたくなくなってきたので単にページ先頭要素にした
2019-02-10 17:00:35 +09:00

38 lines
609 B
CSS
Vendored

@charset "UTF-8";
.tis-footer {
color: #a2a2a2;
font-size: small;
border-top: 1px solid #eee;
background: linear-gradient(to bottom, #f8f9fa, #fff)
}
.tis-word-wrap {
word-wrap: break-word;
}
.tis-contribution-graph {
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;
border-radius: 0;
}
.list-group-item.border-bottom-only:first-child {
border-top: none;
}
.timeline-action-item {
margin-left: 16px;
}