/* src/dashboard/app/com/HeaderAction.css */
.header-action {
  & > * {
    text-align: left;
  }

  & > :last-child {
    text-align: right;
  }
}
