mirror of
https://github.com/status-im/consul.git
synced 2025-03-03 14:50:50 +00:00
11 lines
183 B
SCSS
11 lines
183 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
[id^='docfy-demo-preview-definition-table'] {
|
|
.definition-table {
|
|
@extend %definition-table;
|
|
}
|
|
}
|