mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
fix some styling issues
This commit is contained in:
parent
5b1eaf4b8f
commit
247e3a1559
3 changed files with 5 additions and 10 deletions
|
@ -67,8 +67,8 @@
|
|||
|
||||
.action-btn {
|
||||
@extend .button-tertiary;
|
||||
height: $s-20;
|
||||
width: $s-20;
|
||||
height: $s-28;
|
||||
width: $s-28;
|
||||
svg {
|
||||
@extend .button-icon;
|
||||
width: 12px;
|
||||
|
|
|
@ -179,6 +179,7 @@
|
|||
[:div {:class (stl/css :sidebar-header)}
|
||||
[:& title-bar {:collapsable true
|
||||
:collapsed (not @open?)
|
||||
:all-clickable true
|
||||
:title "SETS"
|
||||
:on-collapsed #(swap! open? not)}]
|
||||
[:button {:class (stl/css :add-set)
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-left: $s-2;
|
||||
padding-top: $s-2;
|
||||
margin-left: $s-8;
|
||||
padding-top: $s-12;
|
||||
color: var(--layer-row-foreground-color);
|
||||
}
|
||||
|
||||
|
@ -51,12 +51,6 @@
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.divider {
|
||||
height: 1px;
|
||||
background-color: var(--border-color);
|
||||
margin: $s-8 0;
|
||||
}
|
||||
|
||||
.token-pills-wrapper {
|
||||
display: flex;
|
||||
gap: $s-4;
|
||||
|
|
Loading…
Add table
Reference in a new issue