diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-02-03 18:44:18 -0200 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-02-06 19:02:19 -0200 |
commit | af309eddd421b8f57319e498fa4994a2e3cb0a0e (patch) | |
tree | 9f2dd728295137a2b593ef462e16cfe284fb4008 /web-ui/app/scss/base | |
parent | 55e2f707fabc01735d0c185ded6682219ba0c555 (diff) |
[#922] Adds text field and button to page
with @tayanefernandes
Diffstat (limited to 'web-ui/app/scss/base')
-rw-r--r-- | web-ui/app/scss/base/_colors.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/scss/base/_colors.scss b/web-ui/app/scss/base/_colors.scss index f3c245a9..e79781cf 100644 --- a/web-ui/app/scss/base/_colors.scss +++ b/web-ui/app/scss/base/_colors.scss @@ -38,6 +38,7 @@ $black: #000; $top_pane: $contrast; $total_count_bg: #C0B9B9; $background_dropdown_grey: #f0f0f0; +$dark_grey_text: #4a4a4a; $background_light_grey: #F5F5F5; $border_light_grey: #D9D9D9; |