Update flashmessage.less

Updating .flash-message from margin-top 30px and to top: 50px
This commit is contained in:
Paul Gwamanda 2017-05-23 09:38:23 +02:00 committed by GitHub
parent 0ad185345c
commit 5d30e0889e
1 changed files with 1 additions and 2 deletions

View File

@ -23,9 +23,8 @@
position: fixed;
width: 500px;
left: 50%;
top: 13px;
top: 50px;
margin-left: -250px;
margin-top: 30px;
color: @color-flash-text;
font-size: 14px;
padding: 10px 30px 10px 15px;