Modify top-nav styles for board name and version

This commit is contained in:
Matthew Ross 2016-04-25 18:23:53 -04:00
parent 13853c6d9e
commit bda10a87ec
2 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,13 @@
<nav class="nav-top">
<h1>TaskBoard<span><small>- {{ pageName }} <small class="dark">({{ version }})</small></small></span></h1>
<h1>
TaskBoard
<span>
<small>
- {{ pageName }}
<small class="dark small">({{ version }})</small>
</small>
</span>
</h1>
<div class="buttons">
<button class="flat active">Boards</button>

View File

@ -4,12 +4,21 @@
h1 {
margin-top: 3px;
span {
padding: 0;
}
}
.dark {
color: $color-text;
}
.small {
font-size: .655555em;
font-weight: 500;
}
.buttons {
float: right;
margin-top: -2.2em;
@ -17,7 +26,7 @@
.flat {
background-color: lighten($color-background, 3%);
color: $color-primary;
transition: background-color 0.5s;
transition: background-color .5s;
&:hover {
background-color: lighten($color-background, 7%);