aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/generic/index.scss
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-03-17 04:09:49 +0800
committerGitHub <noreply@github.com>2018-03-17 04:09:49 +0800
commit6f749e5576cb981a469d0cf969b15901bcc05cfa (patch)
treec7204b86eadaa0c21efe50030797b1a5340442a6 /ui/app/css/itcss/generic/index.scss
parentad9feee637822dbcf945f0017b88bcbc4c9ede44 (diff)
downloadtangerine-wallet-browser-6f749e5576cb981a469d0cf969b15901bcc05cfa.tar.gz
tangerine-wallet-browser-6f749e5576cb981a469d0cf969b15901bcc05cfa.tar.zst
tangerine-wallet-browser-6f749e5576cb981a469d0cf969b15901bcc05cfa.zip
Update Confirm Contract screen (#3597)
Diffstat (limited to 'ui/app/css/itcss/generic/index.scss')
-rw-r--r--ui/app/css/itcss/generic/index.scss17
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 0077cb661..1fbd9896f 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;