see-more
This commit is contained in:
parent
3e110f9c55
commit
b8f12369b8
7 changed files with 87 additions and 7 deletions
|
|
@ -115,6 +115,18 @@
|
|||
|
||||
}
|
||||
|
||||
.content{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.see-more{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
font-size: var(--fs-small);
|
||||
--hover-bg: var(--color);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -215,8 +227,8 @@
|
|||
|
||||
.see-more{
|
||||
display: block;
|
||||
color: var(--color-txt);
|
||||
font-weight: bold;
|
||||
// color: var(--color-txt);
|
||||
// font-weight: bold;
|
||||
padding-top: calc(var(--unit)*1.5);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue