Skip to content
Snippets Groups Projects
Commit 56c4fe54 authored by khawkins's avatar khawkins
Browse files

Refine default styling of .tag and a.tag

parent 9a116d6c
No related branches found
No related tags found
No related merge requests found
......@@ -35,11 +35,15 @@ $tag-radius: $global-radius !default;
}
@mixin ebi-tag {
a.tag {
color: $tag-color;
}
.tag {
@include tag;
background: $tag-background;
color: $tag-color;
border-bottom: none;
// @each $name, $color in $foundation-palette {
// @if $name != primary {
......
......@@ -1115,6 +1115,9 @@ table.no-stripe tbody tr:nth-child(even) {
max-width: 100%; } }
/* tag */
a.tag {
color: white; }
.tag {
display: inline-block;
padding: 0.33333rem 0.5rem;
......@@ -1122,7 +1125,8 @@ table.no-stripe tbody tr:nth-child(even) {
line-height: 1;
white-space: nowrap;
background: #007c82;
color: white; }
color: white;
border-bottom: none; }
/* defenition lists */
dl dt {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment