diff options
Diffstat (limited to 'src/styles/portrait.scss')
-rw-r--r-- | src/styles/portrait.scss | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss index eff553c..ebe28ce 100644 --- a/src/styles/portrait.scss +++ b/src/styles/portrait.scss @@ -5,8 +5,26 @@ } body { - .centerĀ { + .top{ width: 100%; + height: $header_size; + flex-direction: row; + + .button { + border-width: 0 1px 0 1px; + } + + .infoContainer { + border-width: 0 1px 0 1px; + width: 200px; + } + + .statusContainer { + width: 60px; + height: 100%; + flex-direction: column; + } } + } }
\ No newline at end of file |