From c4b2eb526c5733cc32b0550eb76fd072531e223c Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 17 Feb 2019 17:20:43 +0100 Subject: Creates custom post type and custom taxonomy and renders them correctly. --- sass/theme/_offer.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sass') diff --git a/sass/theme/_offer.scss b/sass/theme/_offer.scss index 14a9510..6f94d2d 100644 --- a/sass/theme/_offer.scss +++ b/sass/theme/_offer.scss @@ -73,3 +73,17 @@ .page-link { font-size: 18px; } + +.offer-title { + color: rgba(0, 0, 0, 0.87); + text-decoration: underline; +} + +.icon-small { + font-size: inherit !important; +} + +/*.offer-page .card {*/ +.card-border-left { + border-left: 5px solid theme-color(primary); +} -- cgit v1.2.3