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

@@ -153,6 +153,18 @@
}
}
}
.activity-log {
border-top: 3px solid $color-blue;
.subheading {
border-top: 0;
border-bottom: 1px solid $color-gray-lightest;
padding: 1.6rem 1.6rem;
font-weight: $font-bold;
}
}
}
.portfolio-applications {
@@ -355,4 +367,16 @@
.edit-portfolio-name.action-group {
margin-top: 2rem;
}
.form-row {
margin-bottom: 0;
.form-col {
.usa-input {
input {
max-width: 45em;
}
}
}
}
}