Small changes
This commit is contained in:
parent
5df2f3d93c
commit
8abc9828d8
22
colors
22
colors
@ -6,24 +6,4 @@
|
||||
| Card/Panel Background | `#FFFFFF` | White — keeps focus on content |
|
||||
| Text Primary | `#333333` | Dark gray — easy to read |
|
||||
| Text Secondary | `#777777` | Medium gray — for less important text |
|
||||
| Error / Warning | `#E94E4E` | Red — for alerts or invalid inputs |
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="inputs" id="form">
|
||||
<input type="text" placeholder="Name" id="name">
|
||||
<input type="email" placeholder="Email" id="email">
|
||||
<input type="tel" placeholder="Phone" id="phone">
|
||||
<div class="pickers-row">
|
||||
<input class="calendar" type="hidden" id="ranged">
|
||||
<div style="display: flex; flex-direction: column; align-items: center; margin-right: 3vh;">
|
||||
<p style="font-size: 20px; margin: 0;">Select Time</p>
|
||||
<p style="font-size: 14px; margin-top: 0; margin-bottom: 20;">(08:00 - 17:00)</p>
|
||||
<div class="picker-container">
|
||||
<div class="picker" id="hour-picker"></div>
|
||||
<div class="highlight"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
| Error / Warning | `#E94E4E` | Red — for alerts or invalid inputs |
|
||||
Loading…
Reference in New Issue
Block a user