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; } } } } }