UI Tweaks

This commit is contained in:
Belen Curcio
2020-10-26 13:20:56 -03:00
parent 52dbbb8ad8
commit 8e1c9f36f1
4 changed files with 28 additions and 5 deletions

View File

@@ -9,3 +9,12 @@
.link:focus {
@apply outline-none text-accents-8;
}
.logo {
@apply cursor-pointer rounded-full border transform duration-100 ease-in-out;
&:hover {
@apply shadow-md;
transform: scale(1.05);
}
}