2020-04-08 13:04:32 +02:00
|
|
|
.zoom-widget {
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
span {
|
|
|
|
color: $color-gray-10;
|
|
|
|
font-size: $fs14;
|
|
|
|
margin-left: $x-small;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-button svg {
|
|
|
|
fill: $color-gray-10;
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoom-dropdown {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 12;
|
2020-05-12 13:05:14 +02:00
|
|
|
width: 160px;
|
2020-04-08 13:04:32 +02:00
|
|
|
|
|
|
|
background-color: $color-white;
|
|
|
|
border-radius: $br-small;
|
|
|
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
|
|
|
|
|
|
|
|
li {
|
|
|
|
color: $color-gray-60;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: $fs12;
|
|
|
|
display: flex;
|
|
|
|
padding: $small;
|
|
|
|
|
|
|
|
span {
|
|
|
|
color: $color-gray-40;
|
|
|
|
font-size: $fs12;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $color-primary-lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|