Files
Checkmate/Client/src/components/TextFields/Email/emailTextField.css
2024-05-07 20:40:01 +03:30

16 lines
247 B
CSS

#outlined-basic {
width: 320px;
font-size: 13px;
}
.email-text-field {
position: relative;
margin: 10px 20px;
}
.email-text-field-title {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
margin: 0 20px;
margin-top: 30px;
}