diff --git a/assets/components/atoms/tag/tag.scss b/assets/components/atoms/tag/tag.scss index c5bcf62d..5f26a15f 100644 --- a/assets/components/atoms/tag/tag.scss +++ b/assets/components/atoms/tag/tag.scss @@ -67,6 +67,10 @@ a.tag, button.tag, span.tag, div.tag, p.tag { border-bottom: 1px solid $gray-300; } + @else if $color == "tertiary" { + border-bottom: 1px solid $leman; + } + @else { border-bottom: 1px solid $value; } @@ -112,7 +116,8 @@ button.tag { } &.tag-secondary, - &.tag-plain { + &.tag-plain, + &.tag-school { &:focus, &:focus-visible, &.focus { diff --git a/assets/components/atoms/tag/tag.twig b/assets/components/atoms/tag/tag.twig index 088326ae..36ac4b7c 100644 --- a/assets/components/atoms/tag/tag.twig +++ b/assets/components/atoms/tag/tag.twig @@ -6,6 +6,7 @@
Link
Primary Secondary +Tertiary
removable
+
Small
Plain Primary Secondary +Tertiary Light
diff --git a/assets/components/molecules/breadcrumb/breadcrumb-tagged.twig b/assets/components/molecules/breadcrumb/breadcrumb-tagged.twig index 8483d2c6..ef696459 100644 --- a/assets/components/molecules/breadcrumb/breadcrumb-tagged.twig +++ b/assets/components/molecules/breadcrumb/breadcrumb-tagged.twig @@ -6,7 +6,7 @@ diff --git a/assets/config/bootstrap-variables.scss b/assets/config/bootstrap-variables.scss index 6b7848f9..afd3c3a5 100644 --- a/assets/config/bootstrap-variables.scss +++ b/assets/config/bootstrap-variables.scss @@ -59,6 +59,7 @@ $theme-colors: () !default; $theme-colors: map-merge(( "primary": $primary, "secondary": $secondary, + "tertiary": $canard, "success": $success, "info": $info, "warning": $warning,