onion/sass/whitelabel/wallet/index.scss

18 lines
346 B
SCSS
Raw Normal View History

2015-10-14 17:13:16 +02:00
@import 'cc/cc_custom_style';
@import 'cyland/cyland_custom_style';
2015-10-14 12:12:06 +02:00
@import 'ikonotv/ikonotv_custom_style';
2015-12-02 14:47:19 +01:00
@import '23vivi/23vivi_custom_style';
2015-10-14 12:12:06 +02:00
.ascribe-wallet-app {
border-radius: 0;
min-height: 100vh;
padding-top: 70px;
padding-bottom: 10px;
}
2015-12-23 09:32:15 +01:00
@media print {
.ascribe-wallet-app {
padding: 0 !important;
}
}