diff --git a/src/styles/drilling_program.less b/src/styles/drilling_program.less index 324de30..dc3cdb5 100644 --- a/src/styles/drilling_program.less +++ b/src/styles/drilling_program.less @@ -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) {