@shakthillc/components
Version:
React generic components for shakthi products
30 lines (27 loc) • 534 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-size: 12px;
font-stretch: normal;
font-style: normal;
line-height: 18px;
letter-spacing: normal;
text-align: center;
color: rgba(0, 0, 0, 0.8);
}
.badge {
composes: font-inter;
display: inline-block;
width: fit-content;
padding:0px 8px;
word-wrap:break-word;
background: #ffd4d1;
border-radius: 18px;
}