blog_theme/assets/less/blog/post.less
Sodbileg Gansukh ec049f3c55 Some changes
2019-05-01 14:19:36 +08:00

119 lines
1.7 KiB
Plaintext

.post-column {
margin-bottom: 30px;
}
.post {
border-radius: 5px;
box-shadow: @shadow-base;
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
.post-wrapper {
background-color: @white-color;
flex-grow: 1;
padding: 20px;
}
.post-tag {
background-color: var(--primary-color);
border-radius: 15px;
color: @white-color;
display: inline-block;
font-size: 12px;
font-weight: 700;
line-height: 1;
margin-bottom: 8px;
padding: 4px 8px;
}
.post-header {
margin-bottom: 10px;
}
.post-title {
font-size: 18px;
margin-bottom: 0;
}
.post-meta {
background-color: @white-color;
border-top: 1px solid @mid-gray-color;
color: @secondary-text-color;
font-size: 13px;
font-weight: 700;
padding: 10px 30px;
}
.post-excerpt {
color: @secondary-text-color;
font-size: 14px;
}
.post-content {
font-size: 15px;
line-height: 1.7;
}
.post-date {
color: @secondary-text-color;
display: block;
margin-top: 4px;
}
.post-footer {
align-items: center;
background-color: @white-color;
border-top: 1px solid @light-gray-color;
display: flex;
height: 42px;
justify-content: space-between;
padding: 0 20px;
}
.post-link {
font-size: 11px;
font-weight: 700;
letter-spacing: .5px;
line-height: 1;
text-transform: uppercase;
}
.post-author {
margin-right: 2px;
}
.post-author-link {
display: block;
height: 28px;
margin: 0 -4px;
position: relative;
width: 28px;
&:first-child {
z-index: 10;
}
&:nth-child(2) {
z-index: 9;
}
&:nth-child(3) {
z-index: 8;
}
&:nth-child(4) {
z-index: 7;
}
&:nth-child(5) {
z-index: 6;
}
}
.post-author-image {
border: 2px solid @white-color;
border-radius: 50%;
}