mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
21 lines
360 B
SCSS
21 lines
360 B
SCSS
![]() |
.posts-day-heading{
|
||
|
font-size: 16px;
|
||
|
color: rgba(0,0,0,0.5);
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
.empty-day-notice{
|
||
|
padding: 15px;
|
||
|
}
|
||
|
.posts-day .post:last-child{
|
||
|
border-radius: 0 0 3px 3px;
|
||
|
}
|
||
|
.load-more-days-button{
|
||
|
display: block;
|
||
|
background: none;
|
||
|
width:100%;
|
||
|
text-align:center;
|
||
|
font-size:18px;
|
||
|
padding: 0px;
|
||
|
text-align: center;
|
||
|
margin: 20px 0;
|
||
|
}
|