🎉 Add feedback link to workspace

This commit is contained in:
elhombretecla 2020-12-10 09:50:56 +01:00 committed by Alonso Torres
parent 7b458daa98
commit 4a2db204f1
5 changed files with 24 additions and 8 deletions

View file

@ -370,8 +370,7 @@
display: flex;
flex-grow: 1;
span,
a {
span {
@include text-ellipsis;
color: $color-black;
margin: 10px 5px;
@ -420,11 +419,11 @@
}
}
span.primary-badge {
.primary-badge {
border: 1px solid $color-primary;
border-radius: 2px;
font-size: $fs9 !important;
font-weight: bold;
color: $color-primary !important;
padding: 2px 2px;
padding: 2px 4px;
}

View file

@ -171,6 +171,10 @@
&:hover {
background-color: $color-primary-lighter;
}
&.feedback {
border-top: 1px solid $color-gray-10;
}
}
}