aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/buttons.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/components/buttons.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/components/buttons.scss')
-rw-r--r--ui/app/css/itcss/components/buttons.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/buttons.scss b/ui/app/css/itcss/components/buttons.scss
index 1450b71cc..8df8829f2 100644
--- a/ui/app/css/itcss/components/buttons.scss
+++ b/ui/app/css/itcss/components/buttons.scss
@@ -45,6 +45,18 @@
}
}
+.btn-confirm {
+ background-color: $caribbean-green; // TODO: reusable color in colors.css
+ text-align: center;
+ padding: .8rem 1rem;
+ color: $white;
+ border: 2px solid $caribbean-green;
+ border-radius: 4px;
+ font-size: .85rem;
+ font-weight: 400;
+ transition: border-color .3s ease;
+}
+
// No longer used in flat design, remove when modal buttons done
// div.wallet-btn {
// border: 1px solid rgb(91, 93, 103);