From 230dae80b032e1a745d7cbb0678f3e79dee737f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 19 Jun 2020 14:51:09 +0200 Subject: [PATCH] scss: move pk-budget-table declaration to library file (#44272) --- static/includes/_library.scss | 14 ++++++++++++++ static/includes/_misc.scss | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/static/includes/_library.scss b/static/includes/_library.scss index 52a24e77..d6344ce0 100644 --- a/static/includes/_library.scss +++ b/static/includes/_library.scss @@ -101,3 +101,17 @@ table.pk-data-table { font-weight: bold; } } + +.pk-budget-table, +.budget-table { + table { + width: 100%; + } + th { + text-align: left; + font-weight: normal; + } + tbody td:last-child { + width: 30%; + } +} diff --git a/static/includes/_misc.scss b/static/includes/_misc.scss index ad728546..cfec039c 100644 --- a/static/includes/_misc.scss +++ b/static/includes/_misc.scss @@ -682,20 +682,6 @@ div.leaflet-control-gps { } } -.pk-budget-table, -.budget-table { - table { - width: 100%; - } - th { - text-align: left; - font-weight: normal; - } - tbody td:last-child { - width: 30%; - } -} - #fc-linking { padding: 0 1rem; &.no-account {