Skip to content

Commit 04898f3

Browse files
authored
IMPROVE: adding GUI label CSS (#278)
1 parent 395ce3b commit 04898f3

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

pydata_sphinx_theme/static/css/index.6b06789b3664c2a58096bdd3c1e47ee7.css renamed to pydata_sphinx_theme/static/css/index.8bae7b2b42fe3a8dc942de8a456fc9f2.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydata_sphinx_theme/static/webpack-macros.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
{% macro head_pre_bootstrap() %}
1919
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet" />
20-
<link href="{{ pathto('_static/css/index.6b06789b3664c2a58096bdd3c1e47ee7.css', 1) }}" rel="stylesheet" />
20+
<link href="{{ pathto('_static/css/index.8bae7b2b42fe3a8dc942de8a456fc9f2.css', 1) }}" rel="stylesheet" />
2121
{% endmacro %}
2222

2323
{% macro head_js_preload() %}
24-
<link rel="preload" as="script" href="{{ pathto('_static/js/index.a467d028457fa56e580c.js', 1) }}">
24+
<link rel="preload" as="script" href="{{ pathto('_static/js/index.c3e2d73f727876cf7323.js', 1) }}">
2525
{% endmacro %}
2626

2727
{% macro body_post() %}
28-
<script src="{{ pathto('_static/js/index.a467d028457fa56e580c.js', 1) }}"></script>
28+
<script src="{{ pathto('_static/js/index.c3e2d73f727876cf7323.js', 1) }}"></script>
2929
{% endmacro %}

src/scss/index.scss

+10
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ div.deprecated {
5757
border-bottom: 1px solid #ac9;
5858
}
5959

60+
span.guilabel {
61+
border: 1px solid #7fbbe3;
62+
background: #e7f2fa;
63+
font-size: 80%;
64+
font-weight: 700;
65+
border-radius: 4px;
66+
padding: 2.4px 6px;
67+
margin: auto 2px;
68+
}
69+
6070
/**
6171
* Styling for field lists
6272
*/

0 commit comments

Comments
 (0)