mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 18:16:37 +02:00
💄 Fix css left-header
This commit is contained in:
parent
6ceb816362
commit
af460536d1
7 changed files with 9 additions and 10 deletions
|
@ -26,7 +26,6 @@
|
|||
flex-direction: row;
|
||||
gap: $s-2;
|
||||
height: $s-32;
|
||||
padding: $s-2 $s-2 $s-2 $s-2;
|
||||
border-radius: $br-8;
|
||||
background: var(--color-background-secondary);
|
||||
cursor: pointer;
|
||||
|
@ -40,7 +39,7 @@
|
|||
.tab-container-tab-title {
|
||||
@include flexCenter;
|
||||
@include tabTitleTipography;
|
||||
height: $s-28;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0 $s-8;
|
||||
margin: 0;
|
||||
|
@ -65,7 +64,7 @@
|
|||
height: 100%;
|
||||
width: $s-24;
|
||||
min-width: $s-24;
|
||||
padding: 0 $s-6 0 0;
|
||||
padding: 0 $s-6;
|
||||
border-radius: $br-5;
|
||||
svg {
|
||||
@include flexCenter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue