www/assets/css/extra_without_scss.css

12 lines
190 B
CSS
Raw Normal View History

2023-11-22 19:01:38 +03:00
.copy_element {
color: orange;
cursor: copy;
}
.copy_element:hover::before {
content: "Kopyala: ";
color: #00adb5;
font-weight: 400;
justify-self: center;
font-size: medium;
}