diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-28 17:29:15 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-28 17:29:15 +0200 |
| commit | 045597184560d4579cb5e34d3e731a5d6bb022c9 (patch) | |
| tree | cdc80d22e4f92712963f2cfb8bf3c7f24d964610 /res/css/partials/info-box.scss | |
| parent | 92eb91a3c605cbd830d20dae6488a44d3679299c (diff) | |
Implemented stylesheet structure+font change
Diffstat (limited to 'res/css/partials/info-box.scss')
| -rw-r--r-- | res/css/partials/info-box.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/res/css/partials/info-box.scss b/res/css/partials/info-box.scss new file mode 100644 index 00000000..0b0a4c08 --- /dev/null +++ b/res/css/partials/info-box.scss @@ -0,0 +1,19 @@ +.subtitle{ + font-style:italic; + color: #bbb; + font-size: 12px; + float:right; +} + +.edge_info, .info { + background-color: rgba(17,17,17,0.8); + position:fixed; + top:150px; + width:250px; + right:10px; + font-size: 18px; + border: 1px solid; + padding: 5px; + line-height: 45px; + border-color: #303030; +}
\ No newline at end of file |
