From d5c56d235f2939f62345a780b1ded8ebfd7a341e Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Sun, 24 Jun 2018 14:55:11 +0800 Subject: [PATCH] Create common.scss --- common/common.scss | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 common/common.scss diff --git a/common/common.scss b/common/common.scss new file mode 100644 index 0000000..18c39c7 --- /dev/null +++ b/common/common.scss @@ -0,0 +1,28 @@ +@import "common/foundation/variables"; + +.headerLink { + float: left; + margin-right: 5px; + list-style: none; + + a { + border: none; + padding: 6px 12px; + color: $primary; + font-size: $font-up-1; + line-height: $line-height-medium; + } +} + +.d-header { + .header-buttons, + .title { + display: flex; + align-items: center; + } +} + +.desktop-view .vmo, +.mobile-view .vdo { + display: none !important +}