Skip to content

Commit

Permalink
oda reports updates
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Jul 13, 2024
1 parent 9362a1d commit df92956
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/01-atoms/buttons/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ $button-colors: (
@include button($blue, $white, $blue-active, $white);
@include button-ext-icon;
}
&-internal-white {
@include button($white, $gray-dark, $gray-light, $white);

font-weight: normal;
}
&-internal {
@include button($white,$green, $green, $white);
}
Expand Down
8 changes: 7 additions & 1 deletion components/04-templates/_oda_reports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@
}
}

[id='block-pup-odadataandreportsclearfilters'] {
[id='block-pup-odadataandreportsclearfilters'],
[id='block-pup-odadataandreportsfavorites'] {
border-top: 1px solid $gray-light;
border-bottom: 1px solid $gray-light;
padding: .5rem 0;
Expand All @@ -179,6 +180,10 @@
}
}

[id='block-pup-odadataandreportsfavorites'] {
border-bottom: none;
}

.block-facet--checkbox {
border-bottom: 1px solid $gray-light;
padding: .5rem 1rem;
Expand All @@ -191,6 +196,7 @@
border: 1px solid $gray-light;
margin-bottom: 1rem;
padding: 0 1rem;
min-height: 70px;

button {
color: $gray-darker;
Expand Down

0 comments on commit df92956

Please sign in to comment.