Merge pull request #4289 from penpot/eva-remove-css

♻️ Remove unused CSS files
This commit is contained in:
Alejandro 2024-03-19 13:50:28 +01:00 committed by GitHub
commit 0fbd7e95df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 14 additions and 2374 deletions

View file

@ -339,7 +339,7 @@
.profile-fullname {
@include smallTitleTipography;
@include text-ellipsis;
@include textEllipsis;
align-self: center;
max-width: $s-160;
color: var(--profile-foreground-color);

View file

@ -51,7 +51,7 @@
.layer-title {
@include bodySmallTypography;
@include text-ellipsis;
@include textEllipsis;
height: $s-32;
padding: $s-8 0;
color: var(--assets-item-name-foreground-color-rest);