From 3a92389ec2939bc4da779ab40a8821821ce4bc97 Mon Sep 17 00:00:00 2001 From: "DNZ\\darius" Date: Mon, 3 Jul 2017 08:57:36 +0200 Subject: [PATCH] Added theme04 and theme05 color and background-color utility classes --- sass/base/utility.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sass/base/utility.scss b/sass/base/utility.scss index 3cf402b..6cac022 100644 --- a/sass/base/utility.scss +++ b/sass/base/utility.scss @@ -131,6 +131,12 @@ .color-theme03 { color: $theme03; } +.color-theme04 { + color: $theme04; +} +.color-theme05 { + color: $theme05; +} .bgcolor-theme01 { background-color: $theme01; } @@ -140,6 +146,12 @@ .bgcolor-theme03 { background-color: $theme03; } +.bgcolor-theme04 { + background-color: $theme04; +} +.bgcolor-theme05 { + background-color: $theme05; +} /* Clearfix */ .cf:before, .cf:after {content:"";display:table;}