Studio: revises template logic, html, and styling for Dashboard UI states

This commit is contained in:
Brian Talbot
2013-07-11 11:10:54 -04:00
parent 135d10d4c5
commit aaa67b28a9
4 changed files with 195 additions and 109 deletions

View File

@@ -104,6 +104,22 @@
}
}
}
// list of notices all in one
&.list-notices {
.notice-item {
margin-bottom: $baseline;
border-bottom: 1px solid $gray-l3;
padding-bottom: $baseline;
&:last-child {
margin-bottom: 0;
border: none;
padding-bottom: 0;
}
}
}
}
// particular notice - warnings around a workflow for something
@@ -128,11 +144,11 @@
background-color: $gray-l4;
.title {
color: $gray-d1;
color: $gray-d3;
}
.copy {
color: $gray;
color: $gray-d2;
}
&.has-actions {