Merge pull request #3572 from bechi/feat/style-05

error notification
This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-02 16:06:30 -03:00
commit 18a5cb7ef5
2 changed files with 3 additions and 3 deletions

View file

@ -285,7 +285,6 @@
<span class="text-warning"> <span class="text-warning">
{{home.error|translate}} {{home.error|translate}}
</span> </span>
<a class="close-notification text-warning">&#215;</a>
</div> </div>
<div ng-hide="home._paypro || home.hideAddress"> <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 { .box-notification {
position: relative; position: relative;
font-size: 12px; font-size: 12px;
padding: 0.5rem 2rem 0.5rem 0.7rem; padding: 0.5rem;
border-radius: 2px; border-radius: 2px;
background: #F2F5F8; background: #FFFFFF;
box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.10);
margin: 0 auto; margin: 0 auto;
margin-bottom: 1.6rem; margin-bottom: 1.6rem;
} }