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