/*
    Copyright (c) CaseMaster Technology Ltd. All rights reserved.
    See LICENSE file in the project root for full license information.
*/

.copy-button {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  padding: 0.3em 0.6em;
  font-size: 0.75em;
  background: #444;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.7;
}

.copy-button:hover {
  opacity: 1;
}