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

Add margin top to ascribe-wallet-app class

This commit is contained in:
vrde 2015-09-18 14:02:31 +02:00
parent b76ffcde73
commit c99c3492fb
2 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,3 @@
@import 'prize/index';
@import 'wallet/ikonotv/ikonotv_landing';
@import 'wallet/index';
@import 'wallet/ikonotv/ikonotv_landing';

View File

@ -0,0 +1,5 @@
.ascribe-wallet-app {
border-radius: 0;
padding-top: 70px;
min-height: 100vh;
}