You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/packages/design/components/Highlight/index.module.less

9 lines
178 B
Plaintext

.highLight {
background-color: rgba(0,0,0,0.2);
border-radius: 0.25rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}