diff options
Diffstat (limited to 'addons/utm/static/src/scss')
| -rw-r--r-- | addons/utm/static/src/scss/utm_views.scss | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/addons/utm/static/src/scss/utm_views.scss b/addons/utm/static/src/scss/utm_views.scss new file mode 100644 index 00000000..25c537c8 --- /dev/null +++ b/addons/utm/static/src/scss/utm_views.scss @@ -0,0 +1,27 @@ +.o_kanban_view.o_utm_kanban { + .o_kanban_group { + padding: 0 ($grid-gutter-width * .25) $grid-gutter-width; + + &:not(.o_column_folded) { + width: 380px; + } + } + + #o_utm_actions { + margin: 0 ($o-kanban-dashboard-hpadding * -.5); + + > a { + border-color: rgba($border-color, .5); + padding: ($o-kanban-dashboard-hpadding * .25) ($o-kanban-dashboard-hpadding * .5); + white-space: nowrap; + } + + > :first-child { + border-left: 0; + } + + > :last-child { + border-right: 0; + } + } +} |
