Update styling and change title on page and in breadcrumbs

This commit is contained in:
leigh-mil
2019-02-11 16:34:40 -05:00
parent 0629384c05
commit 596cabfba0
6 changed files with 44 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
@mixin block-list {
@include panel-margin;
box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3);
ul, dl {
list-style: none;
@@ -15,6 +16,11 @@
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: $color-gray-lightest;
padding: $gap 2 * $gap;
border-top: none;
border-bottom: none;
color: $color-gray;
.icon-tooltip {
margin: -$gap;
@@ -59,7 +65,7 @@
margin: 0;
padding: $gap * 2;
border-top: 0;
border-bottom: 1px dashed $color-gray-light;
border-bottom: 1px solid $color-gray-lightest;
@at-root li#{&} {
&:last-child {