Commit 082a04c0 by amalk

sprint 1

parent 9c9be920
...@@ -99,9 +99,9 @@ ...@@ -99,9 +99,9 @@
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" /> <plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^4.0.0" /> <plugin name="cordova-plugin-ionic-webview" spec="^4.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" /> <plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<engine name="android" spec="7.1.4" />
<plugin name="cordova-plugin-geolocation" spec="4.0.2"> <plugin name="cordova-plugin-geolocation" spec="4.0.2">
<variable name="GEOLOCATION_USAGE_DESCRIPTION" value="To locate you" /> <variable name="GEOLOCATION_USAGE_DESCRIPTION" value="To locate you" />
</plugin> </plugin>
<plugin name="cordova-plugin-nativegeocoder" spec="3.2.2" /> <plugin name="cordova-plugin-nativegeocoder" spec="3.2.2" />
<engine name="android" spec="7.1.4" />
</widget> </widget>
...@@ -88,4 +88,4 @@ ...@@ -88,4 +88,4 @@
"android" "android"
] ]
} }
} }
\ No newline at end of file
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
text-align: center; text-align: center;
color: #fff; color: #fff;
font-size: 18px; font-size: 18px;
padding: 10px; padding: 15px;
font-weight: 300; font-weight: 300;
border-top-left-radius: 15px; border-top-left-radius: 15px;
border-top-right-radius: 15px; border-top-right-radius: 15px;
......
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
.footer_div { .footer_div {
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
height: 45px; height: 50px;
left: 0px; left: 0px;
right: 0px; right: 0px;
min-width: 100%; min-width: 100%;
...@@ -324,8 +324,8 @@ ...@@ -324,8 +324,8 @@
color: #fff; color: #fff;
float: right; float: right;
text-align: center; text-align: center;
padding: 13px; padding: 15px;
font-size: 16px; font-size: 18px;
height: 100%; height: 100%;
} }
} }
\ No newline at end of file
...@@ -91,5 +91,6 @@ ...@@ -91,5 +91,6 @@
font-weight: 700; font-weight: 700;
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
text-align: center;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment