add: OpenGraph image, timeline card state
Added three states to timeline card, added open graph image and description
This commit is contained in:
parent
f75d66a0d0
commit
d71e59b9c0
12 changed files with 112 additions and 34 deletions
|
@ -6,7 +6,7 @@
|
|||
border-radius: var(--radius-default);
|
||||
padding: var(--padding-xs);
|
||||
|
||||
& .icon {
|
||||
& > .icon {
|
||||
flex: 0 0 25%;
|
||||
font-size: var(--font-size-xxl);
|
||||
color: var(--color-main-dark);
|
||||
|
@ -16,4 +16,13 @@
|
|||
text-align: left;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
& .state {
|
||||
--color: var(--color-darkest);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--padding-xxs);
|
||||
margin-top: var(--padding-s);
|
||||
color: var(--color);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue