mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 13:28:27 +02:00
💄 UI structure redesign
This commit is contained in:
parent
1bb3a3a084
commit
28a06c99b5
97 changed files with 2194 additions and 259 deletions
|
@ -52,3 +52,12 @@
|
|||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
@keyframes spin-animation {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue