diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-15 23:07:42 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 396f570105d5f951f7e7da8f5da57e001a31a16b (patch) | |
tree | 1092bd44a740c49324dc4711e067d8bd20a45d6d /src/styles/portrait.scss | |
parent | a15a92badf94e2123a4d11e6c261aaa1b1ea09a9 (diff) |
FUNCT Add support for landscape portrait
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 |