challenge-vtex-io-bernardo-.../styles/sass/pages/product/vtexSlider/vtex.rich-text.scss

34 lines
594 B
SCSS

.container--slider-title {
height: 38px;
}
.wrapper--slider-title {
width: 100%;
height: 38px;
padding:16px 360px;
margin: 0;
max-width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 32px;
@media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} {
padding: 16px 40px;
}
.headingLevel4--slider-title {
font-family: $font-family;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 38px;
text-align: center;
color: #575757;
@media #{$mq-mobile} {
font-size: 20px;
}
}
}