/* alert about new navigation experience is not needed for new users */
.gl-alert.js-new-navigation-callout {
  display: none;
}

/* alert about exploring groups encourages users to request access to groups,
   which is nothing we intend to do (users should be granted access to specific *projects* instead) */
.explore-groups.landing {
  display: none;
}

/*# sourceMappingURL=gitlab.css.map */
