diff options
author | Alexander Tseung <alextsg@users.noreply.github.com> | 2018-03-17 04:09:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-17 04:09:49 +0800 |
commit | 6f749e5576cb981a469d0cf969b15901bcc05cfa (patch) | |
tree | c7204b86eadaa0c21efe50030797b1a5340442a6 /ui/app/css/itcss/generic | |
parent | ad9feee637822dbcf945f0017b88bcbc4c9ede44 (diff) | |
download | dexon-wallet-6f749e5576cb981a469d0cf969b15901bcc05cfa.tar.gz dexon-wallet-6f749e5576cb981a469d0cf969b15901bcc05cfa.tar.zst dexon-wallet-6f749e5576cb981a469d0cf969b15901bcc05cfa.zip |
Update Confirm Contract screen (#3597)
Diffstat (limited to 'ui/app/css/itcss/generic')
-rw-r--r-- | ui/app/css/itcss/generic/index.scss | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/ui/app/css/itcss/generic/index.scss b/ui/app/css/itcss/generic/index.scss index 0077cb66..1fbd9896 100644 --- a/ui/app/css/itcss/generic/index.scss +++ b/ui/app/css/itcss/generic/index.scss @@ -82,7 +82,6 @@ input.large-input { display: flex; flex-flow: column; border-radius: 7px; - height: 100%; &__header { display: flex; @@ -116,7 +115,8 @@ input.large-input { flex: 0 0 auto; .btn-clear, - .btn-cancel { + .btn-cancel, + .btn-confirm { font-size: 1rem; } } @@ -134,9 +134,16 @@ input.large-input { } } + &__back-button { + color: #2f9ae0; + font-size: 1rem; + cursor: pointer; + padding-bottom: 10px; + font-weight: 400; + } + &__title { color: $black; - font-family: Roboto; font-size: 2rem; font-weight: 500; line-height: 2rem; @@ -188,6 +195,10 @@ input.large-input { width: initial; } + &--full-height { + height: 100%; + } + &__content { height: 100%; overflow-y: auto; |