1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +02:00
onion/sass/whitelabel/wallet/index.scss

20 lines
427 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';
@import 'polline/polline_custom_style';
@import 'artcity/artcity_custom_style';
2016-03-07 13:45:40 +01:00
@import 'market/index';
2015-10-14 12:12:06 +02:00
.ascribe-wallet-app {
border-radius: 0;
padding-top: 70px;
padding-bottom: 10px;
}
2015-12-23 09:32:15 +01:00
@media print {
.ascribe-wallet-app {
padding: 0 !important;
}
}