@shakthillc/components
Version:
React generic components for shakthi products
29 lines (26 loc) • 492 B
CSS
@import url("https://rsms.me/inter/inter.css");
*,
::after,
::before {
outline: none;
box-sizing: border-box;
margin: 0px;
}
.font-inter {
font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 11px;
line-height: 13px;
text-align: center;
letter-spacing: 0.1em;
}
.TableBadge {
composes: font-inter;
display: inline-block;
width: fit-content;
padding:4px 8px;
word-wrap:break-word;
background: #ffd4d1;
border-radius: 2px;
}