Merge pull request #2108 from penpot/hiru-main-instance

Components v2 (first PR)
This commit is contained in:
Andrey Antukh 2022-08-01 13:25:06 +02:00 committed by GitHub
commit 18970cb233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 3212 additions and 1262 deletions

View file

@ -0,0 +1,3 @@
<svg width="500" height="500" viewBox="2115 2827.9 500 500" xmlns="http://www.w3.org/2000/svg">
<path d="m2615 3077.69-140.71 250.21h-218.22L2115 3077.69l141.07-249.79h218.22zm-337.86 207.73h176.07l118.93-207.3-118.93-207.74h-176.07l-118.93 208.16z"/>
</svg>

After

Width:  |  Height:  |  Size: 261 B

View file

@ -134,6 +134,12 @@
font-size: $fs16;
font-weight: 400;
}
&.delete-shared {
padding: 15px 32px;
.modal-item-element {
font-size: $fs16;
}
}
}
.modal-footer {
@ -179,7 +185,8 @@
}
}
.confirm-dialog {
.confirm-dialog,
.alert-dialog {
background-color: $color-white;
p {