Button

Icon Copy
                
                
                    
<div class="stg-circle_icon stg-border_gelb stg-cp" title="Kunde kopieren">
    <img src="./images/icon_copy_black.png" alt="Icon Copy">
</div>
                
            
                
                
                    

.stg-circle_icon {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 38px;
  height: 38px;
}

.stg-border_gelb {
  border: 1px solid var(--gelb);
}

/* Hover-Zustand */
.stg-border_gelb:hover {
  background-color: rgba(254, 223, 119, 0.1);
}

.stg-cp {
  cursor: pointer;
}
                
            
#icon button #circle button #aktionsbutton #runder button