mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -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;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 62px;
|
width: 55px;
|
||||||
|
|
||||||
|
.block-element {
|
||||||
|
|
||||||
|
svg {
|
||||||
|
fill: $medium-ui-icons;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.element-icon {
|
.element-icon {
|
||||||
|
@ -156,7 +163,7 @@
|
||||||
width: 12px;
|
width: 12px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $intense-ui-icons;
|
fill: $medium-ui-icons;
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
width: 10px;
|
width: 10px;
|
||||||
}
|
}
|
||||||
|
@ -168,7 +175,7 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $medium-ui-icons;
|
fill: $intense-ui-icons;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -221,7 +228,8 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $main-ui-color;
|
background-color: $main-ui-color;
|
||||||
|
|
||||||
.element-icon {
|
.element-icon,
|
||||||
|
.element-actions {
|
||||||
svg {
|
svg {
|
||||||
fill: $soft-ui-icons;
|
fill: $soft-ui-icons;
|
||||||
}
|
}
|
||||||
|
@ -244,7 +252,8 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $main-ui-color;
|
background-color: $main-ui-color;
|
||||||
|
|
||||||
.element-icon {
|
.element-icon,
|
||||||
|
.element-actions {
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $soft-ui-icons;
|
fill: $soft-ui-icons;
|
||||||
|
|
|
@ -160,6 +160,11 @@
|
||||||
padding: 0 25px;
|
padding: 0 25px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
span {
|
||||||
|
color: $medium-ui-text;
|
||||||
|
font-size: $fs15;
|
||||||
|
}
|
||||||
|
|
||||||
.add-zoom,
|
.add-zoom,
|
||||||
.remove-zoom {
|
.remove-zoom {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-viewport {
|
.workspace-viewport {
|
||||||
height: calc(95% - 20px);
|
height: calc(100% - 40px);
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
transition: none;
|
transition: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue