import new scss

This commit is contained in:
Gabriel Bazán 2016-09-14 10:25:45 -03:00
commit f007fb305d
2 changed files with 1 additions and 2 deletions

View file

@ -982,6 +982,7 @@ input[type=number] {
@import 'mixins/mixins'; @import 'mixins/mixins';
@import "views/add"; @import "views/add";
@import "views/amount"; @import "views/amount";
@import "views/confirm";
@import "views/tab-home"; @import "views/tab-home";
@import "views/tab-receive"; @import "views/tab-receive";
@import "views/tab-send"; @import "views/tab-send";

View file

@ -1,9 +1,7 @@
#view-confirm { #view-confirm {
.send-gravatar { .send-gravatar {
left: 11px; left: 11px;
position: absolute; position: absolute;
top: 10px; top: 10px;
} }
} }