mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-11 12:31:27 +01:00
product.html - Changed modal popup background color and text color to match the rest of the web color scheme
This commit is contained in:
parent
0114688343
commit
e1e3112ff7
1 changed files with 6 additions and 6 deletions
12
product.html
12
product.html
|
@ -57,7 +57,7 @@
|
|||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.modall{
|
||||
.modall {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
@ -268,9 +268,9 @@
|
|||
<div class="sizeSepatu">
|
||||
<form>
|
||||
<h4>Sizes</h4>
|
||||
<input name="size" type="radio"> 43  
|
||||
<input name="size" type="radio"> 44  
|
||||
<input name="size" type="radio"> 45  
|
||||
<input name="size" type="radio"> 43  
|
||||
<input name="size" type="radio"> 44  
|
||||
<input name="size" type="radio"> 45  
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
@ -281,9 +281,9 @@
|
|||
|
||||
<div class="modal" id="myModal">
|
||||
|
||||
<div class="modal-content">
|
||||
<div class="modal-content" style="background-color: #212226; border-color: #212226; color: white">
|
||||
<span class="close">×</span>
|
||||
<h2 class="titlee"><b>SUCCESSFULLY ADDED TO BAG</b></h2>
|
||||
<h2 class="title"><b>SUCCESSFULLY ADDED TO BAG</b></h2>
|
||||
<div class="konten">
|
||||
<img alt="placeholder image" class="img-fluid" height="200px" src="assets/Product_1.webp"
|
||||
width="200px">
|
||||
|
|
Loading…
Reference in a new issue