aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css5
-rw-r--r--ui/app/css/reset.css2
2 files changed, 3 insertions, 4 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index dc8cea695..3c397dcff 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -85,9 +85,8 @@ input:focus, textarea:focus {
// box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
// }
-.btn-green, input[type="submit"].btn-green {
- border-radius: 2px;
- background-color: #02C9B1;
+.btn-green {
+ background-color: #02C9B1; // TODO: reusable color in colors.css
}
// .btn-red {
diff --git a/ui/app/css/reset.css b/ui/app/css/reset.css
index da94e6212..146be1e15 100644
--- a/ui/app/css/reset.css
+++ b/ui/app/css/reset.css
@@ -49,4 +49,4 @@ table {
input, button {
border-style: none;
-} \ No newline at end of file
+}