Adds shortcuts to header menu

This commit is contained in:
alonso.torres 2020-05-20 15:36:02 +02:00
parent e3f7e352d4
commit 283a13acc1
3 changed files with 29 additions and 13 deletions

View file

@ -36,7 +36,7 @@
height: 30px;
width: 28px;
}
}
&:hover {
@ -118,6 +118,8 @@
cursor: pointer;
font-size: $fs12;
padding: $small $x-small;
display: flex;
justify-content: space-between;
svg {
fill: $color-gray-60;
@ -130,6 +132,10 @@
margin: 0 $x-small;
}
.shortcut {
color: $color-gray-20;
}
&:hover {
background-color: $color-primary-lighter;
}