🎨 (PWA) Uniform style

This commit is contained in:
Julien Calixte
2019-11-08 15:26:40 +01:00
parent 315dd12401
commit 544054770b

View File

@@ -28,6 +28,9 @@ export default class InstallApp extends Vue {
</script>
<style scoped>
span.install-button {
font-weight: bold;
}
span.install-button:hover {
cursor: pointer;
}