File tree Expand file tree Collapse file tree 2 files changed +25
-13
lines changed Expand file tree Collapse file tree 2 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<!-- Hire me modal -->
3
3
<transition name =" fade" >
4
- <div v-show =" modal" class =" font-general-medium fixed inset-0 z-30" >
4
+ <div v-show =" modal" class =" font-general-regular fixed inset-0 z-30" >
5
5
<!-- Modal body background as backdrop -->
6
6
<div
7
7
v-show =" modal"
29
29
What project are you looking for?
30
30
</h5 >
31
31
<button
32
- class =" px-4 font-bold text-primary-dark dark:text-primary-light"
32
+ class =" px-4 text-primary-dark dark:text-primary-light"
33
33
@click =" showModal()"
34
34
>
35
35
<i data-feather =" x" ></i >
39
39
<form class =" max-w-xl m-4 text-left" >
40
40
<div class =" mt-0" >
41
41
<input
42
- class =" w-full px-5 py-2 border-1 border-gray-200 dark:border-secondary-dark rounded-md text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
42
+ class =" w-full px-5 py-2 border-1 border-gray-200 dark:border-secondary-dark rounded-md text-md bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
43
43
id =" name"
44
44
name =" name"
45
45
type =" text"
50
50
</div >
51
51
<div class =" mt-6" >
52
52
<input
53
- class =" w-full px-5 py-2 border-1 border-gray-200 dark:border-secondary-dark rounded-md text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
53
+ class =" w-full px-5 py-2 border-1 border-gray-200 dark:border-secondary-dark rounded-md text-md bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
54
54
id =" email"
55
55
name =" email"
56
56
type =" text"
61
61
</div >
62
62
<div class =" mt-6" >
63
63
<select
64
- class =" w-full px-5 py-2 border-1 border-gray-200 dark:border-secondary-dark rounded-md text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
64
+ class =" w-full px-5 py-2 border-1 border-gray-200 dark:border-secondary-dark rounded-md text-md bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
65
65
id =" subject"
66
66
name =" subject"
67
67
type =" text"
79
79
80
80
<div class =" mt-6" >
81
81
<textarea
82
- class =" w-full px-5 py-2 border-1 border-gray-200 dark:border-secondary-dark rounded-md text-md dark:font-medium bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
82
+ class =" w-full px-5 py-2 border-1 border-gray-200 dark:border-secondary-dark rounded-md text-md bg-secondary-light dark:bg-ternary-dark text-primary-dark dark:text-ternary-light"
83
83
id =" message"
84
84
name =" message"
85
85
cols =" 14"
97
97
py-2
98
98
sm:py-2.5
99
99
text-white
100
- font-normal
101
- sm:font-medium
102
100
bg-indigo-500
103
101
hover:bg-indigo-600
104
102
rounded-md
118
116
sm:px-6
119
117
py-2 bg-gray-600 text-primary-light hover:bg-ternary-dark dark:bg-gray-200 dark:text-secondary-dark dark:hover:bg-primary-light
120
118
rounded-md
121
- font-normal
122
- sm:font-bold
123
119
focus:ring-1 focus:ring-indigo-900"
124
120
@click =" showModal()"
125
121
aria-label =" Close Modal"
You can’t perform that action at this time.
0 commit comments