mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
💄 Improve team icon
This commit is contained in:
parent
a54e0900d0
commit
efa382c906
1 changed files with 6 additions and 2 deletions
|
@ -289,8 +289,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 70px;
|
width: 71px;
|
||||||
height: 70px;
|
height: 71px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
background: $color-primary-dark;
|
background: $color-primary-dark;
|
||||||
|
@ -304,6 +304,10 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
.update-overlay {
|
.update-overlay {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
width: 72px;
|
||||||
|
height: 72px;
|
||||||
|
top: 14px;
|
||||||
|
left: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue