mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 19:41:39 +02:00
✨ Small improvements over plugin manager
This commit is contained in:
parent
6f8ce1fc5a
commit
2cc3f65323
6 changed files with 43 additions and 6 deletions
|
@ -213,7 +213,7 @@ div.input-error {
|
|||
gap: $s-4;
|
||||
|
||||
svg {
|
||||
margin-top: calc(-1 * var($s-2));
|
||||
margin-top: calc(-1 * $s-2);
|
||||
width: $s-12;
|
||||
height: $s-12;
|
||||
stroke: $da-primary;
|
||||
|
@ -262,3 +262,13 @@ div.input-error {
|
|||
display: flex;
|
||||
gap: $s-12;
|
||||
}
|
||||
|
||||
.discover {
|
||||
@include bodySmallTypography;
|
||||
color: $df-secondary;
|
||||
margin-top: $s-24;
|
||||
|
||||
a {
|
||||
color: $da-primary;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue