86 lines
1.2 KiB
SCSS
86 lines
1.2 KiB
SCSS
|
|
.listContainer {
|
|
border-bottom: 1px solid rgb(0, 0, 0, 0.1);
|
|
display: flex;
|
|
justify-content: space-around;
|
|
|
|
@include mq (md, max) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.listItem{
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.listItem--DescricaoTab{
|
|
:global(.vtex-button) {
|
|
border: none;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
line-height: 38px;
|
|
font-family: $font-open;
|
|
|
|
background-color: white;
|
|
color: $color-gray7;
|
|
}
|
|
|
|
}
|
|
|
|
.listItemActive--DescricaoTab {
|
|
border-bottom: 1px solid black;
|
|
padding: 0;
|
|
margin: 0;
|
|
@include mq (md, max) {
|
|
border: none;
|
|
|
|
}
|
|
:global(.vtex-button) {
|
|
border: none;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
line-height: 38px;
|
|
font-family: $font-open;
|
|
|
|
background-color: white;
|
|
color: $color-black2;
|
|
}
|
|
}
|
|
|
|
.container {
|
|
.contentContainer--DescricaoCont {
|
|
padding-top: 32px;
|
|
|
|
@include mq (md, max) {
|
|
|
|
border-bottom: 1px solid $color-gray7;
|
|
padding-bottom: 62px;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.container--Descricao{
|
|
padding-top: 16px;
|
|
margin: 0 40px 0 40px;
|
|
|
|
@include mq (md, max) {
|
|
|
|
border-top: 1px solid $color-gray7;
|
|
}
|
|
}
|
|
|
|
.listItem--DescricaoTab{
|
|
@include mq (md, max) {
|
|
:global(.vtex-button) {
|
|
width: 100px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|