add image conver button

This commit is contained in:
smanylov
2026-02-17 14:43:26 +07:00
parent 0c20109254
commit fad2a525ea
6 changed files with 90 additions and 30 deletions
+23 -1
View File
@@ -410,6 +410,25 @@
border: 1px solid #d1d5db;
}
.btn-convert {
background: v.$white;
color: v.$p-color;
border: 2px solid v.$p-color;
padding: 5px 15px;
border-radius: 12px;
cursor: pointer;
font-weight: 600;
font-size: 16px;
transition: 0.3s;
min-width: 120px;
&.active {
background: #00a63e;
border: 2px solid #00a63e;
color: v.$white;
}
}
.btn-confirm {
background: linear-gradient(45deg, v.$p-color 50%, v.$s-color 100%);
color: v.$white;
@@ -469,7 +488,10 @@
.selected-file-right-block {
display: flex;
align-items: center;
flex-direction: column;
gap: 10px;
align-items: end;
/* align-items: center; */
@media (max-width: 500px) {
flex-direction: column-reverse;