You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
284 B
19 lines
284 B
8 years ago
|
@import "../../../bibase";
|
||
|
|
||
|
.bi-input{
|
||
|
border: none;
|
||
|
outline: none;
|
||
|
background-color: transparent;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
.size(100%,100%);
|
||
|
|
||
|
&.bi-input-focus{
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
&.bi-input-error{
|
||
|
border: none;
|
||
|
color:@color-bi-text-warning !important;
|
||
|
}
|
||
|
}
|