1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00

Update bootstrap to v5.3.0 (#1272)

This commit is contained in:
Paweł Kuna
2023-01-05 03:17:46 +01:00
committed by GitHub
parent 0c8310cf97
commit 1d12b7979a
434 changed files with 27470 additions and 120404 deletions

View File

@@ -14,20 +14,23 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>Getting started - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
<!-- CSS files -->
<link href="../dist/css/tabler.min.css?1668287865" rel="stylesheet"/>
<link href="../dist/css/tabler-flags.min.css?1668287865" rel="stylesheet"/>
<link href="../dist/css/tabler-payments.min.css?1668287865" rel="stylesheet"/>
<link href="../dist/css/tabler-vendors.min.css?1668287865" rel="stylesheet"/>
<link href="../dist/css/demo.min.css?1668287865" rel="stylesheet"/>
<link href="../dist/css/tabler.min.css?1669759017" rel="stylesheet"/>
<link href="../dist/css/tabler-flags.min.css?1669759017" rel="stylesheet"/>
<link href="../dist/css/tabler-payments.min.css?1669759017" rel="stylesheet"/>
<link href="../dist/css/tabler-vendors.min.css?1669759017" rel="stylesheet"/>
<link href="../dist/css/demo.min.css?1669759017" rel="stylesheet"/>
<style>
@import url('https://rsms.me/inter/inter.css');
:root {
--tblr-font-sans-serif: Inter, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
--tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
font-feature-settings: "cv03", "cv04", "cv11";
}
</style>
</head>
<body >
<script src="../dist/js/demo-theme.min.js?1668287865"></script>
<script src="../dist/js/demo-theme.min.js?1669759017"></script>
<div class="page">
<!-- Navbar -->
<header class="navbar navbar-expand-md navbar-light d-print-none">
@@ -161,7 +164,7 @@
</a>
<div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
<a href="#" class="dropdown-item">Status</a>
<a href="#" class="dropdown-item">Profile</a>
<a href="../profile.html" class="dropdown-item">Profile</a>
<a href="#" class="dropdown-item">Feedback</a>
<div class="dropdown-divider"></div>
<a href="../settings.html" class="dropdown-item">Settings</a>
@@ -324,6 +327,9 @@
<a href="../sign-in.html" class="dropdown-item">
Sign in
</a>
<a href="../sign-in-link.html" class="dropdown-item">
Sign in link
</a>
<a href="../sign-in-illustration.html" class="dropdown-item">
Sign in with illustration
</a>
@@ -518,7 +524,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><line x1="10" y1="10" x2="10.01" y2="10" /><line x1="14" y1="10" x2="14.01" y2="10" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
</span>
<span class="nav-link-title">
2979 icons
3036 icons
</span>
</a>
</li>
@@ -1001,7 +1007,7 @@
</div>
<!-- Libs JS -->
<!-- Tabler Core -->
<script src="../dist/js/tabler.min.js?1668287865" defer></script>
<script src="../dist/js/demo.min.js?1668287865" defer></script>
<script src="../dist/js/tabler.min.js?1669759017" defer></script>
<script src="../dist/js/demo.min.js?1669759017" defer></script>
</body>
</html>