Sha256: e551990b108d86a5f8152488f4b9a3fb48417fa53b9490179b41a10a6a0a8320

Contents?: true

Size: 881 Bytes

Versions: 1

Compression:

Stored size: 881 Bytes

Contents

.page-actions {
  .button {
    margin-right: 0.8rem;
  }
}

.button {
  border-radius: 2px !important;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;

  i.fa {
    margin-right: .5rem;
  }

  &.with-icon {
    padding-left: 0.7rem;

    i.fa {
      font-size: 1.1rem;
      margin-right: 0.6rem;
    }
  }

  &.compact {
    padding: 2px 5px;
    font-size: 0.9rem;
    margin: 0;
  }

  &:focus {
    outline-style: none;
  }

  &.low-key {
    background-color: $off-white;
    border: solid 1px $light-grey;
    color: $dark-grey;

    &:hover {
      background-color: $white;
    }
  }

  &.alternative {
    background-color: $dashboard-muted-color;
  }
}

.radius.radius-right {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.radius.radius-left {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta4 app/assets/stylesheets/renalware/partials/_button.scss