0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-23 15:26:29 -05:00

🐛 Fix some visual errors

This commit is contained in:
Eva 2023-01-02 09:34:19 +01:00
parent b1d99232a9
commit 407831ffd1
3 changed files with 10 additions and 3 deletions

View file

@ -57,9 +57,10 @@
color: $color-gray-30;
height: 40px;
padding: $size-1 $size-5;
font-weight: 400;
&:hover {
color: $color-black;
text-decoration: none;
}
}

View file

@ -203,7 +203,11 @@
flex-shrink: 0;
padding: $size-2;
a {
font-weight: 400;
width: 100%;
&:hover {
text-decoration: none;
}
}
svg {
@ -279,7 +283,9 @@
}
&.current {
font-weight: bold;
a {
font-weight: bold;
}
&::before {
background-color: $color-primary;

View file

@ -68,7 +68,7 @@
[:a {:on-click go-settings} (tr "labels.settings")]]]]
[:div.dashboard-buttons
(if (and (or invitations-section? members-section?) (:is-admin permissions))
[:a.btn-primary.btn-small {:on-click invite-member :data-test "invite-member"}
[:a.btn-secondary.btn-small {:on-click invite-member :data-test "invite-member"}
(tr "dashboard.invite-profile")]
[:div.blank-space])]]))