diff options
| author | Max | 2019-02-17 17:20:43 +0100 |
|---|---|---|
| committer | Max | 2019-02-17 17:20:43 +0100 |
| commit | c4b2eb526c5733cc32b0550eb76fd072531e223c (patch) | |
| tree | 9e3355627357ca392ae26574c81181bf33bd028e /sass/theme | |
| parent | 43a8c0fe50529a6b4161d12f087925c06ce37574 (diff) | |
| download | fuselkoenig_de-c4b2eb526c5733cc32b0550eb76fd072531e223c.tar.gz | |
Creates custom post type and custom taxonomy and renders them correctly.
Diffstat (limited to 'sass/theme')
| -rw-r--r-- | sass/theme/_offer.scss | 14 |
1 files changed, 14 insertions, 0 deletions
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); +} |
