mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
36 lines
845 B
SCSS
36 lines
845 B
SCSS
/* Copyright 2021 ITerra - Sergey Shebanin
|
|
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
|
|
|
|
// Website main navbar and his AppsMenu button
|
|
#oe_main_menu_navbar {
|
|
.dropdown-toggle::after {
|
|
display: none;
|
|
}
|
|
a.full {
|
|
> i {
|
|
padding: 0 10px 0 0;
|
|
font-size: 17px;
|
|
}
|
|
font-size: 20px;
|
|
line-height: 46px;
|
|
@include media-breakpoint-down(sm) {
|
|
width: 46px;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
#oe_applications.o_responsive_loaded {
|
|
a.full {
|
|
width: 46px;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.o_menu_brand {
|
|
white-space: nowrap;
|
|
padding: 0 16px 0 4px;
|
|
text-transform: capitalize;
|
|
@include media-breakpoint-down(sm) {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|