summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/print
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-05 14:02:06 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-05 14:02:06 +0200
commit030bd6c5f47e57a2afda750710e1f2a0db244330 (patch)
tree8507e7391a8d225ddb92ac25564fd535633e16ba /app/stylesheets/print
parent920b17ffa4b742d256706d9c39066a8c1ada0921 (diff)
Refactor header (better BEM)
Diffstat (limited to 'app/stylesheets/print')
-rw-r--r--app/stylesheets/print/header.styl29
1 files changed, 7 insertions, 22 deletions
diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl
index e3b42c8..5b05637 100644
--- a/app/stylesheets/print/header.styl
+++ b/app/stylesheets/print/header.styl
@@ -1,24 +1,9 @@
-.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 {
+.header__tel
+.header__website
+.header__email
+.header__srht
+.header__github
+.header__stackoverflow
+.header__linkedin {
display: inline
}