Wallet/src/sass/views/wallet-to-wallet-transfer.scss
2018-07-18 11:54:41 +02:00

18 lines
No EOL
314 B
SCSS

#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;
}
}
}