blog_theme/assets/less/misc/kg.less
Sodbileg Gansukh f3369ec7f1 Add lightbox
2020-03-22 16:50:59 +08:00

122 lines
1.7 KiB
Plaintext

.kg-width-wide,
.kg-width-full {
margin-left: -30px;
margin-right: -30px;
max-width: calc(~"100% + 60px");
width: auto;
img {
width: 100%;
}
}
.kg-gallery-container {
display: flex;
flex-direction: column;
}
.kg-gallery-row {
display: flex;
flex-direction: row;
justify-content: center;
}
.kg-gallery-image {
cursor: pointer;
img {
height: 100%;
width: 100%;
}
}
.kg-gallery-row:not(:first-of-type) {
margin: 10px 0 0 0;
}
.kg-gallery-image:not(:first-of-type) {
margin: 0 0 0 10px;
}
.kg-bookmark-card {
border: 1px solid @mid-gray-color;
border-radius: 4px;
}
.kg-bookmark-container {
display: flex;
overflow: hidden;
&:after {
display: none;
}
}
.kg-bookmark-content {
overflow: hidden;
padding: 25px;
}
.kg-bookmark-title {
color: @dark-gray-color;
font-size: 18px;
font-weight: 700;
line-height: 1.3;
}
.kg-bookmark-description {
color: @secondary-text-color;
margin-top: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.kg-bookmark-metadata {
align-items: center;
display: flex;
font-size: 14px;
margin-top: 5px;
}
.kg-bookmark-icon {
height: 20px;
margin-right: 5px;
width: 20px;
}
.kg-bookmark-author,
.kg-bookmark-publisher {
color: @dark-gray-color;
}
.kg-bookmark-publisher:before {
content: "•";
padding: 0 5px;
}
.kg-bookmark-thumbnail {
flex-shrink: 0;
margin-left: 20px;
position: relative;
width: 300px;
img {
height: 100%;
object-fit: cover;
position: absolute;
width: 100%;
}
}
@media (max-width: 767px) {
.kg-bookmark-container {
flex-direction: column;
}
.kg-bookmark-thumbnail {
height: 200px;
margin-left: 0;
width: 100%;
}
}