mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 00:49:02 +02:00
🎉 Transform graphics into components
This commit is contained in:
parent
8852ed815f
commit
20738545b8
8 changed files with 404 additions and 164 deletions
|
@ -1848,6 +1848,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
.remove-graphics-dialog {
|
||||
.close {
|
||||
border: 1px solid $color-gray-30;
|
||||
background: $color-canvas;
|
||||
border-radius: 3px;
|
||||
padding: 0.5rem 1rem;
|
||||
cursor: pointer;
|
||||
margin-right: 8px;
|
||||
|
||||
&:hover {
|
||||
background: $color-gray-20;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//- LOGIN
|
||||
.login-register {
|
||||
background-color: $color-white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue