Skip to content

Commit

Permalink
Update global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jun 26, 2024
1 parent d82fddd commit 09583d7
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,22 @@

.radio-toggler input:checked + div {
@apply bg-white text-blue-600 rounded-full ;
}
}


.hover-scale {
transition: transform 0.3s ease;
}

.hover-scale:hover {
transform: scale(1.05);
}

.transform-scale {
transition: transform 0.3s ease;
}

.transform-scale:hover {
transform: scale(1.2);
}

0 comments on commit 09583d7

Please sign in to comment.