forked from M3-Academy/challenge-vtex-io
Merge pull request 'refactor: ajusta css prateleira 1440px' (#21) from refactor/ajusta-css-prateleira-1440px into development
Reviewed-on: #21
This commit is contained in:
commit
58fbfa9f08
@ -22,3 +22,7 @@
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.containerNormal {
|
||||
max-width: 314px !important;
|
||||
}
|
@ -27,8 +27,20 @@
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.sliderLayoutContainer--shelf {
|
||||
padding-left: 40px !important;
|
||||
padding-right: 40px !important;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.sliderTrackContainer--shelf {
|
||||
max-width: 1304px;
|
||||
}
|
||||
|
||||
.sliderLeftArrow--shelf {
|
||||
visibility: hidden;
|
||||
margin-left: 17px;
|
||||
}
|
||||
.sliderLeftArrow--shelf::after {
|
||||
visibility: visible;
|
||||
@ -37,6 +49,7 @@
|
||||
|
||||
.sliderRightArrow--shelf {
|
||||
visibility: hidden;
|
||||
margin-right: 17px;
|
||||
}
|
||||
.sliderRightArrow--shelf::before {
|
||||
visibility: visible;
|
||||
|
@ -12,3 +12,7 @@
|
||||
text-align: center;
|
||||
color: $color-black;
|
||||
}
|
||||
|
||||
.containerNormal {
|
||||
max-width: 314px !important;
|
||||
}
|
||||
|
@ -17,8 +17,20 @@
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.sliderLayoutContainer--shelf {
|
||||
padding-left: 40px !important;
|
||||
padding-right: 40px !important;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.sliderTrackContainer--shelf {
|
||||
max-width: 1304px;
|
||||
}
|
||||
|
||||
.sliderLeftArrow--shelf {
|
||||
visibility: hidden;
|
||||
margin-left: 17px;
|
||||
|
||||
&::after {
|
||||
visibility: visible;
|
||||
@ -28,6 +40,7 @@
|
||||
|
||||
.sliderRightArrow--shelf {
|
||||
visibility: hidden;
|
||||
margin-right: 17px;
|
||||
|
||||
&::before {
|
||||
visibility: visible;
|
||||
|
Loading…
Reference in New Issue
Block a user