initial commit
This commit is contained in:
15
styles/atom-react.less
Executable file
15
styles/atom-react.less
Executable 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user