forked from M3-Academy/challenge-vtex-io
Merge pull request 'feat(rich-text): Implementa SASS do rich text' (#8) from feature/rich-text into development
Reviewed-on: #8
This commit is contained in:
commit
5e8cab53a3
25
styles/sass/pages/product/vtex.rich-text.scss
Normal file
25
styles/sass/pages/product/vtex.rich-text.scss
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user