move links back to localhost

This commit is contained in:
geoffrey45
2022-03-21 01:02:23 +03:00
parent 9006566c67
commit b3dac9ee23
7 changed files with 19 additions and 15 deletions
@@ -57,6 +57,8 @@ const props = defineProps({
position: absolute;
background-size: 1.5rem;
top: $small;
cursor: pointer;
transition: all 200ms;
&:hover {
background-color: $gray2;
@@ -67,6 +69,10 @@ const props = defineProps({
right: $small;
background-image: url("../../assets/icons/right-arrow.svg");
transform: rotate(90deg);
&:hover {
transform: rotate(0deg);
}
}
br {