1
0

feat: move user settings to multiple components (#889)

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/889
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
This commit is contained in:
konrad
2021-10-26 20:58:02 +00:00
parent e1a7fb4999
commit 5040a76781
16 changed files with 703 additions and 477 deletions

View File

@ -1,20 +1,26 @@
.content h3 {
.icon,
.is-small {
font-size: 1rem;
}
.icon,
.is-small {
font-size: 1rem;
}
}
.table.has-actions {
border-top: 1px solid $grey-100;
border-radius: 4px;
overflow: hidden;
border-top: 1px solid $grey-100;
border-radius: 4px;
overflow: hidden;
td {
vertical-align: middle;
}
td {
vertical-align: middle;
}
td.actions {
text-align: right;
}
td.actions {
text-align: right;
}
}
.content-widescreen {
margin: 0 auto;
max-width: $widescreen;
}