From cba5fb01a6c898b2bd63785b98b362c076793fe9 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Fri, 12 Jun 2020 09:28:44 +0200 Subject: [PATCH] Removed onused styles --- modules/client/front/consumption/index.js | 1 - modules/client/front/consumption/style.scss | 30 --------------------- 2 files changed, 31 deletions(-) delete mode 100644 modules/client/front/consumption/style.scss diff --git a/modules/client/front/consumption/index.js b/modules/client/front/consumption/index.js index 6b6bec89f..80a44db69 100644 --- a/modules/client/front/consumption/index.js +++ b/modules/client/front/consumption/index.js @@ -1,6 +1,5 @@ import ngModule from '../module'; import Section from 'salix/components/section'; -import './style.scss'; class Controller extends Section { constructor($element, $) { diff --git a/modules/client/front/consumption/style.scss b/modules/client/front/consumption/style.scss deleted file mode 100644 index e8d261ec2..000000000 --- a/modules/client/front/consumption/style.scss +++ /dev/null @@ -1,30 +0,0 @@ -@import "variables"; - -vn-item-diary { - & > vn-vertical { - display: block; - } - vn-horizontal { - justify-content: center; - } - vn-autocomplete > div { - width: 400px; - } - .balanceNegative .balance { - color: $color-alert; - } - .isIn .in { - color: $color-success; - font-weight: bold; - } - .isToday .date { - color: white; - background-color: $color-main; - } - .truncate { - max-width: 250px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } -} \ No newline at end of file