-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from sima-land/96-product-carousel-arrows-bug
#96 ProductCarousel: Стрелки каруселей выводятся когда товаров не хватает для прокрутки
- Loading branch information
Showing
5 changed files
with
90 additions
and
265 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
// внешний отступ вокруг каждого элемента группы | ||
$gutter: 4px; | ||
|
||
// размер квадратного модификатора | ||
$minSize: 48px; | ||
|
||
// максимальная высота блока с ограничением в 2 строки | ||
$groupMaxHeight: ($minSize * 2) + ($gutter * 4); |
This file contains 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
Oops, something went wrong.