aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
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);