1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-25 18:56:28 +02:00
onion/sass/whitelabel/wallet/index.scss
2016-04-07 13:51:12 +02:00

20 lines
427 B
SCSS

@import 'cc/cc_custom_style';
@import 'cyland/cyland_custom_style';
@import 'ikonotv/ikonotv_custom_style';
@import '23vivi/23vivi_custom_style';
@import 'polline/polline_custom_style';
@import 'artcity/artcity_custom_style';
@import 'market/index';
.ascribe-wallet-app {
border-radius: 0;
padding-top: 70px;
padding-bottom: 10px;
}
@media print {
.ascribe-wallet-app {
padding: 0 !important;
}
}