feat(rich-text): Implementa SASS do rich text

This commit is contained in:
danielmoliaribarbosa 2023-02-10 16:01:36 -03:00
parent 15e99b1cb3
commit 6b7ee262e7

View File

@ -0,0 +1,25 @@
.heading--specifications-texto {
margin: 0 0 16px;
}
@media screen and (max-width:1024px) {
.heading--specifications-texto {
font-size: 24px;
line-height: 38px;
margin: 0;
}
}
@media screen and (max-width:376px) {
.heading--specifications-texto {
font-size: 20px;
}
}
@media screen and (min-width: 2560px){
.heading--specifications-texto {
font-weight: 400;
font-size: 24px;
line-height: 38px;
}
}