aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-11 05:40:00 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-11 05:40:00 +0800
commitb7e2bcf80616c9fb4e15cdf16041751d96b0459d (patch)
tree262b577317e1eef80000f45c334544c38d40cc82 /ui/app
parentd4343fe7e57de1652d1401f70bf4c0c823d53820 (diff)
downloadtangerine-wallet-browser-b7e2bcf80616c9fb4e15cdf16041751d96b0459d.tar.gz
tangerine-wallet-browser-b7e2bcf80616c9fb4e15cdf16041751d96b0459d.tar.zst
tangerine-wallet-browser-b7e2bcf80616c9fb4e15cdf16041751d96b0459d.zip
Reduce header shadow on mobile
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/css/itcss/components/confirm.scss4
-rw-r--r--ui/app/css/itcss/components/header.scss2
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/confirm.scss b/ui/app/css/itcss/components/confirm.scss
index 5b89c3eaf..3576da377 100644
--- a/ui/app/css/itcss/components/confirm.scss
+++ b/ui/app/css/itcss/components/confirm.scss
@@ -38,6 +38,8 @@
top: 0;
box-shadow: none;
height: calc(100vh - 41px - 100px);
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
}
}
@@ -301,5 +303,7 @@ section .confirm-screen-account-number,
@media screen and (max-width: $break-small) {
border-top: 1px solid $alto;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0;
}
}
diff --git a/ui/app/css/itcss/components/header.scss b/ui/app/css/itcss/components/header.scss
index ed569cb08..f750ec014 100644
--- a/ui/app/css/itcss/components/header.scss
+++ b/ui/app/css/itcss/components/header.scss
@@ -10,7 +10,7 @@
@media screen and (max-width: 575px) {
padding: 0 12px;
width: 100%;
- box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .08);
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
z-index: $mobile-header-z-index;
}