Skip to content

Commit

Permalink
Hide the core mautic update notification.
Browse files Browse the repository at this point in the history
This is irrelevant when hosting in AWS-EB.
  • Loading branch information
heathdutton committed Apr 18, 2018
1 parent 601d024 commit ec4839d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/bundles/CoreBundle/Assets/css/app/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,11 @@ html:not(.hidden-nav) body #CampaignCanvas .campaign-group-container.hide#Action
}
}

// Hide the core Mautic update notification.
.alert-mautic.mautic-update {
display: none;
}

// Beta styles for the Campaign Builder (WIP)
//#CampaignCanvas path[pointer-events="visibleStroke"] {
// stroke-width: 2px;
Expand Down

0 comments on commit ec4839d

Please sign in to comment.