Update styling for empty state and the app environments panel

This commit is contained in:
leigh-mil
2019-10-14 13:48:35 -04:00
parent e4b1bc33c4
commit 595995cf03
5 changed files with 95 additions and 94 deletions

View File

@@ -1,30 +1,18 @@
.empty-state {
text-align: center;
padding: 6rem ($gap * 2) 0;
padding: 5rem ($gap * 2) 2rem;
display: flex;
flex-direction: column;
align-items: center;
max-width: 100%;
@include media($medium-screen) {
padding: 8rem ($gap * 4) 0;
}
> .icon {
@include icon-size(50);
@include icon-color($color-gray-light);
}
&__message {
@include h2;
line-height: 1.2;
max-width: 15em;
color: $color-gray;
@include media($large-screen) {
@include h1;
}
font-weight: $font-bold;
}
&__sub-message {

View File

@@ -239,7 +239,7 @@
.panel {
@include shadow-panel;
padding-bottom: 0;
padding-bottom: 2rem;
}
.application-list-item {