mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
update version and final polish
This commit is contained in:
@@ -3256,11 +3256,6 @@ select {
|
||||
background-color: rgba(var(--color-neutral-300), var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-neutral-400 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(var(--color-neutral-400), var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-neutral-500\/50 {
|
||||
background-color: rgba(var(--color-neutral-500), 0.5);
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ if (typeof auth !== 'undefined') {
|
||||
}
|
||||
|
||||
function toggleLoaders(node){
|
||||
var classesString = "animate-pulse inline-block text-transparent max-h-3 rounded-full mt-[-2px] align-middle bg-neutral-400 dark:bg-neutral-400"
|
||||
var classesString = node.className;
|
||||
var classes = classesString.split(" ");
|
||||
for(var i in classes){
|
||||
node.classList.toggle(classes[i])
|
||||
|
||||
Reference in New Issue
Block a user