publish 2.0.2
This commit is contained in:
parent
1aae33d2cc
commit
96215d85a8
|
@ -254,14 +254,14 @@ input.u-button[type="submit"] {
|
|||
display: inline-block;
|
||||
padding: 0 12px;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
height: 32px;
|
||||
cursor: text;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
color: #424242;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
border: 1px solid #bdbdbd;
|
||||
border: 1px solid rgb(224,224,224);
|
||||
border-radius: 3px;
|
||||
transition: all .3s; }
|
||||
.u-form-control:focus {
|
||||
|
@ -277,12 +277,12 @@ input.u-button[type="submit"] {
|
|||
cursor: not-allowed; }
|
||||
|
||||
.u-form-control.lg {
|
||||
height: 38px;
|
||||
height: 40px;
|
||||
font-size: 14px; }
|
||||
|
||||
.u-form-control.sm {
|
||||
font-size: 12px;
|
||||
height: 24px; }
|
||||
height: 26px; }
|
||||
|
||||
.u-form-control-search-wrapper {
|
||||
position: absolute;
|
||||
|
|
|
@ -5311,7 +5311,7 @@ input.u-button[type="submit"] {
|
|||
width: 38px;
|
||||
padding: 0;
|
||||
line-height: normal;
|
||||
border: 1px solid rgb(red); }
|
||||
border: 1px solid rgb(165, 173, 186); }
|
||||
.u-button-floating.colored {
|
||||
background: rgb(67,160,71);
|
||||
color: rgb(255,255,255);
|
||||
|
@ -5474,7 +5474,7 @@ input.u-button[type="submit"] {
|
|||
width: 32px;
|
||||
padding: 0;
|
||||
line-height: normal;
|
||||
border: 1px solid rgb(red); }
|
||||
border: 1px solid rgb(165, 173, 186); }
|
||||
|
||||
.u-button-lg {
|
||||
padding: 8px 15px;
|
||||
|
@ -5512,14 +5512,14 @@ input.u-button[type="submit"] {
|
|||
display: inline-block;
|
||||
padding: 0 12px;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
height: 32px;
|
||||
cursor: text;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
color: #424242;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
border: 1px solid #bdbdbd;
|
||||
border: 1px solid rgb(224,224,224);
|
||||
border-radius: 3px;
|
||||
transition: all .3s; }
|
||||
.u-form-control:focus {
|
||||
|
@ -5535,12 +5535,12 @@ input.u-button[type="submit"] {
|
|||
cursor: not-allowed; }
|
||||
|
||||
.u-form-control.lg {
|
||||
height: 38px;
|
||||
height: 40px;
|
||||
font-size: 14px; }
|
||||
|
||||
.u-form-control.sm {
|
||||
font-size: 12px;
|
||||
height: 24px; }
|
||||
height: 26px; }
|
||||
|
||||
.u-form-control-search-wrapper {
|
||||
position: absolute;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bee-transfer",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Transfer ui component for react",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
@ -40,7 +40,7 @@
|
|||
"bee-animate": "^1.0.0",
|
||||
"bee-button": "^1.0.6",
|
||||
"bee-checkbox": "^2.0.0",
|
||||
"bee-form-control": "^1.0.7",
|
||||
"bee-form-control": "^1.1.11",
|
||||
"bee-icon": "^1.0.4",
|
||||
"classnames": "^2.2.5",
|
||||
"react-lazy-load": "^3.0.12",
|
||||
|
|
Loading…
Reference in New Issue