From e9ae8900461558cee5465fd62ce6b3fa6d8eaf05 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 2 Jun 2020 11:25:00 +0200 Subject: [PATCH] move offer templates to offer module --- out/src/css/offers.css | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 out/src/css/offers.css diff --git a/out/src/css/offers.css b/out/src/css/offers.css deleted file mode 100644 index b5c01c2..0000000 --- a/out/src/css/offers.css +++ /dev/null @@ -1,24 +0,0 @@ -.offers_subTitle_font14{ - font-size: 14px; -} -.helvetica{ - font-family: helvetica; -} -.offers_width50{ - width: 50%; -} -.offers_width100{ - width: 100%; -} -.offers_margin_top20{ - margin-top: 20px; -} -.offers_margin_bottom20{ - margin-bottom: 20px; -} -.offers_pstThank_margin_top20{ - margin-top: 20px; -} -.offers_pstThank_font20{ - font-size: 20px; -}