mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 22:19:19 +00:00
💄 Fix styles from select organization
This commit is contained in:
parent
51fa5a5773
commit
be437fbfa1
@ -548,15 +548,14 @@
|
|||||||
height: calc(2 * var(--sp-xxxl));
|
height: calc(2 * var(--sp-xxxl));
|
||||||
max-height: calc(2 * var(--sp-xxxl));
|
max-height: calc(2 * var(--sp-xxxl));
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: var(--sp-xs) var(--sp-l) var(--sp-xs) var(--sp-s);
|
padding: 0 var(--sp-l);
|
||||||
// border-block-end: $b-1 solid var(--color-background-quaternary);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nitrate-selected-org {
|
.nitrate-selected-org {
|
||||||
@include t.use-typography("body-medium");
|
@include t.use-typography("body-medium");
|
||||||
color: var(--color-foreground-primary);
|
color: var(--color-foreground-primary);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: var(--sp-xs) 0 var(--sp-xs) var(--sp-l);
|
padding-inline-start: var(--sp-s);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--sp-s);
|
gap: var(--sp-s);
|
||||||
@ -612,5 +611,9 @@
|
|||||||
gap: var(--sp-s);
|
gap: var(--sp-s);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 var(--sp-m);
|
padding: 0 var(--sp-s);
|
||||||
|
}
|
||||||
|
|
||||||
|
.current-org .arrow-icon {
|
||||||
|
margin-inline-end: var(--sp-xs);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user