open-vault/ui/app/styles/components/known-secondaries-card.scss
Hamid Ghaf 27bb03bbc0
adding copyright header (#19555)
* adding copyright header

* fix fmt and a test
2023-03-15 09:00:52 -07:00

24 lines
347 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.selectable-card.secondaries {
grid-column: 2/3;
grid-row: 1/3;
@include until($mobile) {
grid-column: 1/1;
grid-row: 1/1;
}
.secondaries-table {
margin-bottom: $spacing-s;
}
.link {
font-size: $size-7;
text-decoration: none;
}
}