diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-06 22:43:12 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-06 23:34:55 +0200 |
| commit | db363484901a9521949cdd394c0701bb51153e2b (patch) | |
| tree | ecf7af4573a457f1747340f41f11029ce2469ee2 /res/css/partials/info-box.scss | |
| parent | 65f2db92de282047317dab0c4669c2c255328a2e (diff) | |
new info box (now card) styling - Partial
added a class to the info card to style different types in css.
also rearranged colors in helpers.js
(alon: changed implementation and broke the edit, will fix in the
morning)
Diffstat (limited to 'res/css/partials/info-box.scss')
| -rw-r--r-- | res/css/partials/info-box.scss | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/res/css/partials/info-box.scss b/res/css/partials/info-box.scss deleted file mode 100644 index 0b0a4c08..00000000 --- a/res/css/partials/info-box.scss +++ /dev/null @@ -1,19 +0,0 @@ -.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 |
