Style: Agregar border-radius a los iconos de las aplicaciones
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 59s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 59s
This commit is contained in:
@@ -587,6 +587,10 @@ onUnmounted(() => {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.app-icon img {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.app-card:hover .app-icon {
|
||||
background: rgba(var(--color-primary-500), 0.2);
|
||||
transform: scale(1.1);
|
||||
|
||||
Reference in New Issue
Block a user