Improve consistency of the layout (#386)
Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/386 Co-authored-by: konrad <konrad@kola-entertainments.de> Co-committed-by: konrad <konrad@kola-entertainments.de>
This commit is contained in:
parent
b2098d65fd
commit
d1a2eefca6
54 changed files with 307 additions and 446 deletions
|
|
@ -44,7 +44,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '../../../styles/theme/variables';
|
||||
@import '../../../styles/theme/variables/all';
|
||||
|
||||
.priority-label {
|
||||
display: inline-flex;
|
||||
|
|
@ -58,7 +58,7 @@ span.high-priority {
|
|||
.icon {
|
||||
vertical-align: middle;
|
||||
width: auto !important;
|
||||
padding: 0 .5em;
|
||||
padding: 0 .5rem;
|
||||
}
|
||||
|
||||
&.not-so-high {
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import '@/styles/theme/variables';
|
||||
@import '@/styles/theme/variables/all';
|
||||
|
||||
.add-task-relation-button {
|
||||
margin-top: -3rem;
|
||||
|
|
|
|||
Reference in a new issue