summaryrefslogtreecommitdiff
path: root/addons/website_sale/static/src/scss/website_sale.editor.scss
blob: 77a6b7fbb6e535d68a7bebc1a12692ddcd72665a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.o_wsale_soptions_menu_sizes {
    table {
        margin: auto;

        td {
            margin: 0;
            padding: 0;
            width: 40px;
            height: 40px;
            border: 1px #dddddd solid;
            cursor: pointer;

            &.selected {
                background-color: #B1D4F1;
            }
        }

        &.oe_hover td {
            &.selected {
                background-color: transparent;
            }
            &.select {
                background-color: #B1D4F1;
            }
        }
    }
}

.o_wsale_color_preview {
    width: 1em;
    height: 1em;
    border: 1px solid white;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.oe_drop_zone + .s_wsale_products_recently_viewed {
    display: block !important;
}