mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 20:06:11 +02:00
🐛 Fix shared modal when link is created and add text color
This commit is contained in:
parent
aeff50ba9f
commit
af6e808337
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
left: calc(100vw - $s-512);
|
left: calc(100vw - $s-512);
|
||||||
z-index: $z-index-modal;
|
z-index: $z-index-modal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.share-link-dialog {
|
.share-link-dialog {
|
||||||
@extend .modal-container-base;
|
@extend .modal-container-base;
|
||||||
min-height: unset;
|
min-height: unset;
|
||||||
|
@ -86,6 +87,7 @@
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
@include titleTipography;
|
@include titleTipography;
|
||||||
|
color: var(--modal-text-foreground-color);
|
||||||
margin-bottom: $s-24;
|
margin-bottom: $s-24;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,7 +143,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-mode {
|
.view-mode {
|
||||||
max-height: $s-248;
|
max-height: $s-216;
|
||||||
overflow: hidden auto;
|
overflow: hidden auto;
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue