0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

Merge pull request #2144 from penpot/eva-improve-team-icon

💄 Improve team icon
This commit is contained in:
Alejandro 2022-08-05 12:56:38 +02:00 committed by GitHub
commit 6d61f75db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -289,8 +289,8 @@
display: flex;
justify-content: center;
align-items: center;
width: 70px;
height: 70px;
width: 71px;
height: 71px;
border-radius: 50%;
color: $color-white;
background: $color-primary-dark;
@ -304,6 +304,10 @@
&:hover {
.update-overlay {
opacity: 1;
width: 72px;
height: 72px;
top: 14px;
left: 14px;
}
}
}