fix: rounded-ms class on download search button
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
h2 {
|
h2 {
|
||||||
font-size: var(--text-xl);
|
font-size: var(--text-xl);
|
||||||
}
|
}
|
||||||
|
.rounded-ms {
|
||||||
|
border-radius: 0.275rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Prevent scrolling while dialog is open */
|
/* Prevent scrolling while dialog is open */
|
||||||
|
|||||||
@@ -20,8 +20,7 @@
|
|||||||
focus:bg-green-700 active:bg-green-700 hover:bg-green-700
|
focus:bg-green-700 active:bg-green-700 hover:bg-green-700
|
||||||
|
|
||||||
text-white bg-green-600 text-xs
|
text-white bg-green-600 text-xs
|
||||||
rounded-sm
|
rounded-ms bg-opacity-80
|
||||||
bg-opacity-80
|
|
||||||
"
|
"
|
||||||
onclick="return false;"
|
onclick="return false;"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user