From d44d3436e706a1be00860b03ae1271c49f39930c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 5 Jul 2021 13:19:24 +0200 Subject: Convert the work experience to a BEM convention --- app/stylesheets/print/work.styl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app/stylesheets/print/work.styl (limited to 'app/stylesheets/print') diff --git a/app/stylesheets/print/work.styl b/app/stylesheets/print/work.styl new file mode 100644 index 0000000..17179ba --- /dev/null +++ b/app/stylesheets/print/work.styl @@ -0,0 +1,30 @@ +.work { +} + +.work__header { +} + +.work__experience { + page-break-inside: avoid +} + +.job-postion { +} + +.job-position__company { +} + +.job-position__title { +} + +.job-position__duration { +} + +.job-position__location { +} + +.note { +} + +.tasks { +} -- cgit v1.2.3