Skip to content

Commit

Permalink
Merge pull request joomla#90 from chmst/quickicon-addbutton-responsive
Browse files Browse the repository at this point in the history
Add-button smaller on screens md-up
  • Loading branch information
chmst authored Mar 27, 2019
2 parents 2e4bba1 + 30b4e37 commit c34d8f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions administrator/templates/atum/scss/blocks/_quickicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
border-top: 1px solid $light_blue;
text-decoration: none;

@include media-breakpoint-up(md) {
line-height: 2rem;
}

@include hover-focus-active {
text-decoration: none;
box-shadow: $quickicon-box-shadow-hover;
Expand Down

0 comments on commit c34d8f0

Please sign in to comment.