mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
add new hover style to page actions
This commit is contained in:
parent
e43ca70245
commit
5aa629d4d4
@ -82,7 +82,7 @@
|
||||
|
||||
.page-actions {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
display: none;
|
||||
margin-left: auto;
|
||||
|
||||
a {
|
||||
@ -138,6 +138,15 @@
|
||||
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
.page-actions {
|
||||
display: flex;
|
||||
@include animation(0s,.3s,fadeIn);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -147,7 +147,6 @@
|
||||
display: flex;
|
||||
justify-content: content;
|
||||
margin: 0;
|
||||
margin-left: 30%;
|
||||
|
||||
li {
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user