27bb03bbc0
* adding copyright header * fix fmt and a test
13 lines
170 B
SCSS
13 lines
170 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.linked-block {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.linked-block .columns {
|
|
@extend .is-flex-center;
|
|
}
|