mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-23 23:29:38 +01:00
Modif bag and payment css
This commit is contained in:
parent
7fb8c857ea
commit
cfa2e619b6
3 changed files with 1 additions and 5 deletions
|
@ -230,7 +230,7 @@
|
|||
</div>
|
||||
</form>
|
||||
<a href="payment.html">
|
||||
<button class="button" style="background-color: green; color: white">Review & Pay</button>
|
||||
<button class="button" style="background-color: green; color: white">Pay</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -70,12 +70,10 @@
|
|||
|
||||
.container {
|
||||
margin-left: 0px;
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.container input {
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
width: 40px;
|
||||
}
|
||||
|
|
|
@ -110,12 +110,10 @@
|
|||
|
||||
.container {
|
||||
margin-left: 0px;
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.container input {
|
||||
align-items: left;
|
||||
justify-content: left;
|
||||
width: 40px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue