mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:38:21 +02:00
Merge pull request #2108 from penpot/hiru-main-instance
Components v2 (first PR)
This commit is contained in:
commit
18970cb233
101 changed files with 3212 additions and 1262 deletions
3
frontend/resources/images/icons/component-copy.svg
Normal file
3
frontend/resources/images/icons/component-copy.svg
Normal 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 |
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue