Get rid of ugly this.... calls
[vchess.git] / client / src / views / About.vue
CommitLineData
92a523d1
BA
1<template lang="pug">
2.row
3 .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
4 p TODO: give github URL, tell website story...
5 a(href="https://github.com/yagu0/vchess") contribute...
6</template>
7
8<style lang="sass">
9.warn
10 padding: 3px
11 color: red
12 background-color: lightgrey
13 font-weight: bold
14
15p.boxed
16 background-color: #FFCC66
17 padding: 5px
18
19.stageDelimiter
20 color: purple
21
22.section-title
23 padding: 0
24
25.section-title > h4
26 padding: 5px
27
28ol, ul:not(.browser-default)
29 padding-left: 20px
30
31ul:not(.browser-default)
32 margin-top: 5px
33
34ul:not(.browser-default) > li
35 list-style-type: disc
36</style>