softchatjs-react
Version:
Install the softchat-js SDKs
101 lines (80 loc) • 1.79 kB
CSS
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.text {
color: white;
}
.textBold {
font-weight: 800;
font-size: 1rem;
}
.textMedium {
font-weight: 400;
font-size: 1rem;
}
.textSmall{
font-size: .8rem;
}
.textSizeMd{
font-size: 1rem;
}
.textExtraSmall{
font-size: 0.7rem;
}
.roboto-thin {
/* font-family: "Roboto", sans-serif; */
font-weight: 100;
font-style: normal;
}
.roboto-light {
/* font-family: "Roboto", sans-serif; */
font-weight: 300;
font-style: normal;
}
.roboto__regular {
/* font-family: "Roboto", sans-serif; */
font-weight: 400;
}
.roboto-medium {
/* font-family: "Roboto", sans-serif; */
font-weight: 500;
font-style: normal;
}
.roboto-bold {
/* font-family: "Roboto", sans-serif; */
font-weight: 700;
font-style: normal;
}
.roboto-black {
/* font-family: "Roboto", sans-serif; */
font-weight: 900;
font-style: normal;
}
.roboto-thin-italic {
/* font-family: "Roboto", sans-serif; */
font-weight: 100;
font-style: italic;
}
.roboto-light-italic {
/* font-family: "Roboto", sans-serif; */
font-weight: 300;
font-style: italic;
}
.roboto-regular-italic {
/* font-family: "Roboto", sans-serif; */
font-weight: 400;
font-style: italic;
}
.roboto-medium-italic {
/* font-family: "Roboto", sans-serif; */
font-weight: 500;
font-style: italic;
}
.roboto-bold-italic {
/* font-family: "Roboto", sans-serif; */
font-weight: 700;
font-style: italic;
}
.roboto-black-italic {
/* font-family: "Roboto", sans-serif; */
font-weight: 900;
font-style: italic;
}