Skip to content
Snippets Groups Projects
Commit c0a5f9b0 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Add orange tag

parent f45894ac
No related branches found
No related tags found
2 merge requests!993Notif,!983feat(dashboard) : create dashboard !
...@@ -115,6 +115,11 @@ button { ...@@ -115,6 +115,11 @@ button {
color: $info-success; color: $info-success;
} }
&.orange {
background-color: $light-orange;
color: $orange;
}
&:focus-visible { &:focus-visible {
outline-offset: 2px; outline-offset: 2px;
} }
......
...@@ -14,7 +14,8 @@ export class TagItemComponent { ...@@ -14,7 +14,8 @@ export class TagItemComponent {
@Input() size?: 'small' | 'medium' = 'medium'; @Input() size?: 'small' | 'medium' = 'medium';
/** What color should the tag be ? */ /** What color should the tag be ? */
@Input() color?: 'white' | 'black' | 'red' | 'blue' | 'dark-blue' | 'grey' | 'green' | 'light-green' = 'white'; @Input() color?: 'white' | 'black' | 'red' | 'orange' | 'blue' | 'dark-blue' | 'grey' | 'green' | 'light-green' =
'white';
/** Should the button be clickable ? */ /** Should the button be clickable ? */
@Input() clickable = false; @Input() clickable = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment