summaryrefslogtreecommitdiff
path: root/addons/lunch/static/src/scss/lunch_list.scss
blob: b0afa58aeafbfee579f2f224b948982210ea0ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
.o_lunch_content {
    .o_list_button {
        width: 1px;
    }

    .o_lunch_list_view {
        td:last-child {
            padding-right: 16px;
        }
    }
}