From db363484901a9521949cdd394c0701bb51153e2b Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Sat, 6 Dec 2014 22:43:12 +0200 Subject: 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) --- res/css/partials/info-box.scss | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 res/css/partials/info-box.scss (limited to 'res/css/partials/info-box.scss') 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 -- cgit v1.3.1