mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
373d9d13a7
Conflicts: js/components/whitelabel/wallet/components/23vivi/23vivi_landing.js js/components/whitelabel/wallet/wallet_app.js
18 lines
363 B
SCSS
18 lines
363 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';
|
|
|
|
.ascribe-wallet-app {
|
|
border-radius: 0;
|
|
padding-top: 70px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
@media print {
|
|
.ascribe-wallet-app {
|
|
padding: 0 !important;
|
|
}
|
|
}
|