/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

:host {
  background: transparent;
  display: flex;
  align-items: center;
  position: relative;
}

:host(.disabled) {
  cursor: not-allowed;

  a, nb-icon {
    cursor: not-allowed;
  }
}

:host-context(nb-actions.full-width) {
  justify-content: center;
  width: 100%;
}

a.icon-container {
  position: relative;

  &:hover, &:focus {
    text-decoration: none;
  }
}

nb-icon:hover {
  cursor: pointer;
}
