Skip to content

Commit

Permalink
Fix Buttons styles
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevGeekmidget committed Mar 10, 2018
1 parent 35ef730 commit 4485d8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
</platform>
<content src="index.html" />
<content original-src="index.html" src="http://192.168.137.1:8100" />
<allow-navigation href="http://192.168.0.104:8100" />
<allow-navigation href="http://192.168.0.104:8101" />
<allow-navigation href="http://192.168.0.115:8100" />
Expand All @@ -66,7 +66,7 @@
<allow-navigation href="http://192.168.0.100:8100" />
<allow-navigation href="http://10.42.0.1:8100" />
<allow-navigation href="http://192.168.137.1:8100" />
<engine name="android" spec="6.4.0" />
<plugin name="phonegap-plugin-barcodescanner" spec="^7.0.2" />
<plugin name="cordova-plugin-x-toast" spec="^2.6.0" />
<engine name="android" spec="6.4.0" />
</widget>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@
"android"
]
}
}
}
4 changes: 4 additions & 0 deletions src/components/button/button.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
app-button {
.button-round-md {
border-radius: 64px;
padding: 5px 30px 0px 30px;
}
&.primary {
button {
width: auto !important;
Expand Down

0 comments on commit 4485d8d

Please sign in to comment.