🎉 Add orientation buttons for frames options.

This commit is contained in:
Andrés Moya 2020-03-26 15:32:15 +01:00 committed by Andrey Antukh
parent 97141bfb7a
commit 5f938f4f38
5 changed files with 37 additions and 5 deletions

View file

@ -273,7 +273,7 @@
.custom-select-dropdown {
position: absolute;
right: 0;
left: 0;
z-index: 12;
width: 200px;
max-height: 30rem;
@ -431,3 +431,20 @@
}
}
.orientation-icon {
margin-left: $small;
svg {
stroke: $color-gray-40;
stroke-width: 30px;
height: 25px;
width: 25px;
}
&:hover {
svg {
stroke: $color-gray-10;
}
}
}