Перенос встроенных стилей из шаблона detail.html в отдельный CSS-файл transformation_detail.css
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/* Стили для компонентов поиска товаров в трансформациях */
|
||||
|
||||
#transformation-input-picker .card,
|
||||
#transformation-output-picker .card {
|
||||
height: 380px !important;
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
|
||||
#transformation-input-picker .product-picker-content,
|
||||
#transformation-output-picker .product-picker-content {
|
||||
max-height: 200px !important;
|
||||
min-height: 200px !important;
|
||||
overflow-y: auto !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
/* Скрываем внутренние кнопки компонента Picker */
|
||||
#transformation-input-picker .product-picker-add-selected,
|
||||
#transformation-output-picker .product-picker-add-selected {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user