Fixed 270 - megamenu must have the primary colour configured on sso.XXXX

Elena Barrios Galán 2022-05-31 08:32:34 +00:00
parent 4f482e0024
commit d534742d42
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@
#header #navbar-menu-apps .dropdown-menu ul li.app a.app-link .icon {
width: 40px;
height: 40px;
background-color: #cc0066;
background-color: {{ data.colours.primary }};
border-radius: 0.25rem;
margin-right: 0;
display: flex;

View File

@ -129,7 +129,7 @@
#header #navbar-menu-apps .dropdown-menu ul li.app a.app-link .icon {
width: 40px;
height: 40px;
background-color: #cc0066;
background-color: {{ data.colours.primary }};
border-radius: 0.25rem;
margin-right: 0;
display: flex;