add image conver button
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user