aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-07-30 13:44:39 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-07-30 13:44:39 +0800
commit689f60d1ce811f542e70da523bcb89b12242440d (patch)
tree4c22a71cf647bde3607c333bd182a1f0f9fe6e3d /ui/app/css
parent4880ee26d589ea7bbb1f0d532646fa818d4eaae4 (diff)
downloadtangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.tar.gz
tangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.tar.zst
tangerine-wallet-browser-689f60d1ce811f542e70da523bcb89b12242440d.zip
Add rounded background to total token, with minor styling tweaks
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/colors.css3
-rw-r--r--ui/app/css/index.css10
2 files changed, 7 insertions, 6 deletions
diff --git a/ui/app/css/colors.css b/ui/app/css/colors.css
index 7ac93595f..650c81120 100644
--- a/ui/app/css/colors.css
+++ b/ui/app/css/colors.css
@@ -1,3 +1,4 @@
$gallery: #EFEFEF;
$alabaster: #F7F7F7;
-$shark: #22232C; \ No newline at end of file
+$shark: #22232C;
+$wild-sand: #F6F6F6; \ No newline at end of file
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index f4783a446..dc8cea695 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -85,10 +85,10 @@ input:focus, textarea:focus {
// box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
// }
-// .btn-green, input[type="submit"].btn-green {
-// background: rgba(106, 195, 96, 1);
-// box-shadow: 0px 3px 6px rgba(106, 195, 96, 0.36);
-// }
+.btn-green, input[type="submit"].btn-green {
+ border-radius: 2px;
+ background-color: #02C9B1;
+}
// .btn-red {
// background: rgba(254, 35, 17, 1);
@@ -139,7 +139,7 @@ button.primary {
text-transform: uppercase;
}
-button.light {
+.btn-light {
padding: 8px 12px;
// background: #FFFFFF; // $bg-white
box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);