Files
JiboSDK/styles/atom-react.less

16 lines
282 B
Plaintext
Raw Permalink Normal View History

2026-03-22 03:21:45 +02:00
@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%;
}