mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-18 08:23:17 +02:00
Yum04 27 warenkorb (#9)
* Page: "Warenkorb" created * Fixed: Spacing between border rows * Update ShoppingCart.razor
This commit is contained in:
41
wwwroot/css/shopping_cart.css
Normal file
41
wwwroot/css/shopping_cart.css
Normal 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;
|
||||
}
|
@ -9,6 +9,7 @@
|
||||
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
||||
<link href="css/Site.css" rel="stylesheet" />
|
||||
<link href="css/app.css" rel="stylesheet" />
|
||||
<link href="css/shopping_cart.css" rel="stylesheet" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<link href="y4f.styles.css" rel="stylesheet" />
|
||||
<link href="manifest.json" rel="manifest" />
|
||||
|
Reference in New Issue
Block a user