From f159c1c0c7d10b7978fd1f37a5d594581c4bbfec Mon Sep 17 00:00:00 2001 From: goodm2ice Date: Thu, 24 Feb 2022 15:19:18 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D0=B1=D0=BB=D0=BE?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC?= =?UTF-8?q?=D1=8B=20=D0=B1=D1=83=D1=80=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/drilling_program.less | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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) {