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:
@ -442,7 +442,7 @@ export default {
|
||||
<style lang="scss">
|
||||
@import '../../../node_modules/highlight.js/scss/atelier-heath-light';
|
||||
@import '../../../node_modules/easymde/dist/easymde.min.css';
|
||||
@import '../../styles/theme/variables';
|
||||
@import '../../styles/theme/variables/all';
|
||||
|
||||
.editor {
|
||||
.clear {
|
||||
@ -505,7 +505,7 @@ pre.CodeMirror-line {
|
||||
}
|
||||
|
||||
ul.actions {
|
||||
font-size: .8em;
|
||||
font-size: .8rem;
|
||||
margin: 0;
|
||||
|
||||
li {
|
||||
@ -522,7 +522,7 @@ ul.actions {
|
||||
}
|
||||
|
||||
&, a {
|
||||
color: $grey;
|
||||
color: $grey-500;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
@ -58,6 +58,6 @@ export default {
|
||||
}
|
||||
|
||||
.buttons {
|
||||
margin-top: 0.5em;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
</style>
|
@ -40,7 +40,7 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.user {
|
||||
margin: .5em;
|
||||
margin: .5rem;
|
||||
|
||||
&.is-inline {
|
||||
display: inline;
|
||||
@ -52,7 +52,7 @@ export default {
|
||||
border-radius: 100%;
|
||||
|
||||
vertical-align: middle;
|
||||
margin-right: .5em;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -284,6 +284,6 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
form {
|
||||
margin-bottom: 1em;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
</style>
|
@ -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 New Issue
Block a user