mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 11:38:19 +02:00
🎉 Add feedback link to workspace
This commit is contained in:
parent
7b458daa98
commit
4a2db204f1
5 changed files with 24 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -171,6 +171,10 @@
|
|||
&:hover {
|
||||
background-color: $color-primary-lighter;
|
||||
}
|
||||
|
||||
&.feedback {
|
||||
border-top: 1px solid $color-gray-10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue