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