diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-08-20 14:05:28 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-08-20 14:05:42 -0300 |
commit | bc6c616791ac0a81f64313001c5173a92c8ae172 (patch) | |
tree | 4dd14b56225126a13e588b4d2dfbfb70d4edfe55 /web-ui/app/style-guide.html | |
parent | ae6f773d4abc42dcc0eaa1c70f8af14b091f8d47 (diff) |
Adding the action buttons color to color palette
Diffstat (limited to 'web-ui/app/style-guide.html')
-rw-r--r-- | web-ui/app/style-guide.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web-ui/app/style-guide.html b/web-ui/app/style-guide.html index 0f7b8e03..35a3797b 100644 --- a/web-ui/app/style-guide.html +++ b/web-ui/app/style-guide.html @@ -72,8 +72,15 @@ <br>#F2F3ED </p> </div> + <div class="color-swatch" style="background-color: #2ba6cb"> + <p class="color-label"> + <span class="color-name">ACTION BUTTONS</span> + <br>#2ba6cb + </p> + </div> </div> <br> + <div class="color-grid"> <div class="color-swatch" style="background-color: #2DAB49"> <p class="color-label"> |