aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2018-11-16 04:32:12 +0800
committerDan Miller <danjm.com@gmail.com>2018-12-04 11:36:22 +0800
commit4111e9f92d9b87fa46a9f28e767cdf6bfce21fa2 (patch)
tree224cbac81cf070896b53d972d7f268fc51fa06a1 /ui/app/components/gas-customization
parentd5411e772d1efd8d723eb81403fa22b03b904f49 (diff)
downloadtangerine-wallet-browser-4111e9f92d9b87fa46a9f28e767cdf6bfce21fa2.tar.gz
tangerine-wallet-browser-4111e9f92d9b87fa46a9f28e767cdf6bfce21fa2.tar.zst
tangerine-wallet-browser-4111e9f92d9b87fa46a9f28e767cdf6bfce21fa2.zip
Improve responsiveness of customize speed up slider.
Diffstat (limited to 'ui/app/components/gas-customization')
-rw-r--r--ui/app/components/gas-customization/gas-modal-page-container/index.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/app/components/gas-customization/gas-modal-page-container/index.scss b/ui/app/components/gas-customization/gas-modal-page-container/index.scss
index 9486eaf8f..2532c1fc2 100644
--- a/ui/app/components/gas-customization/gas-modal-page-container/index.scss
+++ b/ui/app/components/gas-customization/gas-modal-page-container/index.scss
@@ -19,6 +19,13 @@
}
}
+ &__footer {
+ header {
+ padding-top: 12px;
+ padding-bottom: 12px;
+ }
+ }
+
&__header-close-text {
font-size: 14px;
color: #4EADE7;
@@ -82,6 +89,10 @@
color: $scorpion;
font-size: 12px;
+ @media screen and (max-width: $break-small) {
+ padding: 4px 21px;
+ }
+
&__send-info, &__transaction-info, &__total-info, &__fiat-total-info {
display: flex;
flex-flow: row;
@@ -95,11 +106,19 @@
&__total-info {
&__label {
font-size: 16px;
+
+ @media screen and (max-width: $break-small) {
+ font-size: 14px;
+ }
}
&__value {
font-size: 16px;
font-weight: bold;
+
+ @media screen and (max-width: $break-small) {
+ font-size: 14px;
+ }
}
}