mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 07:21:43 +02:00
💄 Style changes to the plugins modal
This commit is contained in:
parent
411fe5448b
commit
4d4a3a512d
3 changed files with 19 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue