mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 11:32:39 +00:00
clean inputs
This commit is contained in:
@@ -83,8 +83,8 @@ const NotificationAdd = () => {
|
|||||||
<div className='notificationAdd'>
|
<div className='notificationAdd'>
|
||||||
<h2>Add Notification</h2>
|
<h2>Add Notification</h2>
|
||||||
|
|
||||||
<label className='fieldLabel'>
|
<label className='field'>
|
||||||
DISMISSKEY
|
Dismiss Key:
|
||||||
<input
|
<input
|
||||||
className='fieldInput'
|
className='fieldInput'
|
||||||
type='text'
|
type='text'
|
||||||
@@ -93,8 +93,8 @@ const NotificationAdd = () => {
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label className='fieldLabel'>
|
<label className='field'>
|
||||||
TITLE
|
Title:
|
||||||
<input
|
<input
|
||||||
className='fieldInput'
|
className='fieldInput'
|
||||||
type='text'
|
type='text'
|
||||||
@@ -103,8 +103,8 @@ const NotificationAdd = () => {
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label className='fieldLabel'>
|
<label className='field'>
|
||||||
TEXT
|
Text:
|
||||||
<textarea
|
<textarea
|
||||||
className='fieldInput'
|
className='fieldInput'
|
||||||
type='text'
|
type='text'
|
||||||
@@ -113,8 +113,9 @@ const NotificationAdd = () => {
|
|||||||
</textarea>
|
</textarea>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label className='fieldLabel'>
|
<label className='field'>
|
||||||
STARTAT
|
Start Date:
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="date"
|
type="date"
|
||||||
className='fieldInput'
|
className='fieldInput'
|
||||||
@@ -123,8 +124,8 @@ const NotificationAdd = () => {
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label className='fieldLabel'>
|
<label className='field'>
|
||||||
STOPAT
|
End Date:
|
||||||
<input
|
<input
|
||||||
type="date"
|
type="date"
|
||||||
className='fieldInput'
|
className='fieldInput'
|
||||||
|
|||||||
Reference in New Issue
Block a user