aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/generic
diff options
context:
space:
mode:
authorThomas <thomas.b.huang@gmail.com>2018-05-17 13:47:07 +0800
committerThomas <thomas.b.huang@gmail.com>2018-05-17 13:47:07 +0800
commit5e80bc4cb93277c8b3952345a6cb4cc055248b94 (patch)
treea173db7caddd63a055dcf3eff4c8b66ba954eb27 /ui/app/css/itcss/generic
parentd9be7f989a86e3fdfd83e4c632fd08cefd8309e5 (diff)
parent6e79225dbff512ab9bcae2731bcfc4ce33e98664 (diff)
downloadtangerine-wallet-browser-5e80bc4cb93277c8b3952345a6cb4cc055248b94.tar.gz
tangerine-wallet-browser-5e80bc4cb93277c8b3952345a6cb4cc055248b94.tar.zst
tangerine-wallet-browser-5e80bc4cb93277c8b3952345a6cb4cc055248b94.zip
Merge branch 'develop' into testing
Diffstat (limited to 'ui/app/css/itcss/generic')
-rw-r--r--ui/app/css/itcss/generic/index.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/ui/app/css/itcss/generic/index.scss b/ui/app/css/itcss/generic/index.scss
index 7a64810c4..9b2982096 100644
--- a/ui/app/css/itcss/generic/index.scss
+++ b/ui/app/css/itcss/generic/index.scss
@@ -12,7 +12,7 @@ html,
body {
font-family: Roboto, Arial;
color: #4d4d4d;
- font-weight: 300;
+ font-weight: 400;
background: #f7f7f7;
width: 100%;
height: 100%;
@@ -205,10 +205,8 @@ input.large-input {
}
&__content {
- height: 100%;
overflow-y: auto;
- min-height: 250px;
- max-height: 400px;
+ flex: 1;
}
&__warning-container {
@@ -256,6 +254,7 @@ input.large-input {
overflow-y: auto;
background-color: $white;
border-radius: 0;
+ flex: 1;
}
}