waveterm/frontend/app/element/copybutton.less

11 lines
176 B
Plaintext
Raw Normal View History

2024-07-03 23:32:55 +02:00
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.copy-button {
padding: 5px 5px;
.fa-check {
2024-07-18 01:01:11 +02:00
color: var(--success-color);
2024-07-03 23:32:55 +02:00
}
}