maestrano/mno-enterprise

View on GitHub
frontend-admin/src/app/views/dashboard.less

Summary

Maintainability
Test Coverage
.row.header .user > .item.dropdown {
  width: auto;

  a {
    &:focus, &:hover {
      text-decoration: none;
    }
    span {
      vertical-align: top;
      padding-top: 20px;
      display: inline-block;

      &:hover {
        text-decoration: underline;
      }
    }
  }
}