2023-03-14 14:18:55 +01:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
2023-08-11 09:12:13 -04:00
|
|
|
* SPDX-License-Identifier: BUSL-1.1
|
2023-03-14 14:18:55 +01:00
|
|
|
*/
|
|
|
|
|
2021-07-06 16:56:36 +01:00
|
|
|
@import './skin';
|
|
|
|
@import './layout';
|
|
|
|
%copy-button {
|
|
|
|
@extend %button;
|
|
|
|
}
|
2021-11-16 15:36:54 +00:00
|
|
|
/* Temporary tweak for copy-buttons in kv-lists */
|
|
|
|
/* once someone gets round to re-doing copy buttons */
|
|
|
|
/* hopefully this little tweak can go */
|
|
|
|
%horizontal-kv-list .copy-button {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
%horizontal-kv-list .copy-btn {
|
|
|
|
top: 0 !important;
|
|
|
|
}
|
|
|
|
%horizontal-kv-list .copy-btn:empty::before {
|
|
|
|
left: 0 !important;
|
|
|
|
}
|
|
|
|
/**/
|
|
|
|
|
2021-07-06 16:56:36 +01:00
|
|
|
.copy-button button {
|
|
|
|
@extend %copy-button;
|
|
|
|
}
|