Skip to content

Commit

Permalink
more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Aug 3, 2023
1 parent 9925ae5 commit 49ceb7b
Showing 1 changed file with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.rst-versions {
position: static !important;
position: relative !important;
bottom: unset;
left: unset;
width: unset;
Expand All @@ -19,12 +19,13 @@
}
&.rst-badge {
// width: auto;
// bottom: 20px;
// right: 20px;
// left: auto;
border-color: var(--pst-color-border);
border-radius: var(--bs-dropdown-border-radius);
border-width: 1px;
bottom: unset !important;
right: unset !important;
left: unset !important;
appearance: button;
border-color: var(--pst-color-border) !important;
border-radius: var(--bs-dropdown-border-radius) !important;
border-width: 1px !important;
// max-width: $nav-desktop-width;
// max-height: 90%;
// .icon-book {
Expand Down Expand Up @@ -93,21 +94,22 @@
// font-size: 90%;
// padding: $base-line-height / 2;
// display: none;
color: var(--pst-color-text-muted);
hr {
// display: block;
// height: 1px;
// border: 0;
// margin: 20px 0;
// padding: 0;
border-top: solid 1px var(--pst-color-border);
border-top: solid 1px var(--pst-color-border) !important;
}
dl {
border-top: solid 1px var(--pst-color-border);
}
dd {
border-color: var(--pst-color-border);
border-radius: var(--bs-dropdown-border-radius);
border-width: 1px;
border-color: var(--pst-color-border) !important;
border-radius: var(--bs-dropdown-border-radius) !important;
border-width: 1px !important;
// display: inline-block;
// margin: 0;
a {
Expand Down

0 comments on commit 49ceb7b

Please sign in to comment.