Merge pull request #1310 from dod-ccpo/small-ui-fixes

Small ui fixes
This commit is contained in:
graham-dds 2020-01-13 17:20:57 -05:00 committed by GitHub
commit b1345c0eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 2 deletions

View File

@ -4,6 +4,20 @@
background-color: $color-gray-lightest; background-color: $color-gray-lightest;
margin-top: $gap * 5; margin-top: $gap * 5;
&--white {
background-color: $color-white;
}
&--centered {
text-align: center;
}
&__message {
display: inline-block;
font-weight: bold;
margin-top: 3rem;
}
hr { hr {
margin-left: -$gap * 3; margin-left: -$gap * 3;
margin-right: -$gap * 3; margin-right: -$gap * 3;

View File

@ -1,5 +1,6 @@
.task-order { .task-order {
margin-top: $gap * 4; margin-top: $gap * 4;
margin-bottom: $footer-height;
width: 900px; width: 900px;
&__amount { &__amount {

View File

@ -23,7 +23,7 @@
<div class="panel"> <div class="panel">
{% if not application.members %} {% if not application.members %}
<div class='empty-state panel__content'> <div class='empty-state empty-state--centered empty-state--white panel__content'>
<p class='empty-state__message'> <p class='empty-state__message'>
{{ ("portfolios.applications.members.blank_slate" | translate) }} {{ ("portfolios.applications.members.blank_slate" | translate) }}
</p> </p>

View File

@ -402,7 +402,7 @@ portfolios:
applications: applications:
add_application_text: Add a new application add_application_text: Add a new application
add_environment: Create an Environment add_environment: Create an Environment
add_member: Add Team Member add_member: Add New Member
add_another_environment: Add another environment add_another_environment: Add another environment
app_settings_text: App settings app_settings_text: App settings
create_button: Create Application create_button: Create Application