38 lines
534 B
CSS
38 lines
534 B
CSS
.settings {
|
|
|
|
}
|
|
|
|
.settings input,
|
|
.settings textarea{
|
|
padding: 10px;
|
|
margin: 5px;
|
|
border-radius: 10px;
|
|
width: 200px;
|
|
}
|
|
|
|
.settings label {
|
|
width: 125px;
|
|
display: inline-block;
|
|
text-align: right;
|
|
}
|
|
|
|
.settings input[type="submit"] {
|
|
background-color: #845663;
|
|
color: white;
|
|
}
|
|
|
|
.settings input[type="password"],
|
|
.settings input[type="text"],
|
|
.settings input[type="date"],
|
|
.settings input[type="email"],
|
|
.settings textarea {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.settings-password {
|
|
|
|
}
|
|
|
|
.settings-profile {
|
|
|
|
} |