0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix style issues on share link dialog.

This commit is contained in:
Andrey Antukh 2021-09-07 12:23:48 +02:00 committed by Andrés Moya
parent 59e203fd52
commit 66c1e386ce

View file

@ -1,5 +1,6 @@
.share-link-dialog {
width: 475px;
background-color: $color-white;
.modal-footer {
display: flex;
@ -41,6 +42,10 @@
.modal-content {
padding: 26px;
&:first-child {
border-top: 0px;
}
.title {
display: flex;
justify-content: space-between;
@ -65,7 +70,8 @@
.hint {
padding-top: 10px;
font-size: $fs11;
font-size: $fs14;
color: $color-gray-40;
}
.help-icon {