mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
WIP UI dashboard changes
This commit is contained in:
parent
6f58899f90
commit
0e3c3ebfbd
4 changed files with 16 additions and 11 deletions
|
@ -17,6 +17,7 @@
|
|||
font-size: $fs13;
|
||||
height: 30px;
|
||||
justify-content: center;
|
||||
min-width: 25px;
|
||||
padding: 0 1rem;
|
||||
transition: all .4s;
|
||||
svg {
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
top: 50px;
|
||||
z-index: 12;
|
||||
max-height: 30rem;
|
||||
min-width: 110px;
|
||||
min-width: 116px;
|
||||
}
|
||||
|
||||
.switch-content {
|
||||
|
@ -86,6 +86,7 @@
|
|||
.team-name {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
height: 48px;
|
||||
align-items: center;
|
||||
|
||||
.team-icon {
|
||||
|
|
|
@ -110,6 +110,7 @@
|
|||
h3 {
|
||||
color: $color-gray-40;
|
||||
font-size: $fs16;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -268,8 +268,9 @@
|
|||
}
|
||||
|
||||
.custom-select {
|
||||
cursor: pointer;
|
||||
border: 1px solid $color-gray-40;
|
||||
border-radius: $br-small;
|
||||
cursor: pointer;
|
||||
padding: $x-small $big $x-small $x-small;
|
||||
position: relative;
|
||||
|
||||
|
@ -295,16 +296,17 @@
|
|||
|
||||
}
|
||||
.custom-select-dropdown {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: 12;
|
||||
max-height: 30rem;
|
||||
min-width: 7rem;
|
||||
overflow-y: auto;
|
||||
|
||||
background-color: $color-white;
|
||||
border-radius: $br-small;
|
||||
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
|
||||
left: 0;
|
||||
max-height: 30rem;
|
||||
min-width: 7rem;
|
||||
position: absolute;
|
||||
overflow-y: auto;
|
||||
top: 30px;
|
||||
z-index: 12;
|
||||
|
||||
|
||||
.presets {
|
||||
width: 200px;
|
||||
|
@ -834,8 +836,8 @@
|
|||
align-items: center;
|
||||
cursor: pointer;
|
||||
svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
fill: $color-gray-20;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue