summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/theme/_offer.scss14
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);
+}