From 7f3260da1b96e91534925b3229b6f17e6c2f37e5 Mon Sep 17 00:00:00 2001 From: Felipe Henrique de Almeida Bormann Date: Sun, 11 Dec 2016 20:05:32 -0300 Subject: [PATCH] modifying to add 1.2.1 version guidelines --- core/static/css/base/material_guideline.css | 32 ++++++++++++++++++++++++++++++++ core/templates/base.html | 2 ++ 2 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 core/static/css/base/material_guideline.css diff --git a/core/static/css/base/material_guideline.css b/core/static/css/base/material_guideline.css new file mode 100644 index 0000000..087271e --- /dev/null +++ b/core/static/css/base/material_guideline.css @@ -0,0 +1,32 @@ +/*This .css file follows material design guidelines to implement it colors */ +/*Buttons Guideline*/ +.confirm-button{ + background-color: #66BB6A !important; + color: #FFFFFF !important; +} + + +.cancel-button{ + background-color: #FAFAFA; + color: #009988; +} + +.info-card{ + background-color: #26A69A; +} + +/*BREADCRUMBS*/ + +.last-item{ + color: #BDBDBD; +} + +/* Side Menu */ + +.side-menu-item{ + color: #26A69A; +} + +.side-menu-item:hover{ + color: #00695C; +} \ No newline at end of file diff --git a/core/templates/base.html b/core/templates/base.html index 7fb60aa..b54cc56 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -28,6 +28,8 @@ + + -- libgit2 0.21.2