Small improvements over plugin manager

This commit is contained in:
alonso.torres 2024-07-05 15:16:09 +02:00
parent 6f8ce1fc5a
commit 2cc3f65323
6 changed files with 43 additions and 6 deletions

View file

@ -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;
}
}