1
0
forked from noxious/client

Removed unused classnames

This commit is contained in:
2024-07-06 23:11:24 +02:00
parent 27641f2df8
commit 5fad4583ad
14 changed files with 75 additions and 147 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="character-select-screen bg-gray-300 relative">
<div class="bg-gray-300 relative">
<div class="absolute bg-[url('/assets/shapes/select-screen-bg-shape.svg')] bg-no-repeat bg-center w-full h-full"></div>
<div class="ui-wrapper h-dvh flex flex-col justify-center items-center gap-[80px] px-[80px]">
<div class="filler"></div>
@ -116,6 +116,8 @@ onBeforeUnmount(() => {
</script>
<style lang="scss">
@import '@/assets/scss/main';
.characters-wrapper {
.character {
&.active {
@ -134,6 +136,7 @@ onBeforeUnmount(() => {
@apply gap-[15px];
}
}
&:hover {
@apply gap-[20px];
}