backend/src/components/invitation/style.css

21 lines
254 B
CSS
Raw Normal View History

input,
select {
padding: 5px;
margin-bottom: 30px;
background: transparent;
border: none;
border-bottom: 1px solid #464545;
}
input::placeholder {
color: #5a5959;
}
label {
color: #5a5959;
display: block;
}
form {
text-align: left;
}