forked from M3-Academy/m3-academy-template-checkout
Merge pull request 'feat: ajusta dimensionamento da prateleira' (#7) from refactor/ajusta-prateleira into development
Reviewed-on: #7
This commit is contained in:
commit
1a1e993df8
@ -3,7 +3,6 @@
|
|||||||
.slick-slider {
|
.slick-slider {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
height: 390px;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
@ -17,7 +16,6 @@
|
|||||||
}
|
}
|
||||||
.slick-list {
|
.slick-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 390px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
@ -46,7 +44,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 390px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
@ -69,7 +66,6 @@
|
|||||||
.slick-slide {
|
.slick-slide {
|
||||||
float: left;
|
float: left;
|
||||||
width: 23.726% !important;
|
width: 23.726% !important;
|
||||||
height: 390px;
|
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
outline: none;
|
outline: none;
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
@ -79,7 +75,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin: 0 0 0 8px;
|
margin: 0 2px 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir="rtl"] & {
|
[dir="rtl"] & {
|
||||||
|
@ -43,7 +43,6 @@
|
|||||||
&__prateleira-container {
|
&__prateleira-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 390px;
|
|
||||||
|
|
||||||
.slick-arrow {
|
.slick-arrow {
|
||||||
border: none;
|
border: none;
|
||||||
@ -56,8 +55,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 23.577%;
|
|
||||||
height: 390px !important;
|
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user