Created
February 12, 2021 10:49
-
-
Save alimertcakar/249526f96cefdded028ba4bca30c00d6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sepette-indirimli-urun{ | |
.urun-adi.sepet__urun{ | |
margin-bottom: 0px!important; | |
} | |
.urun-adi.sepet__urun > a{ | |
overflow: hidden; | |
text-overflow: ellipsis; | |
display: -webkit-box; | |
-webkit-line-clamp: 2; | |
-webkit-box-orient: vertical; | |
} | |
.btn.btn-analiz { | |
top:calc(80% + 3px); | |
} | |
.sepet__fav { | |
top: calc(80% + 9px);; | |
} | |
.sepet-vertical-divider{ | |
top: calc(80% + 7px); | |
} | |
.urun-adet.sepet__adet{ | |
align-items:flex-end!important; | |
display:flex; | |
} | |
.sepet-sil-container{ | |
align-items:flex-end!important; | |
margin-bottom:3px; | |
display:flex; | |
position:relative; | |
right:-5px; | |
} | |
.price.sepet__fiyat--indirimli { | |
color: #c7c7c7; | |
font-size: 0.9rem !important; | |
text-align:left!important; | |
display:block; | |
position:relative; | |
top:6px; | |
} | |
.sepette-indirim + .sepet__fiyat__text { | |
line-height: 1; | |
} | |
.sepet-kampanya-fiyat{ | |
font-size:1.25rem!important; | |
font-weight:500; | |
/* position: relative; | |
top: -5px; */ | |
} | |
.sepet__indirim-triangle{ | |
margin-left:3px; | |
position:relative; | |
top:1px; | |
transform:scale(0.8) rotate(180deg); | |
display: inline-block; | |
} | |
.miad.sepette-indirim{ | |
white-space: nowrap; | |
font-size:10px; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sepette-indirimli-urun .urun-adi.sepet__urun { | |
margin-bottom: 0px !important; | |
} | |
.sepette-indirimli-urun .urun-adi.sepet__urun > a { | |
overflow: hidden; | |
text-overflow: ellipsis; | |
display: -webkit-box; | |
-webkit-line-clamp: 2; | |
-webkit-box-orient: vertical; | |
} | |
.sepette-indirimli-urun .btn.btn-analiz { | |
top: calc(80% + 3px); | |
} | |
.sepette-indirimli-urun .sepet__fav { | |
top: calc(80% + 9px); | |
} | |
.sepette-indirimli-urun .sepet-vertical-divider { | |
top: calc(80% + 7px); | |
} | |
.sepette-indirimli-urun .urun-adet.sepet__adet { | |
align-items: flex-end !important; | |
display: flex; | |
} | |
.sepette-indirimli-urun .sepet-sil-container { | |
align-items: flex-end !important; | |
margin-bottom: 3px; | |
display: flex; | |
position: relative; | |
right: -5px; | |
} | |
.sepette-indirimli-urun .price.sepet__fiyat--indirimli { | |
color: #c7c7c7; | |
font-size: 0.9rem !important; | |
text-align: left !important; | |
display: block; | |
position: relative; | |
top: 6px; | |
} | |
.sepette-indirimli-urun .sepette-indirim + .sepet__fiyat__text { | |
line-height: 1; | |
} | |
.sepette-indirimli-urun .sepet-kampanya-fiyat { | |
font-size: 1.25rem !important; | |
font-weight: 500; | |
/* position: relative; | |
top: -5px; */ | |
} | |
.sepette-indirimli-urun .sepet__indirim-triangle { | |
margin-left: 3px; | |
position: relative; | |
top: 1px; | |
transform: scale(0.8) rotate(180deg); | |
display: inline-block; | |
} | |
.sepette-indirimli-urun .miad.sepette-indirim { | |
white-space: nowrap; | |
font-size: 10px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sass": { | |
"compiler": "dart-sass/1.26.11", | |
"extensions": {}, | |
"syntax": "SCSS", | |
"outputStyle": "expanded" | |
}, | |
"autoprefixer": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment