26 lines
299 B
CSS
26 lines
299 B
CSS
.settings {
|
|
|
|
}
|
|
|
|
.settings input {
|
|
padding: 10px;
|
|
margin: 5px;
|
|
border-radius: 10px;
|
|
width: 200px;
|
|
}
|
|
|
|
.settings label {
|
|
width: 200px;
|
|
}
|
|
|
|
.settings input[type="password"], .settings input[type="text"] {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.settings-password {
|
|
|
|
}
|
|
|
|
.settings-profile {
|
|
|
|
} |