21 lines
478 B
SCSS
21 lines
478 B
SCSS
|
/**
|
||
|
* Styling for the installation page, including overriding some default styling of
|
||
|
* sphinx-design. This style sheet should be included only for the install page.
|
||
|
*
|
||
|
* This file is compiled into styles/install.css by sphinxcontrib.sass, see:
|
||
|
* https://sass-lang.com/guide/
|
||
|
*/
|
||
|
|
||
|
.install-instructions .sd-tab-set > label.sd-tab-label {
|
||
|
margin: 0;
|
||
|
text-align: center;
|
||
|
|
||
|
&.tab-6 {
|
||
|
width: 50% !important;
|
||
|
}
|
||
|
|
||
|
&.tab-4 {
|
||
|
width: calc(100% / 3) !important;
|
||
|
}
|
||
|
}
|