aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/generic/index.scss
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-03-21 08:15:59 +0800
committerGitHub <noreply@github.com>2018-03-21 08:15:59 +0800
commite005e9ac51e247620544f9c9871ff7ebd2bf80f6 (patch)
tree4fcfece5ff9e10c171dffdd0b0226820c74250f5 /ui/app/css/itcss/generic/index.scss
parentcbaa70751b7ce20be04de4a9def2cbf8831274c5 (diff)
parent3c1248c8169a1cb96a0ee2bc0f523fb9c765569e (diff)
downloadtangerine-wallet-browser-e005e9ac51e247620544f9c9871ff7ebd2bf80f6.tar.gz
tangerine-wallet-browser-e005e9ac51e247620544f9c9871ff7ebd2bf80f6.tar.zst
tangerine-wallet-browser-e005e9ac51e247620544f9c9871ff7ebd2bf80f6.zip
Merge pull request #3624 from alextsg/cb-941
Update confirm transaction screen
Diffstat (limited to 'ui/app/css/itcss/generic/index.scss')
-rw-r--r--ui/app/css/itcss/generic/index.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/app/css/itcss/generic/index.scss b/ui/app/css/itcss/generic/index.scss
index 1e226b93e..08e639d74 100644
--- a/ui/app/css/itcss/generic/index.scss
+++ b/ui/app/css/itcss/generic/index.scss
@@ -106,6 +106,12 @@ input.large-input {
}
}
+ &__header-row {
+ padding-bottom: 10px;
+ display: flex;
+ justify-content: space-between;
+ }
+
&__footer {
display: flex;
flex-flow: row;
@@ -138,7 +144,6 @@ input.large-input {
color: #2f9ae0;
font-size: 1rem;
cursor: pointer;
- padding-bottom: 10px;
font-weight: 400;
}