File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
docs/source/_static/styles Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ /* Tabs (sphinx-design) */
2+ .sd-tab-set {
3+ --tab-caption-width : 0% ;
4+ margin-top : 1.5rem ; }
5+ .sd-tab-set ::before {
6+ width : var (--tab-caption-width );
7+ display : flex;
8+ align-items : center;
9+ font-weight : bold; }
10+ .sd-tab-set .sd-tab-content {
11+ padding : 0.5rem 0 0 0 !important ;
12+ background-color : transparent !important ;
13+ border : none !important ; }
14+ .sd-tab-set .sd-tab-content blockquote {
15+ background-color : transparent !important ;
16+ border : none !important ; }
17+ .sd-tab-set .sd-tab-content > p : first-child {
18+ margin-top : 1rem !important ; }
19+ .sd-tab-set > label .sd-tab-label {
20+ margin : 0 3px ;
21+ display : flex;
22+ align-items : center;
23+ justify-content : center;
24+ border-radius : 5px !important ; }
25+ .sd-tab-set > label .sd-tab-label .tab-4 {
26+ width : calc ((100% - var (--tab-caption-width )) / 3 - 6px ) !important ; }
27+ .sd-tab-set > input : checked + label .sd-tab-label {
28+ transform : unset;
29+ border : 2px solid var (--pst-color-primary ); }
You can’t perform that action at this time.
0 commit comments