diff options
author | amzrk2 | 2020-04-14 20:58:19 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 20:58:19 +0800 |
commit | baf7534870460015c194281ad98e1fef99911ef1 (patch) | |
tree | cc424e273de1953917a06e5536b2fc527ead78a3 /assets/sass/@primer/css/header/header.scss | |
parent | f01d08490b3f5f35eca026792d0efe239bda4ff9 (diff) | |
download | hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.tar.gz hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.tar.bz2 hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.zip |
Remove redundant Primer CSS
Diffstat (limited to 'assets/sass/@primer/css/header/header.scss')
-rw-r--r-- | assets/sass/@primer/css/header/header.scss | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/assets/sass/@primer/css/header/header.scss b/assets/sass/@primer/css/header/header.scss deleted file mode 100644 index 6549f9d..0000000 --- a/assets/sass/@primer/css/header/header.scss +++ /dev/null @@ -1,37 +0,0 @@ -.Header { - z-index: 32; // TODO: Figure out z-index system - display: flex; - padding: $spacer-3; - font-size: $h5-size; - line-height: $lh-default; - // stylelint-disable-next-line primer/colors - color: $white-fade-70; - background-color: $bg-gray-dark; - align-items: center; - flex-wrap: nowrap; -} - -.Header-item { - display: flex; - margin-right: $spacer-3; - align-self: stretch; - align-items: center; - flex-wrap: nowrap; -} - -.Header-item--full { - flex: auto; -} - -.Header-link { - font-weight: $font-weight-bold; - color: $text-white; - white-space: nowrap; - - &:hover, - &:focus { - // stylelint-disable-next-line primer/colors - color: $white-fade-70; - text-decoration: none; - } -} |