Add styling and make it not read from another component
This commit is contained in:
parent
ed163876c5
commit
192cae129a
1 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="game_code_entry">
|
<div id="game_type_choice">
|
||||||
<h1>
|
<h1>
|
||||||
Secret Hitler Online
|
Secret Hitler Online
|
||||||
</h1>
|
</h1>
|
||||||
|
|
@ -59,6 +59,11 @@ export default {
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import "../theme.styl"
|
@import "../theme.styl"
|
||||||
|
|
||||||
|
#game_type_choice {
|
||||||
|
text-align: center
|
||||||
|
width: 50vw
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: 100%
|
width: 100%
|
||||||
margin: 5px
|
margin: 5px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue