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>
|
||||
<div id="game_code_entry">
|
||||
<div id="game_type_choice">
|
||||
<h1>
|
||||
Secret Hitler Online
|
||||
</h1>
|
||||
|
|
@ -59,6 +59,11 @@ export default {
|
|||
<style lang="stylus" scoped>
|
||||
@import "../theme.styl"
|
||||
|
||||
#game_type_choice {
|
||||
text-align: center
|
||||
width: 50vw
|
||||
}
|
||||
|
||||
button {
|
||||
width: 100%
|
||||
margin: 5px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue