summaryrefslogtreecommitdiff
path: root/sass/theme/_offer.scss
diff options
context:
space:
mode:
authorMax2019-02-10 18:51:39 +0100
committerMax2019-02-10 18:51:39 +0100
commitf87072a43a7b0bec1e6df669ee2a83e5d38305da (patch)
tree6a2b9694b53b40b4bc09b11b0e8e857901445a91 /sass/theme/_offer.scss
parent3178efaffda6aab046407642fe04835972c54eb9 (diff)
downloadfuselkoenig_de-f87072a43a7b0bec1e6df669ee2a83e5d38305da.tar.gz
Finalizes design for special offer page.
Diffstat (limited to 'sass/theme/_offer.scss')
-rw-r--r--sass/theme/_offer.scss34
1 files changed, 34 insertions, 0 deletions
diff --git a/sass/theme/_offer.scss b/sass/theme/_offer.scss
new file mode 100644
index 0000000..710b18f
--- /dev/null
+++ b/sass/theme/_offer.scss
@@ -0,0 +1,34 @@
+.offer-page {
+ margin-bottom: 2rem;
+}
+
+.card {
+ margin-bottom: 1rem;
+}
+
+.card-img {
+ padding: 5px;
+ padding-top: 1rem;
+}
+
+.card p {
+ font-size: 18px;
+}
+
+.card-header {
+ padding-bottom: 0;
+}
+
+.off-badge {
+ color: white;
+ background-color: #F82F06 !important;
+ font-size: 150%;
+ padding-right: 10px;
+ padding-left:10px;
+ opacity: 0.9;
+ margin-bottom: 150% !important;
+ margin-right: 1rem;
+}
+.off-badge-small {
+ font-size: 120%;
+}