mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
move links back to localhost
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user