Fully converted to tailwind now.
This commit is contained in:
parent
8906322b6d
commit
5da8697759
18 changed files with 386 additions and 122 deletions
|
|
@ -11,8 +11,8 @@
|
|||
<input id="password" name="password" placeholder="Password" type="password">
|
||||
</middle>
|
||||
<bottom>
|
||||
<button type="button">Cancel</button>
|
||||
<button id="register-submit" type="submit">Register</button>
|
||||
<button class="hover:btn-alert" type="button">Cancel</button>
|
||||
<button class="hover:btn-hover" id="register-submit" type="submit">Register</button>
|
||||
</bottom>
|
||||
</card>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue