diff options
author | MaZderMind | 2015-04-04 20:40:58 +0200 |
---|---|---|
committer | MaZderMind | 2015-04-04 20:40:58 +0200 |
commit | 58f69e634e954fc9e2d3f767722ffbae32ee0047 (patch) | |
tree | 3c91b482ccbb3814be3925a01fa45400785bf91f /assets/css/_multiview.less | |
parent | 0b6b44243585a27d97a6a7fc175838e23ff1c49e (diff) |
Move Styles completely into their own assemblies
Diffstat (limited to 'assets/css/_multiview.less')
-rw-r--r-- | assets/css/_multiview.less | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/css/_multiview.less b/assets/css/_multiview.less new file mode 100644 index 0000000..59b8e37 --- /dev/null +++ b/assets/css/_multiview.less @@ -0,0 +1,33 @@ +body.multiview { + .cell { + background-color: white; + + h2 { + font-size: 14px; + padding: 10px; + margin: 0; + } + + .meter { + background-color: gray; + height: 45px; + position: relative; + + .bar { + background-color: red; + position: absolute; + bottom: 0; + } + } + + .timer { + background-color: #909090; + height: 30px; + + text-align: right; + font-size: 22px; + padding-right: 5px; + color: white; + } + } +} |