Better handling of empty projects and lifecycle

This commit is contained in:
Nick O'Leary
2018-01-09 15:06:05 +00:00
parent 8a6488b067
commit 13356047dc
9 changed files with 96 additions and 40 deletions

View File

@@ -34,6 +34,10 @@
border-left-width: 16px;
overflow: hidden;
}
.notification p:first-child {
font-size: 1.1em;
font-weight: 500;
}
.notification a {
text-decoration: none;
&:hover {

View File

@@ -214,8 +214,8 @@
cursor: pointer;
&:hover {
background: #f3f3f3;
border-left-color: #aaa;
border-right-color: #aaa;
// border-left-color: #aaa;
// border-right-color: #aaa;
}
}
i {