From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/maintenance/static/description/icon.png | Bin 0 -> 8072 bytes addons/maintenance/static/description/icon.svg | 1 + .../static/src/scss/maintenance_team_dashboard.scss | 5 +++++ 3 files changed, 6 insertions(+) create mode 100644 addons/maintenance/static/description/icon.png create mode 100644 addons/maintenance/static/description/icon.svg create mode 100644 addons/maintenance/static/src/scss/maintenance_team_dashboard.scss (limited to 'addons/maintenance/static') diff --git a/addons/maintenance/static/description/icon.png b/addons/maintenance/static/description/icon.png new file mode 100644 index 00000000..21823356 Binary files /dev/null and b/addons/maintenance/static/description/icon.png differ diff --git a/addons/maintenance/static/description/icon.svg b/addons/maintenance/static/description/icon.svg new file mode 100644 index 00000000..f3f853ec --- /dev/null +++ b/addons/maintenance/static/description/icon.svg @@ -0,0 +1 @@ +maintenance/static/description/icon \ No newline at end of file diff --git a/addons/maintenance/static/src/scss/maintenance_team_dashboard.scss b/addons/maintenance/static/src/scss/maintenance_team_dashboard.scss new file mode 100644 index 00000000..ac678128 --- /dev/null +++ b/addons/maintenance/static/src/scss/maintenance_team_dashboard.scss @@ -0,0 +1,5 @@ +.o_kanban_view.o_kanban_ungrouped.o_kanban_dashboard.o_maintenance_team_kanban { + .o_kanban_record { + width: 420px; + } +} -- cgit v1.2.3