Convert all Stylus into CSS and add CSS var def file
This commit is contained in:
parent
51769bedd1
commit
ec98480917
5 changed files with 158 additions and 110 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue