mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 06:28:47 +00:00
Merge pull request #2091 from penpot/eva-bugfix-share
🐛 Fix overlay and shadows of modal body
This commit is contained in:
commit
9022520334
@ -6,7 +6,7 @@
|
|||||||
.share-link-dialog {
|
.share-link-dialog {
|
||||||
width: 480px;
|
width: 480px;
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
|
box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);
|
||||||
.modal-content {
|
.modal-content {
|
||||||
padding: 16px 32px;
|
padding: 16px 32px;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
|||||||
@ -137,7 +137,7 @@
|
|||||||
(assoc cf/public-uri :fragment href)))]
|
(assoc cf/public-uri :fragment href)))]
|
||||||
(reset! link (some-> href str)))))
|
(reset! link (some-> href str)))))
|
||||||
|
|
||||||
[:div.modal-overlay.share-modal
|
[:div.modal-overlay.transparent.share-modal
|
||||||
[:div.modal-container.share-link-dialog
|
[:div.modal-container.share-link-dialog
|
||||||
[:div.modal-content.initial
|
[:div.modal-content.initial
|
||||||
[:div.title
|
[:div.title
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user