mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 06:11:38 +02:00
✨ Update permissions dialog
This commit is contained in:
parent
864088eecd
commit
e18b4666ba
4 changed files with 44 additions and 5 deletions
|
@ -14,6 +14,7 @@
|
|||
@extend .modal-container-base;
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
max-height: initial;
|
||||
|
||||
&.plugin-permissions {
|
||||
width: $s-412;
|
||||
|
@ -253,8 +254,8 @@ div.input-error {
|
|||
.permissions-disclaimer {
|
||||
@include bodySmallTypography;
|
||||
padding: $s-16;
|
||||
background: var(--color-background-tertiary);
|
||||
color: var(--color-foreground-secondary);
|
||||
background: var(--color-background-quaternary);
|
||||
color: var(--color-foreground-quaternary);
|
||||
border-radius: $br-4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue