Wallet/src/sass/views/walletDetails.scss
2016-09-16 11:30:16 -03:00

31 lines
504 B
SCSS

#walletDetails {
.bar-header {
border: 0;
background: none;
.title, .button {
color: #fff;
}
.button {
background-color: transparent;
}
}
.nav-bar-block, .bar {
background-color: inherit !important;
}
.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%;
}
}
}