Make editor edit button at the bottom the default and make sure the done button stands out more
This commit is contained in:
parent
3a46032c63
commit
9c6369e8d8
4 changed files with 19 additions and 48 deletions
|
|
@ -117,21 +117,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.description .editor {
|
||||
|
||||
&.is-pulled-up {
|
||||
margin-top: -3rem;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
margin-bottom: 0;
|
||||
|
||||
ul {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.details, .heading {
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@ $transition-duration: 100ms;
|
|||
$flash-background-duration: 750ms;
|
||||
|
||||
$vikunja-font: 'Quicksand', sans-serif;
|
||||
$vikunja-light-text: $grey-100;
|
||||
$vikunja-blue: #7F23FF; // #7F23FF; // #5974d9
|
||||
$vikunja-green: #4DB788;
|
||||
|
||||
$navbar-padding: 2rem;
|
||||
$vikunja-nav-background: $light-background;
|
||||
|
|
|
|||
Reference in a new issue