Wallet/src/sass/views/walletDetails.scss
Gustavo Maximiliano Cortez 0adc79b85e Merge pull request #74 from cmgustavo/ref/design-23
Fix modals tx, txp and search
2016-09-07 15:07:20 -03:00

29 lines
436 B
SCSS

#walletDetails {
.bar-header {
border: 0;
background: none;
.title, .button {
color: #fff;
}
.button {
background-color: transparent;
}
}
.amount {
width: 100%;
text-align: center;
padding: 2rem 1rem 1.5rem 1rem;
color: #fff;
min-height: 115px;
margin-bottom: 10px;
&-alternative {
line-height: 36px;
}
strong {
line-height: 100%;
}
}
}