ssavpn/assets/css/extra_without_scss.css

25 lines
391 B
CSS

.copy_element {
color: orange;
cursor: copy;
}
.copy_element:hover::before {
content: "Kopyala: ";
color: #00adb5;
font-weight: 400;
justify-self: center;
font-size: medium;
}
.footer-images-container {
display: flex;
justify-content:space-evenly;
align-items: center;
width: 100vw;
box-sizing: border-box;
}
.footer-image {
width: 20vw;
height: fit-content;
}