diff --git a/Archive 2.zip b/Archive 2.zip new file mode 100644 index 0000000..f200d2b Binary files /dev/null and b/Archive 2.zip differ diff --git a/Archive.zip b/Archive.zip new file mode 100644 index 0000000..36d135b Binary files /dev/null and b/Archive.zip differ diff --git a/client/dist/style.css b/client/dist/style.css index 6f202b5..e76f021 100644 --- a/client/dist/style.css +++ b/client/dist/style.css @@ -13,7 +13,10 @@ text-align: center; display: inline-block; width: 100%; - border: 0.5px solid grey; + border: solid; + border-width: 2px; + border-color: #eee; + border-top-color: #eee; border-radius: 15px; } .kev_container .kev_title{ @@ -35,7 +38,10 @@ display: block; border-radius: 15px; padding: 5px; - border: 0.5px solid grey; + border: solid; + border-width: 2px; + border-color: #eee; + border-top-color: #eee; } .kev_containerDescription h1 { font-size: 30px; @@ -154,8 +160,13 @@ input::-webkit-input-placeholder { } .kev_todayList { display: block; - border: 0.5px solid grey; + border: solid; + border-width: 2px; + border-color: #eee; + border-top-color: #eee; border-radius: 15px; + align-content: center; + padding-left: 50px; } .kev_containerDescription { @@ -203,11 +214,13 @@ ul{ vertical-align: center; font-family: Arial; color: #ffffff; - padding-bottom: 20px; font-size: 20px; - padding: 10px 100px 12px 100px; + padding: 10px 100px 10px 100px; text-decoration: none; } +.buttonWrap { + padding-bottom: 20px; +} .kev_btn:hover { background: #3cb0fd; diff --git a/client/src/Components/Delivery.jsx b/client/src/Components/Delivery.jsx index f7bb124..f3c663d 100644 --- a/client/src/Components/Delivery.jsx +++ b/client/src/Components/Delivery.jsx @@ -145,7 +145,9 @@ class Delivery extends React.Component {
Delivery Address
- +
+ +
); diff --git a/client/src/requests.js b/client/src/requests.js index 6e8dbee..ddb9964 100644 --- a/client/src/requests.js +++ b/client/src/requests.js @@ -5,7 +5,6 @@ const getInformation = (id, callback) => { url: `/information/${id}`, type: 'GET', }).done((data) => { - console.log(data) callback(data); }); }; diff --git a/package.json b/package.json index 411021e..113851b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "style-loader": "^0.20.2", "babel-preset-env": "^1.6.1", "css-loader": "^0.28.10", - "style-loader": "^0.20.2", "webpack": "^1.13.2" },