|
23 | 23 | placeholder="Name"
|
24 | 24 | class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
|
25 | 25 | />
|
26 |
| - <label for="name" class="is-float-label bg-white text-gray-700">Name</label> |
| 26 | + <label for="name" class="is-float-label bg-white text-gray-500">Name</label> |
27 | 27 | </div>
|
28 | 28 | <div class="has-float-label">
|
29 |
| - <label for="Login" class="is-float-label bg-white text-gray-700">Login</label> |
| 29 | + <label for="Login" class="is-float-label bg-white text-gray-500" |
| 30 | + >Login (Always visible)</label |
| 31 | + > |
30 | 32 | <input
|
31 | 33 | type="text"
|
32 | 34 | id="Login"
|
33 | 35 | autocomplete="off"
|
34 | 36 | placeholder="Login"
|
35 | 37 | class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-base"
|
36 |
| - value="Login" |
| 38 | + value="" |
37 | 39 | />
|
38 | 40 | </div>
|
39 | 41 | <div class="has-float-label">
|
|
45 | 47 |
|
46 | 48 | class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-lg"
|
47 | 49 | />
|
48 |
| - <label for="Email" class="is-float-label bg-white text-gray-700">Email</label> |
| 50 | + <label for="Email" class="is-float-label bg-white text-gray-500">Email</label> |
49 | 51 | </div>
|
50 | 52 |
|
51 | 53 | <div class="has-float-label">
|
|
56 | 58 | value="Password"
|
57 | 59 | class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-xl"
|
58 | 60 | />
|
59 |
| - <label for="Password" class="is-float-label bg-white text-gray-700">Password</label> |
| 61 | + <label for="Password" class="is-float-label bg-white text-gray-500">Password</label> |
60 | 62 | </div>
|
61 | 63 |
|
62 | 64 | <div class="has-float-label">
|
|
68 | 70 | value="Job Title"
|
69 | 71 | class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-2xl"
|
70 | 72 | />
|
71 |
| - <label for="Job Title" class="is-float-label bg-white text-gray-700" |
| 73 | + <label for="Job Title" class="is-float-label bg-white text-gray-500" |
72 | 74 | >Job Title</label
|
73 | 75 | >
|
74 | 76 | </div>
|
|
81 | 83 | value="Status"
|
82 | 84 | class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-3xl"
|
83 | 85 | />
|
84 |
| - <label for="Status" class="is-float-label bg-white text-gray-700">Status</label> |
| 86 | + <label for="Status" class="is-float-label bg-white text-gray-500">Status</label> |
85 | 87 | </div>
|
86 | 88 |
|
87 | 89 | <div class="has-float-label">
|
|
92 | 94 | value="Image"
|
93 | 95 | class="control-with-float-label outline-none focus:shadow-outline border w-full px-1 text-xs"
|
94 | 96 | />
|
95 |
| - <label for="Image" class="is-float-label bg-white text-gray-700">Image</label> |
| 97 | + <label for="Image" class="is-float-label bg-white text-gray-500">Image</label> |
96 | 98 | </div>
|
97 | 99 |
|
98 | 100 | <div class="has-float-label">
|
|
107 | 109 | <option value="4">Option 4</option>
|
108 | 110 | <option value="5">Option 5</option>
|
109 | 111 | </select>
|
110 |
| - <label class="is-float-label bg-white text-gray-700" for="Select">Select</label> |
| 112 | + <label class="is-float-label bg-white text-gray-500" for="Select">Select</label> |
111 | 113 | </div>
|
112 | 114 |
|
113 | 115 | <div class="has-float-label">
|
|
117 | 119 | >
|
118 | 120 | Bio</textarea
|
119 | 121 | >
|
120 |
| - <label class="is-float-label bg-white text-gray-700">Bio</label> |
| 122 | + <label class="is-float-label bg-white text-gray-500">Bio</label> |
121 | 123 | </div>
|
122 | 124 | </form>
|
123 | 125 | </body>
|
|
0 commit comments