23 lines
347 B
CSS
23 lines
347 B
CSS
.o_switch_company_menu .oe_topbar_name{
|
|
display: none !important;
|
|
}
|
|
|
|
.oe_topbar_name{
|
|
display:flex;
|
|
flex-direction:column;
|
|
line-height:1.2;
|
|
}
|
|
|
|
.oe_topbar_name .fw-bold{
|
|
font-size:13px;
|
|
font-weight:600;
|
|
}
|
|
|
|
.oe_topbar_name .designation{
|
|
font-size:11px;
|
|
color:#7b7b7b;
|
|
}
|
|
|
|
.text-muted {
|
|
color: #000000 !important;
|
|
} |