aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/send.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/itcss/components/send.scss')
-rw-r--r--ui/app/css/itcss/components/send.scss15
1 files changed, 10 insertions, 5 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index 91cbfc7dd..87ded35d6 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -1,14 +1,19 @@
.send-screen-wrapper {
display: flex;
flex-direction: column;
- min-width: 355px;
- // width: 50%;
- z-index: 50; //TODO
+ min-width: 320px;
+ min-height: 500px;
+ z-index: $send-card-z-index;
position: absolute;
- top: 40px;
- // height: 65%;
+ top: 5%;
+
+ @media screen and (max-width: $break-small) {
+ top: 33px;
+ }
+
}
+
.send-screen-card {
display: flex;
flex-direction: column;