mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05:00
wip quick fixes
This commit is contained in:
parent
e05fe318e3
commit
8b0f18df5a
3 changed files with 20 additions and 6 deletions
|
@ -140,7 +140,14 @@
|
|||
align-items: center;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
width: 62px;
|
||||
width: 55px;
|
||||
|
||||
.block-element {
|
||||
|
||||
svg {
|
||||
fill: $medium-ui-icons;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.element-icon {
|
||||
|
@ -156,7 +163,7 @@
|
|||
width: 12px;
|
||||
|
||||
svg {
|
||||
fill: $intense-ui-icons;
|
||||
fill: $medium-ui-icons;
|
||||
transform: rotate(90deg);
|
||||
width: 10px;
|
||||
}
|
||||
|
@ -168,7 +175,7 @@
|
|||
&:hover {
|
||||
|
||||
svg {
|
||||
fill: $medium-ui-icons;
|
||||
fill: $intense-ui-icons;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -221,7 +228,8 @@
|
|||
&:hover {
|
||||
background-color: $main-ui-color;
|
||||
|
||||
.element-icon {
|
||||
.element-icon,
|
||||
.element-actions {
|
||||
svg {
|
||||
fill: $soft-ui-icons;
|
||||
}
|
||||
|
@ -244,7 +252,8 @@
|
|||
&:hover {
|
||||
background-color: $main-ui-color;
|
||||
|
||||
.element-icon {
|
||||
.element-icon,
|
||||
.element-actions {
|
||||
|
||||
svg {
|
||||
fill: $soft-ui-icons;
|
||||
|
|
|
@ -160,6 +160,11 @@
|
|||
padding: 0 25px;
|
||||
position: relative;
|
||||
|
||||
span {
|
||||
color: $medium-ui-text;
|
||||
font-size: $fs15;
|
||||
}
|
||||
|
||||
.add-zoom,
|
||||
.remove-zoom {
|
||||
align-items: center;
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
}
|
||||
|
||||
.workspace-viewport {
|
||||
height: calc(95% - 20px);
|
||||
height: calc(100% - 40px);
|
||||
overflow: scroll;
|
||||
transition: none;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue