More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.intent-key { | .intent-key { | ||
padding: 0.25em 0.5em; | padding: 0.25em 0.5em; | ||
line-height: 1; | line-height: 1; | ||
font-weight: var( --font-weight-medium ); | font-weight: var( --font-weight-medium ); | ||
Line 19: | Line 18: | ||
} | } | ||
.intent- | .intent-blue { | ||
color: | color: DeepSkyBlue; | ||
} | } | ||
Latest revision as of 08:37, 7 September 2023
.intent-key {
padding: 0.25em 0.5em;
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-blue {
color: DeepSkyBlue;
}
.intent-red {
color: red;
}