coherent colors
authorduong tam kien <tk@deveha.com>
Wed, 01 Mar 2017 17:35:13 +0100
changeset 411 74b01659ee40
parent 410 a6db5e626850
child 412 d7f556b0bd2a
coherent colors
src_js/iconolab-bundle/src/components/editor/Canvas.vue
src_js/iconolab-bundle/src/components/editor/Comment.vue
src_js/iconolab-bundle/src/iconolab.scss
--- a/src_js/iconolab-bundle/src/components/editor/Canvas.vue	Wed Mar 01 17:18:53 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/Canvas.vue	Wed Mar 01 17:35:13 2017 +0100
@@ -527,7 +527,8 @@
 }
 .cut-canvas {
     width: 100%;
-    height: 600px;
+    height: 700px;
+    border: 1px solid #ddd;
 }
 .canvas--rect:hover {
     cursor: crosshair;
--- a/src_js/iconolab-bundle/src/components/editor/Comment.vue	Wed Mar 01 17:18:53 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/Comment.vue	Wed Mar 01 17:35:13 2017 +0100
@@ -69,12 +69,12 @@
 .comment {
     font-size: 12px;
     padding: 10px 0;
-    border-bottom: 1px solid #ccc;
+    border-bottom: 1px solid #ddd;
 }
 
 .comment-thread {
   border-bottom-width: 0px;
-  border-left: 3px solid #ccc;
+  border-left: 3px solid #ddd;
   padding-left: 10px;
   margin-left: 10px;
 }
--- a/src_js/iconolab-bundle/src/iconolab.scss	Wed Mar 01 17:18:53 2017 +0100
+++ b/src_js/iconolab-bundle/src/iconolab.scss	Wed Mar 01 17:35:13 2017 +0100
@@ -54,7 +54,7 @@
 	padding: 0px;
 }
 
-#zoomTarget, .cut-canvas {
+#zoomTarget {
 	border: 1px solid #C3C3C3;
 }