commit
b1345c0eb0
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user