@shakthillc/components
Version:
React generic components for shakthi products
44 lines (42 loc) • 810 B
CSS
@import url("https://rsms.me/inter/inter.css");
*{
box-sizing: border-box;
margin:0px;
padding: 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);
}
.container {
composes: font-inter;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
word-wrap:break-word;
background: #ffd4d1;
border-radius: 18px;
display: inline-flex;
justify-content: space-between;
align-items: center;
margin-right: 5px;
padding-right: 4px;
}
.avatar{
height: 24px;
width: 24px;
display: inline-block;
padding-left: 8px;
}
.close{
margin-top: 2px;
}
.text{
padding: 0 5px;
}