ok
This commit is contained in:
@@ -177,7 +177,7 @@ const App = ({ cafeId }) => {
|
|||||||
return (
|
return (
|
||||||
<div className={styles.Transactions} style={{ backgroundColor: "#cfcfcf" }}>
|
<div className={styles.Transactions} style={{ backgroundColor: "#cfcfcf" }}>
|
||||||
<h2 className={styles["Transactions-title"]}>Reports</h2>
|
<h2 className={styles["Transactions-title"]}>Reports</h2>
|
||||||
<div style={{ marginTop: "30px", textAlign: "center" }}>
|
<div style={{ textAlign: "center" }}>
|
||||||
<div>
|
<div>
|
||||||
<label>
|
<label>
|
||||||
<input
|
<input
|
||||||
@@ -225,7 +225,6 @@ const App = ({ cafeId }) => {
|
|||||||
display: "flex",
|
display: "flex",
|
||||||
flexWrap: "wrap",
|
flexWrap: "wrap",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
marginTop: "20px",
|
|
||||||
padding: "20px",
|
padding: "20px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
color: rgba(88, 55, 50, 1);
|
color: rgba(88, 55, 50, 1);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-top: 30px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Transactions-detail {
|
.Transactions-detail {
|
||||||
|
|||||||
Reference in New Issue
Block a user