29 lines
No EOL
377 B
CSS
29 lines
No EOL
377 B
CSS
.input {
|
|
display: block;
|
|
background-color: var(--foreground-color);
|
|
border: none;
|
|
outline: none;
|
|
width: 100%;
|
|
border-radius: 0.5rem;
|
|
padding: 0.5rem;
|
|
margin: 0.5rem
|
|
}
|
|
|
|
.body {
|
|
max-width: 50rem;
|
|
}
|
|
.new-field {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.user-fields {
|
|
|
|
}
|
|
|
|
.field {
|
|
display: flex;
|
|
}
|
|
|
|
.title {
|
|
font-size: 0.9rem;
|
|
} |