Convert all Stylus into CSS and add CSS var def file

This commit is contained in:
Oliver-Akins 2020-10-05 22:46:54 -06:00
parent 51769bedd1
commit ec98480917
5 changed files with 158 additions and 110 deletions

View file

@ -57,16 +57,16 @@ export default {
}
</script>
<style lang="stylus" scoped>
@import "../theme.styl"
<style scoped>
@import "../css/colours.css";
#game_type_choice {
text-align: center
width: 50vw
text-align: center;
width: 50vw;
}
button {
width: 100%
margin: 5px
width: 100%;
margin: 5px;
}
</style>