summaryrefslogtreecommitdiff
path: root/addons/web/static/src/scss/switch_company_menu.scss
blob: 6bc4fa4d5f65d983e2b577d3604ecfc4796b97fa (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

.o_main_navbar {
    .o_switch_company_menu {
        > a .oe_topbar_name {
            @include o-text-overflow($max-width: 250px);
        }
        .dropdown-item {
            cursor: pointer;

            &:hover {
                background-color: white;
            }

            .o_py {
                padding-top: 0.2rem !important;            
                padding-bottom: 0.2rem !important;            
                
                &:hover {
                    background-color: #e9ecef !important;
                }
            }
        }
    }    
}