Skip to content

Commit

Permalink
Merge pull request #82 from scientist-softserv/i79-increase-interacti…
Browse files Browse the repository at this point in the history
…ve-element-size

♿️ Increase interactive element size
  • Loading branch information
kirkkwang authored Sep 9, 2024
2 parents 4c9638a + e06f6a0 commit cd7273d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/assets/stylesheets/overrides_with_rivet_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,12 @@ a {
.badge {
@extend .rvt-badge, .rvt-badge--secondary;
}

.al-grouped-repository a {
display: inline-block;
min-width: 1.5rem;
min-height: 1.5rem;
}
}

.record-padding {
Expand All @@ -415,6 +421,12 @@ a {

.document-metadata {
@extend %breadcrumb-styles;

.breadcrumb-item a {
display: inline-block;
min-width: 1.5rem;
min-height: 1.5rem;
}
}
}

Expand Down

0 comments on commit cd7273d

Please sign in to comment.