Skip to content

Commit

Permalink
Merge pull request #527 from inakijv/EZP-29243_Button_create_dashboard
Browse files Browse the repository at this point in the history
[EZP-29243] Update styling of create button in dashboard
  • Loading branch information
Łukasz Serwatka authored Jun 22, 2018
2 parents 3dc6bbe + 29114b9 commit ecda9f5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/bundle/Resources/public/scss/_dashboard.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
.ez-dashboard__header {
display: grid;
grid-template-columns: auto 6.25rem;
grid-template-columns: auto 6.5rem;

.ez-dashboard__create {
.ez-btn--cotf-create {
.ez-icon {
margin-right: .25rem;
}
}
}
}

.ez-dashboard__create {
Expand Down

0 comments on commit ecda9f5

Please sign in to comment.