mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Updated modal styling and fixed a weird bug
This commit is contained in:
parent
00a99e0393
commit
be07ec72bd
5 changed files with 21 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template name="addProdToListModal">
|
||||
<div class="modal" id="addProdToList">
|
||||
<div class="modal-content">
|
||||
<div class="modal tall-modal" id="addProdToList">
|
||||
<div class="modal-content tall-content">
|
||||
<h2>Add Items to List</h2>
|
||||
<form class="row" style="gap: 1em;">
|
||||
<div class="col s12 input-field outlined" id="chooseListDiv">
|
||||
|
|
@ -33,11 +33,11 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<div class="row">
|
||||
<div class="col s12 m6 l6">
|
||||
<div class="col s6 m6 l6">
|
||||
<a class="left btn waves-effect waves-light orange white-text modal-close">Cancel</a>
|
||||
</div>
|
||||
<div class="col s12 m6 l6">
|
||||
<a class="btn waves-effect waves-light green white-text saveProdsToList" id="saveProdsToList">Save to List</a>
|
||||
<div class="col s6 m6 l6">
|
||||
<a class="right btn waves-effect waves-light green white-text saveProdsToList" id="saveProdsToList">Save to List</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue