More actions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
} | } | ||
.intent- | .intent-disarm { | ||
color: blue; | color: blue; | ||
} | } |
Revision as of 08:28, 7 September 2023
.intent-key {
padding: 0.25em 0.5em;
display: inline-block;
line-height: 1;
font-weight: var( --font-weight-medium );
font-size: 0.875rem;
border-radius: var( --border-radius--small );
border: 1px solid;
border-color: var( --border-color-base );
background: var( --color-surface-3 );
}
.intent-green {
color: green;
}
.intent-yellow {
color: yellow;
}
.intent-disarm {
color: blue;
}
.intent-red {
color: red;
}