Yum04 27 warenkorb (#9)

* Page: "Warenkorb" created

* Fixed: Spacing between border rows

* Update ShoppingCart.razor
This commit is contained in:
MET18937
2023-04-20 17:29:50 +02:00
committed by GitHub
parent 901ec9f39a
commit bfa440ac5e
3 changed files with 171 additions and 0 deletions

View File

@ -0,0 +1,41 @@
.tbl-container {
margin-top: 10px;
margin-left: 10px;
}
.bg_green {
background-color: #89F9A5;
}
.bdr {
border-radius: 17px;
overflow: hidden;
border-color: #C7FFD5;
}
.bg_lightgreen {
background-color: #C7FFD5;
}
.br {
border-right: solid 1px black;
border-collapse: collapse;
border-bottom-width: 0;
}
.btn_back {
background-color: #F9BE89;
/*width: 60%;*/
margin-bottom: 13px;
border-radius: 30px;
height: 50px;
border: 0px;
}
.btn_forward {
background-color: #89F9A5;
/*width: 60%;*/
border-radius: 30px;
height: 50px;
border: 0px;
}