Wallet/src/sass/views/wallet-to-wallet-transfer.scss

18 lines
314 B
SCSS
Raw Normal View History

2018-07-18 11:54:41 +02:00
#wallet-to-wallet-transfer {
.header, .list {
font-size: 12px;
margin: 20px 14px;
.title {
font-size: 20px;
font-weight: bold;
color: $v-dark-gray;
}
.subtitle {
font-size: 12px;
line-height: 1.5em;
font-weight: 300;
color: $v-dark-gray;
}
}
}