@shakthillc/components
Version:
React generic components for shakthi products
22 lines (19 loc) • 387 B
CSS
@import url('https://rsms.me/inter/inter.css');
.font-inter {
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #A82B35;
}
.Inline-container{
composes:font-inter;
border-radius: 4px;
display: flex;
padding:0px 8px;
align-items: center;
}
.Inline-container--text{
margin-left: 8px;
}