error notification

This commit is contained in:
bechi 2015-12-02 14:47:02 -03:00
parent f79009f043
commit f5c22c8c2d
2 changed files with 3 additions and 3 deletions

View File

@ -285,7 +285,6 @@
<span class="text-warning">
{{home.error|translate}}
</span>
<a class="close-notification text-warning">&#215;</a>
</div>
<div ng-hide="home._paypro || home.hideAddress">

View File

@ -270,9 +270,10 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
.box-notification {
position: relative;
font-size: 12px;
padding: 0.5rem 2rem 0.5rem 0.7rem;
padding: 0.5rem;
border-radius: 2px;
background: #F2F5F8;
background: #FFFFFF;
box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.10);
margin: 0 auto;
margin-bottom: 1.6rem;
}