mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 18:18:35 +02:00
✨ Resizeable panels
This commit is contained in:
parent
acc3d00fd5
commit
1599b2644a
19 changed files with 307 additions and 118 deletions
|
@ -5,14 +5,12 @@
|
|||
// Copyright (c) UXBOX Labs SL
|
||||
|
||||
.workspace-header {
|
||||
position: relative;
|
||||
align-items: center;
|
||||
background-color: $color-gray-50;
|
||||
border-bottom: 1px solid $color-gray-60;
|
||||
display: flex;
|
||||
height: 48px;
|
||||
padding: $size-1 $size-4 $size-1 55px;
|
||||
position: relative;
|
||||
z-index: 12;
|
||||
justify-content: space-between;
|
||||
|
||||
.main-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue