Vulcan/packages/telescope-daily/lib/client/stylesheets/daily.scss

21 lines
363 B
SCSS
Raw Normal View History

2014-08-27 10:23:56 +09:00
.posts-day-heading{
font-size: 16px;
2014-08-27 16:43:41 +09:00
color: rgba(0,0,0,0.5);
margin: 20px 0 10px 0;
2014-08-27 10:23:56 +09:00
}
.empty-day-notice{
padding: 15px;
}
.posts-day .post:last-child{
border-radius: 0 0 3px 3px;
2015-01-09 16:05:00 +09:00
}
.load-more-days-button{
display: block;
background: none;
width:100%;
text-align:center;
font-size:18px;
padding: 0px;
text-align: center;
margin: 20px 0;
2014-08-27 10:23:56 +09:00
}