[IMP] web_dashboard_tile: black, isort, prettier

This commit is contained in:
Sylvain LE GAL
2022-10-26 16:53:50 +02:00
parent ffe3f9f5f0
commit 0d15ce1df8
16 changed files with 293 additions and 212 deletions

View File

@@ -5,11 +5,11 @@
/* Fix bug where draggin a tile results in the element losing its style */
.o_kanban_view .oe_dashboard_tile {
padding: 0px !important;
padding: 0px !important;
}
.o_kanban_view .oe_dashboard_tile .tile_background {
padding: 8px;
height: 100%;
padding: 8px;
height: 100%;
}
.o_kanban_view .oe_dashboard_tile .tile_label,
@@ -24,7 +24,7 @@
font-size: 15px;
}
.o_kanban_view .oe_dashboard_tile .tile_primary_value{
.o_kanban_view .oe_dashboard_tile .tile_primary_value {
font-size: 54px;
position: absolute;
left: 5px;
@@ -32,7 +32,7 @@
bottom: 5px;
}
.o_kanban_view .oe_dashboard_tile .tile_secondary_value{
.o_kanban_view .oe_dashboard_tile .tile_secondary_value {
display: none;
font-size: 18px;
font-style: italic;
@@ -42,12 +42,12 @@
bottom: 5px;
}
.o_kanban_view .oe_dashboard_tile .with_secondary .tile_primary_value{
.o_kanban_view .oe_dashboard_tile .with_secondary .tile_primary_value {
font-size: 38px;
bottom: 30px;
}
.o_kanban_view .oe_dashboard_tile .with_secondary .tile_secondary_value{
.o_kanban_view .oe_dashboard_tile .with_secondary .tile_secondary_value {
display: block;
}