mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -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 {
|
.action-btn {
|
||||||
@extend .button-tertiary;
|
@extend .button-tertiary;
|
||||||
height: $s-20;
|
height: $s-28;
|
||||||
width: $s-20;
|
width: $s-28;
|
||||||
svg {
|
svg {
|
||||||
@extend .button-icon;
|
@extend .button-icon;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
|
|
|
@ -179,6 +179,7 @@
|
||||||
[:div {:class (stl/css :sidebar-header)}
|
[:div {:class (stl/css :sidebar-header)}
|
||||||
[:& title-bar {:collapsable true
|
[:& title-bar {:collapsable true
|
||||||
:collapsed (not @open?)
|
:collapsed (not @open?)
|
||||||
|
:all-clickable true
|
||||||
:title "SETS"
|
:title "SETS"
|
||||||
:on-collapsed #(swap! open? not)}]
|
:on-collapsed #(swap! open? not)}]
|
||||||
[:button {:class (stl/css :add-set)
|
[:button {:class (stl/css :add-set)
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-left: $s-2;
|
margin-left: $s-8;
|
||||||
padding-top: $s-2;
|
padding-top: $s-12;
|
||||||
color: var(--layer-row-foreground-color);
|
color: var(--layer-row-foreground-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,12 +51,6 @@
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divider {
|
|
||||||
height: 1px;
|
|
||||||
background-color: var(--border-color);
|
|
||||||
margin: $s-8 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token-pills-wrapper {
|
.token-pills-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: $s-4;
|
gap: $s-4;
|
||||||
|
|
Loading…
Add table
Reference in a new issue