mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
fixed #16847: removed inter and added padding to page header
This commit is contained in:
parent
c0510c35ce
commit
2df693f1c6
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -33,7 +33,6 @@
|
|||||||
"query-string": "9.0.0",
|
"query-string": "9.0.0",
|
||||||
"sass": "1.77.6",
|
"sass": "1.77.6",
|
||||||
"tom-select": "2.3.1",
|
"tom-select": "2.3.1",
|
||||||
"typeface-inter": "3.18.1",
|
|
||||||
"typeface-roboto-mono": "1.1.13"
|
"typeface-roboto-mono": "1.1.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Global variables
|
// Global variables
|
||||||
|
|
||||||
// Set base fonts
|
// Set base fonts
|
||||||
$font-family-sans-serif: 'Plus Jakarta Sans Variable', 'Inter', system-ui, sans-serif;
|
$font-family-sans-serif: 'Plus Jakarta Sans Variable', system-ui, sans-serif;
|
||||||
// See https://github.com/tabler/tabler/issues/1812
|
// See https://github.com/tabler/tabler/issues/1812
|
||||||
$font-family-monospace: 'Roboto Mono';
|
$font-family-monospace: 'Roboto Mono';
|
||||||
|
|
||||||
|
@ -2779,11 +2779,6 @@ typed-array-length@^1.0.6:
|
|||||||
is-typed-array "^1.1.13"
|
is-typed-array "^1.1.13"
|
||||||
possible-typed-array-names "^1.0.0"
|
possible-typed-array-names "^1.0.0"
|
||||||
|
|
||||||
typeface-inter@3.18.1:
|
|
||||||
version "3.18.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/typeface-inter/-/typeface-inter-3.18.1.tgz#24cccdf29923f318589783997be20a662cd3ab9c"
|
|
||||||
integrity sha512-c+TBanYFCvmg3j5vPk+zxK4ocMZbPxMEmjnwG7rPQoV87xvQ6b07VbAOC0Va0XBbbZCGw6cWNeFuLeg1YQru3Q==
|
|
||||||
|
|
||||||
typeface-roboto-mono@1.1.13:
|
typeface-roboto-mono@1.1.13:
|
||||||
version "1.1.13"
|
version "1.1.13"
|
||||||
resolved "https://registry.yarnpkg.com/typeface-roboto-mono/-/typeface-roboto-mono-1.1.13.tgz#2af8662db8f9119c00efd55d6ed8877d2a69ec94"
|
resolved "https://registry.yarnpkg.com/typeface-roboto-mono/-/typeface-roboto-mono-1.1.13.tgz#2af8662db8f9119c00efd55d6ed8877d2a69ec94"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
{# Title #}
|
{# Title #}
|
||||||
<div>
|
<div>
|
||||||
<h2 class="page-title my-1">{% block title %}{% endblock title %}</h2>
|
<h2 class="page-title mt-1 mb-2">{% block title %}{% endblock title %}</h2>
|
||||||
{% block subtitle %}{% endblock %}
|
{% block subtitle %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user