Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions client/assets/styles/scss/layout/environment-body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
.card-grid {
flex-wrap: wrap;

&.padding-top {
padding-top: 60px;
}

.card {
height: 461px;
margin-bottom: 15px;
Expand Down
6 changes: 1 addition & 5 deletions client/directives/environment/environmentView.jade
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@
ng-bind-html = "helpCards.getActiveCard().helpTop"
)

.help-padding.no-touching(
ng-bind-html = "helpCards.getActiveCard().helpTop"
ng-if = "helpCards.getActiveCard()"
)

.modal-dialog.modal-sm(
ng-if = "$root.featureFlags.aha1"
)
Expand All @@ -109,6 +104,7 @@
small.grid-content.small You can see your setup progress by selecting the !? button in the top-right.

.grid-block.card-grid.clearfix(
ng-class = "{'padding-top': helpCards.getActiveCard().helpTop}"
ng-if = "!$root.featureFlags.aha1"
ng-include = "'viewCardGrid'"
)
Expand Down