Browse Source

EventEditor css

ShiroSmith 6 years ago
parent
commit
53d5637194
1 changed files with 19 additions and 0 deletions
  1. 19 0
      bin/style.less

+ 19 - 0
bin/style.less

@@ -1175,3 +1175,22 @@ div.sp-container {
 	}
 }
 
+/* Animation Event Editor */
+.event-editor {
+	.title {
+		text-align: center;
+		font-weight: bold;
+		font-size: 12px;
+		margin: 4px;
+		background-color : rgb(30,30,30);
+	}
+	.event {
+		.label {
+			text-align: center;
+			display: inline-block;
+			width: 50%;
+		}
+	}
+}
+
+