1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 21:52:08 +02:00
onion/sass/whitelabel/wallet/index.scss
2015-12-23 09:32:15 +01:00

18 lines
346 B
SCSS

@import 'cc/cc_custom_style';
@import 'cyland/cyland_custom_style';
@import 'ikonotv/ikonotv_custom_style';
@import '23vivi/23vivi_custom_style';
.ascribe-wallet-app {
border-radius: 0;
min-height: 100vh;
padding-top: 70px;
padding-bottom: 10px;
}
@media print {
.ascribe-wallet-app {
padding: 0 !important;
}
}