mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 09:41:41 +02:00
🐛 Use new icons for dashboard/projects
This commit is contained in:
parent
372e6b8a88
commit
7d2aef441c
2 changed files with 15 additions and 16 deletions
|
@ -115,9 +115,11 @@
|
|||
}
|
||||
|
||||
.show-more {
|
||||
align-items: center;
|
||||
color: $df-secondary;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: $s-12;
|
||||
|
||||
color: $df-secondary;
|
||||
font-size: $fs-14;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
|
@ -129,20 +131,14 @@
|
|||
|
||||
&:hover {
|
||||
color: $da-tertiary;
|
||||
svg {
|
||||
fill: $da-tertiary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.placeholder-icon {
|
||||
transform: rotate(-90deg);
|
||||
margin-left: $s-12;
|
||||
svg {
|
||||
height: $s-16;
|
||||
width: $s-16;
|
||||
fill: $df-secondary;
|
||||
}
|
||||
.show-more-icon {
|
||||
height: $s-16;
|
||||
width: $s-16;
|
||||
fill: none;
|
||||
stroke: currentColor;
|
||||
}
|
||||
|
||||
.team-hero {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue