Skip to content

Commit

Permalink
Refactor button classes for consistency and improve z-index for bette…
Browse files Browse the repository at this point in the history
…r stacking
  • Loading branch information
ydah committed Feb 5, 2025
1 parent d53f36d commit 6f4372f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<a
href="https://ti.to/kansairubykaigi/08"
target="_blank"
class="mr-3"
class="mr-3 a-btn"
>
<v-btn
size="x-large"
Expand All @@ -48,7 +48,7 @@
<a
href="https://forms.gle/yxRKq3Bg1RUC8bocA"
target="_blank"
class="a-register"
class="a-register a-btn"
>
<v-btn
size="x-large"
Expand All @@ -63,6 +63,7 @@
<a
href="https://ti.to/kansairubykaigi/08"
target="_blank"
class="a-btn"
>
<v-btn
size="x-large"
Expand All @@ -74,7 +75,7 @@
<a
href="https://forms.gle/yxRKq3Bg1RUC8bocA"
target="_blank"
class="a-register"
class="a-register a-btn"
>
<v-btn
size="x-large"
Expand Down Expand Up @@ -108,6 +109,10 @@
margin: 0 !important;
}
.a-btn {
z-index: 20;
}
.a-register {
text-decoration: none !important;
}
Expand All @@ -127,6 +132,7 @@
.v-btn-register, .v-btn-cfs {
min-width: 18rem;
font-family: 'Kumbh Sans', serif;
z-index: 20;
}
.corner {
Expand Down

0 comments on commit 6f4372f

Please sign in to comment.