Bootstrapを用いたレイアウトの投入開始

This commit is contained in:
shibafu
2017-10-22 23:13:21 +09:00
parent 1dbc573833
commit 70ae2fd982
22 changed files with 14378 additions and 0 deletions

22
public/css/tissue.css vendored Normal file
View File

@@ -0,0 +1,22 @@
@charset "UTF-8";
.tis-footer {
color: #a2a2a2;
font-size: small;
border-top: 1px solid #eee;
background: linear-gradient(to bottom, #f8f9fa, #fff)
}
.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;
}