arrowcounter/user/static/css/user.css

13 lines
309 B
CSS
Raw Normal View History

#login-form .card-content .row, #registration-form .card-content .row {
margin-bottom: 0;
}
#login-form button[type=submit], #registration-form button[type=submit] {
background: none !important;
border: none;
cursor: pointer;
padding: 0 !important;
color: inherit;
text-transform: uppercase;
}