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 {
|
||||
position: relative;
|
||||
display: block;
|
||||
height: 390px;
|
||||
box-sizing: border-box;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
@ -17,7 +16,6 @@
|
||||
}
|
||||
.slick-list {
|
||||
width: 100%;
|
||||
height: 390px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
@ -46,7 +44,6 @@
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 390px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-left: auto;
|
||||
@ -69,7 +66,6 @@
|
||||
.slick-slide {
|
||||
float: left;
|
||||
width: 23.726% !important;
|
||||
height: 390px;
|
||||
min-height: 1px;
|
||||
outline: none;
|
||||
margin: 0 8px;
|
||||
@ -79,7 +75,7 @@
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin: 0 0 0 8px;
|
||||
margin: 0 2px 0 8px;
|
||||
}
|
||||
|
||||
[dir="rtl"] & {
|
||||
|
@ -43,7 +43,6 @@
|
||||
&__prateleira-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 390px;
|
||||
|
||||
.slick-arrow {
|
||||
border: none;
|
||||
@ -56,8 +55,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 23.577%;
|
||||
height: 390px !important;
|
||||
|
||||
figure {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user