1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-25 13:41:18 +02:00

checkout.html - Changed Input Boxes to have a dark background and white text

This commit is contained in:
Matthew Patrick 2021-09-26 17:04:35 +07:00
parent 45b629398f
commit b40dce6e0c

View file

@ -18,6 +18,26 @@
background-color: #1b1c1e;
}
.form-control {
background-color: #212226;
color: white;
}
.form-control:valid {
background-color: #212226;
color: white;
}
.custom-select {
background-color: #212226;
color: white;
}
.input-group-text {
background-color: #212226;
color: white;
}
.comp-color {
background-color: #212226;
}
@ -276,7 +296,8 @@
<div class="my-4">
<a href="login.html"><button class="btn btn-outline-success mt-auto mb-auto mr-3" type="button">Login</button></a>
</div>
<a href="bag.html" class="mt-auto mb-auto" style="color: inherit;"><i class="fas fa-shopping-cart"><span class="ml-2 mt-auto mb-auto">Rp 999.999</span></i></a>
<a href="bag.html" class="mt-auto mb-auto" style="color: inherit;"><i
class="fas fa-shopping-cart"><span class="ml-2 mt-auto mb-auto">Rp 999.999</span></i></a>
</span>
</div>
</nav>
@ -373,9 +394,7 @@
<label class="input-group-text" for="inputGroupSelect01">Region</label>
</div>
<select class="custom-select" id="inputGroupSelect01">
<option selected>
<Choose class=""></Choose>
</option>
<option selected>Choose...</option>
<option value="1">Indonesia</option>
<option value="2">Japan</option>
<option value="3">United Kingdom</option>