
Dato’ Dr. Harikrishna K.R. Nair: Pioneering Leader in Wound Care Management
One of the leading lights in the field of wound care treatment, Dr. Harikrishna is an outstanding representation…
Read more/* -- The root styles must go in the element of the structure with the name "Menu". --*/
/* The styles are applying to the last menu item and giving it the button styles, you can change the background color value to the one you want instead of "var(--neutral)". */
.header__menu {
/* Selecting only the children of "bricks-nav-menu". */
> .bricks-nav-menu-wrapper > .bricks-nav-menu > .menu-item{
/* The styles will apply only to the child of the last element with the class "menu-item". */
&:last-child a {
background-color: var(--neutral);
color: var(--white);
padding: var(--space-xs) var(--space-m);
border-radius: var(--radius-xs);
/* Button hover style */
&:hover {
background-color: var(--primary-hover);
color: var(--white);
}
}
}
}
One of the leading lights in the field of wound care treatment, Dr. Harikrishna is an outstanding representation…
Read more