Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +3 -3
templates/menu.html
CHANGED
@@ -70,8 +70,8 @@
|
|
70 |
z-index: 999;
|
71 |
}
|
72 |
.view-cart-button {
|
73 |
-
background-color: #
|
74 |
-
color: #
|
75 |
padding: 10px 20px;
|
76 |
border-radius: 50px;
|
77 |
font-size: 1rem;
|
@@ -103,7 +103,7 @@
|
|
103 |
</style>
|
104 |
</head>
|
105 |
<body>
|
106 |
-
<div class="d-flex justify-content-between align-items-center p-3" style="background-color: #
|
107 |
<div>
|
108 |
<h6>Referral Code: <span id="referral-code">{{ referral_code }}</span></h6>
|
109 |
</div>
|
|
|
70 |
z-index: 999;
|
71 |
}
|
72 |
.view-cart-button {
|
73 |
+
background-color: #5bbfc1;
|
74 |
+
color: #fff;
|
75 |
padding: 10px 20px;
|
76 |
border-radius: 50px;
|
77 |
font-size: 1rem;
|
|
|
103 |
</style>
|
104 |
</head>
|
105 |
<body>
|
106 |
+
<div class="d-flex justify-content-between align-items-center p-3" style="background-color: #5bbfc1; color: white;">
|
107 |
<div>
|
108 |
<h6>Referral Code: <span id="referral-code">{{ referral_code }}</span></h6>
|
109 |
</div>
|