Skip to content

Commit

Permalink
Grav - Collection Buttons have too much Padding Top
Browse files Browse the repository at this point in the history
  • Loading branch information
simmonsr committed Mar 14, 2019
1 parent 20f9a71 commit 99a66a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platforms/grav/gantry5/admin/css-compiled/grav-g-admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions platforms/grav/gantry5/admin/scss/grav-admin/_buttons.scss
Expand Up @@ -24,6 +24,10 @@

.button-simple {
@include button-color(#eee, #a2a2a2);

&.collection-addnew, &.collection-editall {
padding: 0 8px 6px;
}
}

.button-primary {
Expand Down

0 comments on commit 99a66a7

Please sign in to comment.