Translated the basic style files to scarlet

This commit is contained in:
2016-11-29 01:06:00 +09:00
parent adb6ca1e0c
commit acce2c5577
26 changed files with 1079 additions and 849 deletions

12
styles/layout.scarlet Normal file
View File

@ -0,0 +1,12 @@
#container
height 100%
display flex
flex-flow column
#header
background-color header-color
#content-container
flex 1
overflow-x hidden
overflow-y scroll