|
| 1 | +#readthedocs-embed-flyout { |
| 2 | + align-self: start; |
| 3 | + height: inherit; |
| 4 | + max-height: inherit; |
| 5 | + overflow-y: visible; |
| 6 | + position: relative; |
| 7 | +} |
1 | 8 | .rst-versions { |
2 | 9 | position: relative !important; |
3 | | - bottom: unset; |
4 | | - left: unset; |
5 | | - width: unset; |
6 | | - background: unset; |
7 | 10 | background-color: var(--pst-color-on-background) !important; |
8 | | - color: var(--pst-color-text-muted); |
| 11 | + color: var(--pst-color-text-muted) !important; |
9 | 12 | font-family: unset !important; |
10 | | - z-index: unset; |
11 | 13 | a { |
12 | 14 | background-color: var(--pst-color-on-background); |
13 | 15 | color: var(--pst-color-text-base); |
|
20 | 22 | &.rst-badge { |
21 | 23 | // width: auto; |
22 | 24 | appearance: button; |
| 25 | + height: inherit; |
| 26 | + max-height: inherit; |
23 | 27 | border-color: var(--pst-color-border) !important; |
24 | 28 | border-radius: var(--bs-dropdown-border-radius) !important; |
25 | 29 | border-width: 1px !important; |
|
37 | 41 | // } |
38 | 42 | &.shift-up .rst-current-version { |
39 | 43 | text-align: unset; |
| 44 | + display: inline; |
40 | 45 | .fa-book { |
41 | 46 | float: none !important; |
42 | 47 | } |
43 | 48 | .icon-book { |
44 | 49 | float: none; |
45 | 50 | } |
| 51 | + > .rst-current-version { |
| 52 | + height: inherit !important; |
| 53 | + } |
46 | 54 | } |
47 | 55 | // > .rst-current-version { |
48 | 56 | // width: auto; |
|
55 | 63 | // display: none; |
56 | 64 | //} |
57 | 65 | .rst-current-version { |
58 | | - // padding: $base-line-height / 2; |
| 66 | + padding: unset !important; |
59 | 67 | background-color: var(--bs-btn-bg) !important; |
60 | 68 | text-align: left !important; |
61 | | - font-size: unset; |
| 69 | + font-size: unset !important; |
62 | 70 | color: var(--pst-color-text-base) !important; |
63 | 71 | // @include clearfix; |
64 | 72 | // .fa { |
|
92 | 100 | // font-size: 90%; |
93 | 101 | // padding: $base-line-height / 2; |
94 | 102 | // display: none; |
95 | | - color: var(--pst-color-text-muted); |
| 103 | + color: var(--pst-color-text-muted) !important; |
96 | 104 | hr { |
97 | 105 | // display: block; |
98 | 106 | // height: 1px; |
99 | 107 | // border: 0; |
100 | 108 | // margin: 20px 0; |
101 | 109 | // padding: 0; |
| 110 | + border: none !important; |
102 | 111 | border-top: solid 1px var(--pst-color-border) !important; |
103 | 112 | } |
104 | 113 | dl { |
105 | | - border-top: solid 1px var(--pst-color-border); |
| 114 | + border-top: solid 1px var(--pst-color-border) !important; |
106 | 115 | } |
107 | 116 | dd { |
108 | 117 | border-color: var(--pst-color-border) !important; |
|
0 commit comments