Fix modals tx, txp and search

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-07 13:34:47 -03:00
commit 040b2e6627
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
8 changed files with 295 additions and 332 deletions

View file

@ -12,13 +12,17 @@
.amount {
width: 100%;
text-align: center;
padding: 2.5rem 1rem 1.5rem 1rem;
padding: 2rem 1rem 1.5rem 1rem;
color: #fff;
height: 150px;
margin-bottom: 25px;
min-height: 115px;
margin-bottom: 10px;
&-alternative {
line-height: 48px;
line-height: 36px;
}
strong {
line-height: 100%;
}
}
}