ShiroSmith 6 anni fa
parent
commit
53d5637194
1 ha cambiato i file con 19 aggiunte e 0 eliminazioni
  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%;
+		}
+	}
+}
+
+