initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

15
styles/atom-react.less Executable file
View File

@@ -0,0 +1,15 @@
@import "ui-variables";
input[type="number"] {
color: @text-color;
font-family: @font-family;
background-color: @input-background-color;
font-size: (@font-size + 4);
border: 1px solid @input-border-color;
text-align: right;
}
.jibo-tool-bar .btn{
height: 100%;
}