0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

add new hover style to page actions

This commit is contained in:
elhombretecla 2016-04-10 19:07:59 +02:00
parent e43ca70245
commit 5aa629d4d4
2 changed files with 10 additions and 2 deletions

View file

@ -82,7 +82,7 @@
.page-actions { .page-actions {
align-items: center; align-items: center;
display: flex; display: none;
margin-left: auto; margin-left: auto;
a { a {
@ -138,6 +138,15 @@
} }
&:hover {
.page-actions {
display: flex;
@include animation(0s,.3s,fadeIn);
}
}
} }
} }

View file

@ -147,7 +147,6 @@
display: flex; display: flex;
justify-content: content; justify-content: content;
margin: 0; margin: 0;
margin-left: 30%;
li { li {
align-items: center; align-items: center;