aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-10-20 01:53:56 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-20 02:38:14 +0800
commitf01d119cc1a6237b88e543be821d91778bcbb128 (patch)
tree66ae14d5551197473de39e3dbc7e6810a5e72ff2 /ui/app/css
parent776e8241f0464939cc3049f7155c150e3375c623 (diff)
downloadtangerine-wallet-browser-f01d119cc1a6237b88e543be821d91778bcbb128.tar
tangerine-wallet-browser-f01d119cc1a6237b88e543be821d91778bcbb128.tar.gz
tangerine-wallet-browser-f01d119cc1a6237b88e543be821d91778bcbb128.tar.bz2
tangerine-wallet-browser-f01d119cc1a6237b88e543be821d91778bcbb128.tar.lz
tangerine-wallet-browser-f01d119cc1a6237b88e543be821d91778bcbb128.tar.xz
tangerine-wallet-browser-f01d119cc1a6237b88e543be821d91778bcbb128.tar.zst
tangerine-wallet-browser-f01d119cc1a6237b88e543be821d91778bcbb128.zip
Fixes mobile styling.
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/itcss/components/currency-display.scss2
-rw-r--r--ui/app/css/itcss/components/send.scss50
2 files changed, 41 insertions, 11 deletions
diff --git a/ui/app/css/itcss/components/currency-display.scss b/ui/app/css/itcss/components/currency-display.scss
index f2cc6e700..eb1776c58 100644
--- a/ui/app/css/itcss/components/currency-display.scss
+++ b/ui/app/css/itcss/components/currency-display.scss
@@ -1,6 +1,6 @@
.currency-display {
height: 54px;
- width: 240px;
+ width: 100%ß;
border: 1px solid $alto;
border-radius: 4px;
background-color: $white;
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index 7e72e8399..6a5b2b869 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -414,7 +414,6 @@
@media screen and (max-width: $break-small) {
width: 100%;
- overflow-y: auto;
top: 0;
box-shadow: none;
}
@@ -457,6 +456,10 @@
left: 199px;
border-radius: 50%;
z-index: 100;
+
+ @media screen and (max-width: $break-small) {
+ top: 36px;
+ }
}
&__header {
@@ -467,6 +470,10 @@
display: flex;
justify-content: center;
align-items: center;
+
+ @media screen and (max-width: $break-small) {
+ height: 59px;
+ }
}
&__header-tip {
@@ -477,6 +484,10 @@
transform: rotate(45deg);
left: 178px;
top: 65px;
+
+ @media screen and (max-width: $break-small) {
+ top: 46px;
+ }
}
&__title {
@@ -509,32 +520,47 @@
}
&__form {
- display: flex;
- flex-direction: column;
margin-top: 13px;
width: 100%;
+
+ @media screen and (max-width: $break-small) {
+ margin-top: 0px;
+ height: 407px;
+ overflow-y: auto;
+ }
+ }
+
+ &__form-header, &__form-header-copy {
+ width: 100%;
+ display: flex;
+ flex-flow: column;
+ align-items: center;
}
&__form-row {
margin: 14.5px 18px 0px;
- display: flex;
position: relative;
+ display: flex;
+ flex-flow: row;
+ flex: 1 0 auto;
justify-content: space-between;
}
+ &__form-field {
+ flex: 1 1 auto;
+ }
+
&__form-label {
color: $scorpion;
font-family: Roboto;
font-size: 16px;
line-height: 22px;
- display: flex;
- flex-flow: column;
- justify-content: center;
+ width: 88px;
}
&__from-dropdown {
height: 73px;
- width: 240px;
+ width: 100%;
border: 1px solid $alto;
border-radius: 4px;
background-color: $white;
@@ -570,7 +596,7 @@
&__to-autocomplete, &__memo-text-area {
&__input {
height: 54px;
- width: 240px;
+ width: 100%;
border: 1px solid $alto;
border-radius: 4px;
background-color: $white;
@@ -583,6 +609,10 @@
}
}
+ &__gas-fee-display {
+ width: 100%;
+ }
+
&__sliders-icon-container {
display: flex;
align-items: center;
@@ -616,7 +646,7 @@
justify-content: space-evenly;
align-items: center;
border-top: 1px solid $alto;
- margin-top: 29px;
+ background: $white;
}
&__next-btn,