add extension dropdown for image convert
This commit is contained in:
@@ -473,6 +473,29 @@
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 8px 25px v.$shadow-1;
|
||||
}
|
||||
|
||||
.dropdown-wrapper {
|
||||
.dropdown-button {
|
||||
border: 2px solid v.$p-color;
|
||||
color: v.$p-color;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.dropdown-list {
|
||||
border: 1px solid v.$p-color;
|
||||
color: v.$p-color;
|
||||
|
||||
li {
|
||||
&:first-child {
|
||||
border-radius: 12px 12px 0 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.selected-file-action-panel {
|
||||
|
||||
Reference in New Issue
Block a user