impacts with keywords
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
This commit is contained in:
parent
0727519a5e
commit
1cc63b0725
9 changed files with 131 additions and 166 deletions
|
|
@ -9,6 +9,14 @@
|
|||
|
||||
|
||||
@include figure-16-9();
|
||||
@include pin();
|
||||
|
||||
& > figure{
|
||||
width: calc(100% + var(--padding-inner)*2);
|
||||
position: relative;
|
||||
left: calc(var(--padding-inner)*-1);
|
||||
top: calc(var(--padding-inner)*-1);
|
||||
}
|
||||
|
||||
.content{
|
||||
// padding: var(--padding-inner);
|
||||
|
|
@ -17,20 +25,8 @@
|
|||
}
|
||||
.pin{
|
||||
position: absolute;
|
||||
top: calc(var(--padding-inner)*1.5);
|
||||
left: calc(var(--padding-inner)*1.5);
|
||||
z-index: 10;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: var(--radius-small);
|
||||
background-color: rgba(255, 255, 255, 0.27);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
svg{
|
||||
width: 16px;
|
||||
fill: var(--color-txt);
|
||||
}
|
||||
top: var(--padding-inner);
|
||||
right: var(--padding-inner);
|
||||
}
|
||||
|
||||
.time-alone{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue