summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-04 18:09:14 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-04 18:09:14 +0200
commit3913b19fc08a459ec9ef8f1773ae0c335149a37b (patch)
treead0b5bf8924770f5416fbe32af5c37caca461bab /app/stylesheets/print
parenta4a1aec1821b8da2e46eddf7c2113edc38bcd2d9 (diff)
Update the header section to use BEM convention
Diffstat (limited to 'app/stylesheets/print')
-rw-r--r--app/stylesheets/print/header.styl24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl
new file mode 100644
index 0000000..e7a97d3
--- /dev/null
+++ b/app/stylesheets/print/header.styl
@@ -0,0 +1,24 @@
+.header {
+}
+
+.header__name {
+}
+
+.header__job-title {
+}
+
+.header__contact-info {
+}
+
+.header__contact-info__location {
+}
+
+.header__contact-info__tel,
+.header__contact-info__website,
+.header__contact-info__email,
+.header__contact-info__srht,
+.header__contact-info__github,
+.header__contact-info__stackoverflow,
+.header__contact-info__linkedin {
+ display: inline
+}