splits
This commit is contained in:
32
visualisers/gmvis/public/css/main.css
Normal file
32
visualisers/gmvis/public/css/main.css
Normal file
@@ -0,0 +1,32 @@
|
||||
@import "solarized-light.css";
|
||||
|
||||
html, body, #mount
|
||||
{ height: 100%
|
||||
; width: 100%
|
||||
}
|
||||
|
||||
body
|
||||
{ max-width: 90%
|
||||
; margin: 0 auto
|
||||
; padding: 0
|
||||
}
|
||||
|
||||
.split-root
|
||||
{ height: 100%
|
||||
}
|
||||
|
||||
.split-splitter
|
||||
{ width: 100%
|
||||
; height: 100%
|
||||
; background: #ccc
|
||||
}
|
||||
|
||||
.split-pane
|
||||
{ margin: 0
|
||||
; padding: 0
|
||||
}
|
||||
|
||||
.pane-content
|
||||
{ margin: 0.5em
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user