Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: susanev <[email protected]>
  • Loading branch information
susanev committed Jun 8, 2023
1 parent bb10cac commit efc8580
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions themes/default/assets/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -16129,12 +16129,8 @@ dl.resources-properties dt span, dl.package-details dt span, dl.tabular dt span,
font-weight:400;
font-size:14px;
color:#131314;
flex-direction:row
}

.note code{
border-radius:4px;
padding:1px 6px 3px 6px
flex-direction:row;
min-width:0
}

.note.note-info{
Expand Down Expand Up @@ -16173,6 +16169,10 @@ dl.resources-properties dt span, dl.package-details dt span, dl.tabular dt span,
background:#f9e6d4
}

.note div.highlight div.copy-button-container button.copy-button i{
color:#fff
}

.all-packages .package~.no-results{
display: block
}
Expand Down
10 changes: 5 additions & 5 deletions themes/default/theme/src/scss/_notes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@
font-size: 14px;
color: #131314;
flex-direction: row;
}

code {
border-radius: 4px;
padding: 1px 6px 3px 6px;
min-width: 0;
}

&.note-info {
Expand Down Expand Up @@ -97,4 +93,8 @@
background: #f9e6d4;
}
}

div.highlight div.copy-button-container button.copy-button i {
color: #fff;
}
}

0 comments on commit efc8580

Please sign in to comment.