Translated the basic style files to scarlet
This commit is contained in:
12
styles/layout.scarlet
Normal file
12
styles/layout.scarlet
Normal 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
|
Reference in New Issue
Block a user