forked from Gitlink/forgeplus-react
22 lines
439 B
CSS
22 lines
439 B
CSS
.registerPanel{
|
|
padding:20px 40px 25px 40px;
|
|
}
|
|
.registerPanel input{
|
|
height: 40px;
|
|
}
|
|
.registerPanel .ant-row.ant-form-item{
|
|
margin-bottom: 25px;
|
|
}
|
|
.registerPanel .ant-form.ant-form-horizontal{
|
|
margin-top: 20px;
|
|
}
|
|
.registerPanel .ant-menu-item{
|
|
margin-left: 0px!important;
|
|
padding: 0px;
|
|
}
|
|
.ant-form-explain{
|
|
position: absolute;
|
|
}
|
|
form .has-feedback .ant-input-affix-wrapper .ant-input-suffix{
|
|
padding-right: 0px!important;
|
|
} |