mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-04 22:19:00 +00:00
11 lines
198 B
SCSS
11 lines
198 B
SCSS
// Copyright 2024, Command Line Inc.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
.copy-button {
|
|
&.copied {
|
|
opacity: 1;
|
|
i {
|
|
color: var(--success-color);
|
|
}
|
|
}
|
|
}
|