Добавлен стиль блока программы бурения

This commit is contained in:
Александр Сироткин 2022-02-24 15:19:18 +05:00
parent 2a101b7978
commit f159c1c0c7

View File

@ -1,5 +1,5 @@
@border-style: 1px solid #BEBEBE;
@header-bg: #F3F3F3;
@border-style: 1px solid #f0f0f0;
@header-bg: #fafafa;
@content-bg: white;
@approve-users-flex-width: 6;
@ -19,6 +19,7 @@
align-items: center;
justify-content: space-between;
border-bottom: @border-style;
background-color: @header-bg;
> h3 {
margin: 0;
@ -127,6 +128,14 @@
}
}
.drilling_program {
border: @border-style;
border-top: 0;
.program_header {
.drilling_category > .category_header();
}
}
/** Миксин для столбцов сетки (размер, отступы, границы) */
.drilling-category-column(@first: 4, @last: 8, @padding: 5px 10px) {