summaryrefslogtreecommitdiff
path: root/_sass/components/list.sass
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-03-31 08:53:18 -0400
committer53hornet <53hornet@gmail.com>2019-03-31 08:53:18 -0400
commit06e7a9f33088354b63561e9bf131f399416ec77d (patch)
tree12c30928aac9bea12f44f6d3bf6e076bd4d62e06 /_sass/components/list.sass
parent99e7f9ef139798e8947def7b5b7ad25a8f4573ff (diff)
downloadcobalt-site-06e7a9f33088354b63561e9bf131f399416ec77d.tar.xz
cobalt-site-06e7a9f33088354b63561e9bf131f399416ec77d.zip
Ignoring Bulma sass.
Diffstat (limited to '_sass/components/list.sass')
-rw-r--r--_sass/components/list.sass39
1 files changed, 0 insertions, 39 deletions
diff --git a/_sass/components/list.sass b/_sass/components/list.sass
deleted file mode 100644
index eccd034..0000000
--- a/_sass/components/list.sass
+++ /dev/null
@@ -1,39 +0,0 @@
-$list-background-color: $white !default
-$list-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) !default
-$list-radius: $radius !default
-
-$list-item-border: 1px solid $border !default
-$list-item-color: $text !default
-$list-item-active-background-color: $link !default
-$list-item-active-color: $link-invert !default
-$list-item-hover-background-color: $background !default
-
-.list
- @extend %block
- background-color: $list-background-color
- border-radius: $list-radius
- box-shadow: $list-shadow
- // &.is-hoverable > .list-item:hover:not(.is-active)
- // background-color: $list-item-hover-background-color
- // cursor: pointer
-
-.list-item
- display: block
- padding: 0.5em 1em
- &:not(a)
- color: $list-item-color
- &:first-child
- border-top-left-radius: $list-radius
- border-top-right-radius: $list-radius
- &:last-child
- border-top-left-radius: $list-radius
- border-top-right-radius: $list-radius
- &:not(:last-child)
- border-bottom: $list-item-border
- &.is-active
- background-color: $list-item-active-background-color
- color: $list-item-active-color
-
-a.list-item
- background-color: $list-item-hover-background-color
- cursor: pointer \ No newline at end of file