Wallet/src/sass/views/walletDetails.scss

31 lines
504 B
SCSS
Raw Normal View History

2016-09-01 15:04:15 -04:00
#walletDetails {
.bar-header {
border: 0;
background: none;
2016-09-01 15:04:15 -04:00
.title, .button {
color: #fff;
}
.button {
background-color: transparent;
}
}
2016-09-16 11:30:16 -03:00
.nav-bar-block, .bar {
background-color: inherit !important;
}
2016-09-01 15:04:15 -04:00
.amount {
width: 100%;
text-align: center;
2016-09-07 13:34:47 -03:00
padding: 2rem 1rem 1.5rem 1rem;
2016-09-01 15:04:15 -04:00
color: #fff;
2016-09-07 13:34:47 -03:00
min-height: 115px;
margin-bottom: 10px;
2016-09-01 15:04:15 -04:00
&-alternative {
2016-09-07 13:34:47 -03:00
line-height: 36px;
}
strong {
line-height: 100%;
2016-09-01 15:04:15 -04:00
}
}
}