0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

add color fix to zoom controler

This commit is contained in:
elhombretecla 2016-04-10 17:37:03 +02:00
parent 57df8821f1
commit cb524ee814

View file

@ -167,9 +167,9 @@
.remove-zoom {
align-items: center;
border-radius: 50%;
border: 1px solid $color-primary;
border: 1px solid $medium-ui-border;
cursor: pointer;
color: $color-primary;
color: $medium-ui-border;
display: none;
flex-shrink: 0;
font-size: $fs20;
@ -179,6 +179,12 @@
position: absolute;
top: 5px;
width: 20px;
&:hover {
border-color: $color-primary;
color: $color-primary;
}
}
.add-zoom {