waveterm/frontend/app/element/copybutton.less
2024-07-03 14:32:55 -07:00

11 lines
180 B
Plaintext

// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.copy-button {
padding: 5px 5px;
.fa-check {
color: var(--app-success-color);
}
}