/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: BUSL-1.1 */ .selectable-card { &:hover:not(.disabled), &:focus, &:focus-visible { cursor: pointer; box-shadow: var(--token-focus-ring-action-box-shadow); } &.disabled { cursor: not-allowed; opacity: 0.5; } &.small-card { width: 7rem; min-height: 8rem; } }