mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
Merge branch 'dev' of https://github.com/tabler/tabler into dev-offcanvas
This commit is contained in:
@@ -712,7 +712,7 @@
|
|||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<h2 id="pill-badges">Pill badges</h2>
|
<h2 id="pill-badges">Pill badges</h2>
|
||||||
<p>Use the <code class="language-plaintext highlighter-rouge">.bagde-pill</code> class if you want to create a badge with rounded corners. Its width will adjust to the label text.</p>
|
<p>Use the <code class="language-plaintext highlighter-rouge">.badge-pill</code> class if you want to create a badge with rounded corners. Its width will adjust to the label text.</p>
|
||||||
<div class="example no_toc_section example-centered">
|
<div class="example no_toc_section example-centered">
|
||||||
<div class="example-content">
|
<div class="example-content">
|
||||||
<span class="badge badge-pill bg-blue">1</span>
|
<span class="badge badge-pill bg-blue">1</span>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
"url": "https://github.com/sponsors/codecalm"
|
"url": "https://github.com/sponsors/codecalm"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*",
|
"dist/**/*",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ The default badges are square and come in the basic set of colors.
|
|||||||
|
|
||||||
## Pill badges
|
## Pill badges
|
||||||
|
|
||||||
Use the `.bagde-pill` class if you want to create a badge with rounded corners. Its width will adjust to the label text.
|
Use the `.badge-pill` class if you want to create a badge with rounded corners. Its width will adjust to the label text.
|
||||||
|
|
||||||
{% capture code %}
|
{% capture code %}
|
||||||
{% for color in site.colors %}
|
{% for color in site.colors %}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Components
|
||||||
@import "~bootstrap/scss/root";
|
@import "~bootstrap/scss/root";
|
||||||
@import "~bootstrap/scss/reboot";
|
@import "~bootstrap/scss/reboot";
|
||||||
@import "~bootstrap/scss/type";
|
@import "~bootstrap/scss/type";
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Config
|
||||||
@import "~bootstrap/scss/functions";
|
@import "~bootstrap/scss/functions";
|
||||||
@import "~bootstrap/scss/variables";
|
@import "~bootstrap/scss/variables";
|
||||||
@import "~bootstrap/scss/mixins";
|
@import "~bootstrap/scss/mixins";
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
@import "tabler-core";
|
@import "core";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user