💄 Style changes to the plugins modal

This commit is contained in:
alonso.torres 2024-06-07 09:47:36 +02:00 committed by Andrey Antukh
parent 411fe5448b
commit 4d4a3a512d
3 changed files with 19 additions and 16 deletions

View file

@ -14,8 +14,6 @@
@extend .modal-container-base;
display: grid;
grid-template-rows: auto 1fr;
height: $s-472;
max-height: $s-472;
width: $s-472;
max-width: $s-472;
@ -43,7 +41,7 @@
display: flex;
flex-direction: column;
height: $s-380;
padding-bottom: $s-16;
max-height: $s-380;
}
.primary-button {
@ -133,7 +131,9 @@
flex-direction: column;
align-items: center;
gap: $s-20;
margin-top: $s-16;
height: 100%;
justify-content: center;
padding: $s-36 0;
}
.plugins-empty-logo {
@ -148,9 +148,8 @@
svg {
width: $s-16;
height: $s-16;
fill: none;
stroke: $df-secondary;
stroke-width: 0.8px;
fill: $df-secondary;
stroke-width: 0;
}
}