mirror of
https://github.com/status-im/consul.git
synced 2025-02-12 05:36:55 +00:00
14 lines
239 B
SCSS
14 lines
239 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
@import './skin';
|
|
@import './layout';
|
|
%list-row-detail dl {
|
|
@extend %icon-definition;
|
|
}
|
|
%list-row-header > dl:first-child {
|
|
@extend %list-row-header-icon;
|
|
}
|