From 06e7a9f33088354b63561e9bf131f399416ec77d Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sun, 31 Mar 2019 08:53:18 -0400 Subject: Ignoring Bulma sass. --- _sass/components/menu.sass | 50 ---------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 _sass/components/menu.sass (limited to '_sass/components/menu.sass') diff --git a/_sass/components/menu.sass b/_sass/components/menu.sass deleted file mode 100644 index 727df36..0000000 --- a/_sass/components/menu.sass +++ /dev/null @@ -1,50 +0,0 @@ -$menu-item-color: $text !default -$menu-item-radius: $radius-small !default -$menu-item-hover-color: $text-strong !default -$menu-item-hover-background-color: $background !default -$menu-item-active-color: $link-invert !default -$menu-item-active-background-color: $link !default - -$menu-list-border-left: 1px solid $border !default - -$menu-label-color: $text-light !default - -.menu - font-size: $size-normal - // Sizes - &.is-small - font-size: $size-small - &.is-medium - font-size: $size-medium - &.is-large - font-size: $size-large - -.menu-list - line-height: 1.25 - a - border-radius: $menu-item-radius - color: $menu-item-color - display: block - padding: 0.5em 0.75em - &:hover - background-color: $menu-item-hover-background-color - color: $menu-item-hover-color - // Modifiers - &.is-active - background-color: $menu-item-active-background-color - color: $menu-item-active-color - li - ul - border-left: $menu-list-border-left - margin: 0.75em - padding-left: 0.75em - -.menu-label - color: $menu-label-color - font-size: 0.75em - letter-spacing: 0.1em - text-transform: uppercase - &:not(:first-child) - margin-top: 1em - &:not(:last-child) - margin-bottom: 1em -- cgit v1.2.3