accept-invite-portlet/src/main/webapp/css/main.css

18 lines
235 B
CSS

.accept-invite-class {
padding: 20px 70px;
}
div#formCreateAccountWrapper input[type=text] {
line-height: 2em;
height: 2em;
margin-bottom: 5px;
}
.has-error {
color: red !important;
}
.has-success {
color: green !important;
}