New design #14

Merged
konrad merged 43 commits from new-design into master 2018-12-25 15:03:52 +00:00
3 changed files with 5 additions and 6 deletions
Showing only changes of commit 1b6a1a346e - Show all commits

View File

@ -22,6 +22,5 @@ $vikunja-light-text: darken(#fff, 10%);
$vikunja-blue: #7F23FF;// #7F23FF; // #5974d9
$vikunja-green: #4DB788;
$navbar-padding: 1.5em;
//$navbar-height: 64px;
$transition: 150ms ease;

View File

@ -25,13 +25,13 @@
}
.navbar{
z-index: 4;
z-index: 4 !important;
}
.app-container{
min-height: calc(100vh - 65px);
@media screen and (max-width: $tablet) {
margin-top: -2.3em;
margin-top: 3em;
}
.namespace-container{
@ -144,7 +144,7 @@
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 57%;
width: calc(100% - 103px - 1em);
display: inline-block;
}
@ -181,7 +181,7 @@
@media screen and (max-width: $tablet) {
margin-left: 0;
margin-top: 1.6em;
min-height: calc(100vh - 4.25rem);
min-height: calc(100vh - 4rem);
}
.card{

View File

@ -208,7 +208,7 @@
}
body {
background: url('../public/images/llama.svg') no-repeat bottom left fixed darken(#fff, 5%);
background: url('../public/images/llama.svg') no-repeat bottom left fixed darken(#fff, 4);
min-height: 100vh;
}