mirror of
https://github.com/penpot/penpot.git
synced 2025-07-18 19:37:12 +02:00
💄 Update prototype tab desgin with new UI
This commit is contained in:
parent
e8aab8b0bf
commit
6de061159b
17 changed files with 1252 additions and 385 deletions
|
@ -24,6 +24,16 @@
|
|||
width: 100%;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.current-icon {
|
||||
@include flexCenter;
|
||||
height: $s-24;
|
||||
width: $s-24;
|
||||
padding-right: $s-4;
|
||||
svg {
|
||||
@extend .button-icon;
|
||||
stroke: var(--icon-foreground);
|
||||
}
|
||||
}
|
||||
.dropdown-button {
|
||||
@include flexCenter;
|
||||
svg {
|
||||
|
@ -42,6 +52,17 @@
|
|||
.checked-element {
|
||||
@extend .dropdown-element-base;
|
||||
|
||||
.icon {
|
||||
@include flexCenter;
|
||||
height: $s-24;
|
||||
width: $s-24;
|
||||
padding-right: $s-4;
|
||||
svg {
|
||||
@extend .button-icon;
|
||||
stroke: var(--icon-foreground);
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue