From d73707ba7ba1bbcd7baf25fe0a9217fb40890c90 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 4 Jul 2021 18:40:53 +0200 Subject: Use stylus feature of not adding commas for less git diff --- app/stylesheets/print/header.styl | 12 ++++++------ app/stylesheets/web/header.styl | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'app/stylesheets') diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl index e7a97d3..e3b42c8 100644 --- a/app/stylesheets/print/header.styl +++ b/app/stylesheets/print/header.styl @@ -13,12 +13,12 @@ .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__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 } diff --git a/app/stylesheets/web/header.styl b/app/stylesheets/web/header.styl index 147c9e3..9a5a3f5 100644 --- a/app/stylesheets/web/header.styl +++ b/app/stylesheets/web/header.styl @@ -22,15 +22,15 @@ margin-bottom: 1em } -.header__contact-info__tel, +.header__contact-info__tel .header__contact-info__website { display: none } -.header__contact-info__email, -.header__contact-info__srht, -.header__contact-info__github, -.header__contact-info__stackoverflow, +.header__contact-info__email +.header__contact-info__srht +.header__contact-info__github +.header__contact-info__stackoverflow .header__contact-info__linkedin { display: inline } -- cgit v1.2.3