From f3ca82ec8e330dd0d0fd866ffb421d5235cd849d Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 13 Jun 2014 14:20:10 +1000 Subject: [PATCH] New stylesheet to style taxon SVG icons --- .../stylesheets/darkswarm/taxons.css.sass | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/assets/stylesheets/darkswarm/taxons.css.sass diff --git a/app/assets/stylesheets/darkswarm/taxons.css.sass b/app/assets/stylesheets/darkswarm/taxons.css.sass new file mode 100644 index 0000000000..57ae6e6b70 --- /dev/null +++ b/app/assets/stylesheets/darkswarm/taxons.css.sass @@ -0,0 +1,33 @@ +@import branding +@import mixins + +.fat-taxons + @include csstrans + display: inline-block + line-height: 1 + margin-right: 0.5rem + margin-bottom: 0.2rem + text-transform: uppercase + font-size: 1rem + // border: 1px solid $disabled-bright + padding: 0.25rem 0.5rem 0.25rem 0.35rem + render-svg + svg + width: 16px + height: 16px + path + fill: $dark-grey + &, &* + display: inline-block + color: $dark-grey + // &:hover, &.hover, &:active + // background: rgba(255,255,255,0.5) + +.summary-header + @include csstrans + render-svg + svg + width: 18px + height: 18px + path + fill: $clr-brick \ No newline at end of file