merge: merge common

This commit is contained in:
unknown
2021-09-08 17:34:43 +07:00
285 changed files with 2383 additions and 6149 deletions

View File

@@ -1,32 +1,32 @@
@import "../../../styles/utilities";
.cardBlogWarpper{
.cardBlogWarpper {
@apply inline-flex flex-col justify-start;
max-width: 39.2rem;
min-height: 34.4rem;
@apply inline-flex flex-col justify-start;
.image{
.image {
width: 100%;
max-height: 22rem;
border-radius: 2.4rem;
&:hover{
&:hover {
cursor: pointer;
}
img{
border-radius: 2.4rem;
}
}
.title{
.title {
padding: 1.6rem 0.8rem 0.4rem 0.8rem;
@apply font-bold;
font-size: 2rem;
line-height: 2.8rem;
letter-spacing: -0.01em;
color: var(--text-active);
&:hover{
&:hover {
cursor: pointer;
}
}
.description{
.description {
padding: 0 0.8rem;
@apply overflow-hidden overflow-ellipsis ;
color: var(--text-label);