Sha256: 08c2b4f430e703cd03ff902cad1727a7c291423c381f16bec705f6e2c3c4a57d

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

.table_tools {
  display: flex;
  align-items: center;
  margin-bottom: $spacer-2;
}

a.table_tools_button,
.table_tools .dropdown_menu_button {
  @include body-medium;

  font-weight: normal;
  outline: none;
  padding: $spacer-2 $spacer-4;
  box-shadow: none;
  background: none;
  @include transition;

  &:not(.disabled) {
    &:hover {
      background: none;
      border-color: $border-color-emphasis;
    }

    &:active {
      transform: scale(0.925);
      box-shadow: none;
      background: none;
      border-color: $border-color-emphasis;
      color: $fg-default;
    }
  }
}

.table_tools_segmented_control {
  li {
    a {
      border: 1px solid $border-color;
      border-radius: 20px;
      margin-right: $spacer-2;
    }

    &:first-child a {
      border-radius: 20px;
    }

    &:last-child a {
      border-radius: 20px;
    }

    &.selected a {
      background: $bg-subtle;
      box-shadow: none;
      border: 2px solid $border-color-emphasis;

      &:hover {
        background: $bg-subtle;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
captive-admin-0.2.4 app/assets/stylesheets/captive-admin/components/_table_tools.scss