More design updates

This commit is contained in:
okbel
2021-06-01 09:14:51 -03:00
parent 025a89bc73
commit 3bc8adfe29
11 changed files with 40 additions and 97 deletions

View File

@@ -7,14 +7,14 @@
}
.actions {
@apply flex p-1 border-accent-3 border items-center justify-center w-12 text-accent-7;
@apply flex p-1 border-accent-2 border items-center justify-center w-12 text-accent-7;
transition-property: border-color, background, color, transform, box-shadow;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.actions:hover {
@apply bg-accent-1 border-accent-4 text-accent-9;
@apply bg-accent-1 border-accent-3 text-accent-9;
transition: border-color;
z-index: 10;
}