From 723d346605349c66e7fe3eab4018f88eea7b5b70 Mon Sep 17 00:00:00 2001 From: Sergey Solodyagin Date: Wed, 1 Dec 2021 14:16:03 +0300 Subject: [PATCH] BEM methodology --- README.md | 2 +- lib/components/GGanttBar.vue | 24 +++-- lib/components/GGanttChart.vue | 35 +++--- lib/components/GGanttGrid.vue | 9 +- lib/components/GGanttRow.vue | 14 +-- lib/components/GGanttTimeaxis.vue | 18 ++-- lib/scss/vue-ganttastic.scss | 170 +++++++++++++++--------------- 7 files changed, 138 insertions(+), 134 deletions(-) diff --git a/README.md b/README.md index 0801282..b26dd86 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ The following code showcases a simple usage example in a .vue SFC (Single File C @import '~@tenrok/vue-ganttastic/dist/vue-ganttastic.css'; /* Custom */ - .g-grid-line-highlighted { + .g-gantt-line-highlighted { background: #ffb0b0 !important; } diff --git a/lib/components/GGanttBar.vue b/lib/components/GGanttBar.vue index afe7540..9479709 100644 --- a/lib/components/GGanttBar.vue +++ b/lib/components/GGanttBar.vue @@ -1,8 +1,12 @@