0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

Minor fix on messages style.

This commit is contained in:
Andrey Antukh 2016-03-13 15:12:35 +02:00
parent bbdebfb846
commit 8404eafbae

View file

@ -847,6 +847,7 @@ input[type=range]:focus::-ms-fill-upper {
.message {
position: fixed;
top: 20px;
left: 0px;
width: 100%;
z-index: 12;
@include animation(0, 1s, fadeInDown);