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/style.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/style.scss')
| -rw-r--r-- | res/css/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/style.scss b/res/css/style.scss index 562b6238..9deb7798 100644 --- a/res/css/style.scss +++ b/res/css/style.scss @@ -11,7 +11,7 @@ @import "partials/grid"; @import "partials/input-bar"; @import "partials/input-bubble"; -@import "partials/info-box"; +@import "partials/info-card"; @import "partials/metro-view"; @import "partials/search-bar"; @import "partials/task-alert"; |
