forked from ddrilling/asb_cloud_front
Добавлен стиль блока программы бурения
This commit is contained in:
parent
2a101b7978
commit
f159c1c0c7
@ -1,5 +1,5 @@
|
|||||||
@border-style: 1px solid #BEBEBE;
|
@border-style: 1px solid #f0f0f0;
|
||||||
@header-bg: #F3F3F3;
|
@header-bg: #fafafa;
|
||||||
@content-bg: white;
|
@content-bg: white;
|
||||||
|
|
||||||
@approve-users-flex-width: 6;
|
@approve-users-flex-width: 6;
|
||||||
@ -19,6 +19,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-bottom: @border-style;
|
border-bottom: @border-style;
|
||||||
|
background-color: @header-bg;
|
||||||
|
|
||||||
> h3 {
|
> h3 {
|
||||||
margin: 0;
|
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) {
|
.drilling-category-column(@first: 4, @last: 8, @padding: 5px 10px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user