diff --git a/pages/_docs/alerts.md b/pages/_docs/alerts.md index 34a29c7b5..276c31ba7 100644 --- a/pages/_docs/alerts.md +++ b/pages/_docs/alerts.md @@ -25,7 +25,7 @@ Add the `alert-link` class to any links inside the alert box to create "matching {% example %} {% for variant in site.variants %} {% capture variant-text %} - This is a {{ variant.name }} alert — check it out! + This is a {{ variant.name }} alert — check it out! {% endcapture %} {% include ui/alert.html type=variant.name text=variant-text %} {% endfor %} diff --git a/pages/_docs/badges.md b/pages/_docs/badges.md index f37b5eebf..b2f2b6e6e 100644 --- a/pages/_docs/badges.md +++ b/pages/_docs/badges.md @@ -36,7 +36,7 @@ A small count and labeling component. Please read the [official Bootstrap docume {% example %} {% for color in site.colors %} -{{ color[0] }} +{{ color[0] }} {% endfor %} {% endexample %} @@ -45,6 +45,6 @@ A small count and labeling component. Please read the [official Bootstrap docume {% example %} {% for color in site.colors %} - + {% endfor %} {% endexample %} diff --git a/pages/_docs/buttons.md b/pages/_docs/buttons.md index 85faca7a0..feab88572 100644 --- a/pages/_docs/buttons.md +++ b/pages/_docs/buttons.md @@ -10,7 +10,7 @@ description: Use Bootstrap’s custom button styles for actions in forms, dialog The `.btn` classes are designed to be used with the ` @@ -23,9 +23,9 @@ Use any of the available button classes to quickly create a styled button . We p {% example html wrapper=btn-list %} {% for button in site.button_variants %} -{{ button.title }} +{{ button.title }} {% endfor %} -Link +Link {% endexample %} ### Disabled buttons @@ -45,7 +45,7 @@ The classic button, in different colors. {% example html wrapper=btn-list %} {% for button in site.colors %} -{{ button[1].name }} +{{ button[1].name }} {% endfor %} {% endexample %} @@ -209,9 +209,9 @@ You can now create a list of buttons with the `.btn-list` container. {% example html %}
- Save changes - Save and continue - Cancel + Save changes + Save and continue + Cancel
{% endexample %} @@ -219,25 +219,25 @@ If the list is very long, it will automatically wrap on multiple lines, while ke {% example html %}
- One - Two - Three - Four - Five - Six - Seven - Eight - Nine - Ten - Eleven - Twelve - Thirteen - Fourteen - Fifteen - Sixteen - Seventeen - Eighteen - Nineteen + One + Two + Three + Four + Five + Six + Seven + Eight + Nine + Ten + Eleven + Twelve + Thirteen + Fourteen + Fifteen + Sixteen + Seventeen + Eighteen + Nineteen
{% endexample %} @@ -245,23 +245,23 @@ Use the `.text-center` or the `.text-right` modifiers to alter the alignment. {% example html %}
- Save changes - Save and continue + Save changes + Save and continue
{% endexample %} {% example html %}
- Save changes - Save and continue + Save changes + Save and continue
{% endexample %} ### Button with avatar {% example html%} -{% include ui/avatar.html person-id="4" class="btn-avatar" %} Avatar -{% include ui/avatar.html person-id="5" class="btn-avatar" %} Avatar -{% include ui/avatar.html person-id="6" class="btn-avatar" %} Avatar +{% include ui/avatar.html person-id="4" class="btn-avatar" %} Avatar +{% include ui/avatar.html person-id="5" class="btn-avatar" %} Avatar +{% include ui/avatar.html person-id="6" class="btn-avatar" %} Avatar {% endexample %} diff --git a/pages/_docs/cards.md b/pages/_docs/cards.md index 06cc16ffe..3be1290d5 100644 --- a/pages/_docs/cards.md +++ b/pages/_docs/cards.md @@ -95,14 +95,14 @@ You can also add the image on the left side of the card. All you need do to is:
- NATURE + NATURE
- + It’s 2018, and the race is on between tech giants to decide who will control what you see every time you open your eyes What Not To Wear: The Hats, Scarves In History @@ -127,11 +127,11 @@ You can also add the image on the left side of the card. All you need do to is:
@@ -151,14 +151,14 @@ You can also add the image on the left side of the card. All you need do to is:
- MUSIC + MUSIC
- + Radio Listeners Prepare For An Impending Alien Invasion In This Visually Stunning Short Film What Not To Wear: The Hats, Scarves In History diff --git a/pages/_includes/cards/_full-2.html b/pages/_includes/cards/_full-2.html index 4b0724b74..ea70c583e 100644 --- a/pages/_includes/cards/_full-2.html +++ b/pages/_includes/cards/_full-2.html @@ -3,13 +3,13 @@ diff --git a/pages/_includes/cards/_full.html b/pages/_includes/cards/_full.html index 2e4a728e5..d0cf527c6 100644 --- a/pages/_includes/cards/_full.html +++ b/pages/_includes/cards/_full.html @@ -4,8 +4,8 @@
Card title
@@ -20,8 +20,8 @@
diff --git a/pages/_includes/cards/activity.html b/pages/_includes/cards/activity.html index 98505b37d..7673a0128 100644 --- a/pages/_includes/cards/activity.html +++ b/pages/_includes/cards/activity.html @@ -7,7 +7,7 @@ {% include ui/avatar.html person-id="3" class="mr-3"%}
- Martin completed the task Set up client chat channel + Martin completed the task Set up client chat channel
Just now
@@ -27,7 +27,7 @@ {% include ui/avatar.html person-id="10" class="mr-3"%}
- Kate added the task Let's make Tabler awesome! + Kate added the task Let's make Tabler awesome!
Just now
diff --git a/pages/_includes/cards/blog-single.html b/pages/_includes/cards/blog-single.html index a2d88ba6d..bf484471e 100644 --- a/pages/_includes/cards/blog-single.html +++ b/pages/_includes/cards/blog-single.html @@ -7,17 +7,17 @@
{% if type == 'image' %} - {{ article.title | escape}} + {{ article.title | escape}} {% endif %} {% if type == 'aside' %} - + {% endif %}
-

{{ article.title }}

+

{{ article.title }}

{{ article.description | truncate: truncate }}
diff --git a/pages/_includes/cards/card.html b/pages/_includes/cards/card.html index 5bf44b22c..78bcd0b0d 100644 --- a/pages/_includes/cards/card.html +++ b/pages/_includes/cards/card.html @@ -21,18 +21,18 @@
{% elsif include.show-buttons %} - Action 1 - Action 2 + Action 1 + Action 2 {% elsif include.show-switch %} {% include ui/switch.html checked=true %} {% elsif include.options %} {{ include.options }} {% else %} - {% include ui/icon.html icon="chevron-up" %} + {% include ui/icon.html icon="chevron-up" %} {% if include.show-fullscreen %} - {% include ui/icon.html icon="maximize" %} + {% include ui/icon.html icon="maximize" %} {% endif %} - {% include ui/icon.html icon="x" %} + {% include ui/icon.html icon="x" %} {% endif %}
{% endunless %} diff --git a/pages/_includes/cards/comments.html b/pages/_includes/cards/comments.html index b16c30621..65a5313b9 100644 --- a/pages/_includes/cards/comments.html +++ b/pages/_includes/cards/comments.html @@ -21,14 +21,14 @@

diff --git a/pages/_includes/cards/company-employees.html b/pages/_includes/cards/company-employees.html index f94effeac..a11f4c564 100644 --- a/pages/_includes/cards/company-employees.html +++ b/pages/_includes/cards/company-employees.html @@ -13,7 +13,7 @@ {% for person in site.data.people limit: 5 offset: 20 %} {% include ui/avatar.html src=person.photo %} - {{ person.full_name }} + {{ person.full_name }} {{ person.department }} {{ forloop.index | random_number: 30, 90 }}% diff --git a/pages/_includes/cards/company-lookup.html b/pages/_includes/cards/company-lookup.html index b909dee3e..c4f1e920c 100644 --- a/pages/_includes/cards/company-lookup.html +++ b/pages/_includes/cards/company-lookup.html @@ -64,7 +64,7 @@ diff --git a/pages/_includes/cards/feed-card.html b/pages/_includes/cards/feed-card.html index bed264501..eb4d8f07e 100644 --- a/pages/_includes/cards/feed-card.html +++ b/pages/_includes/cards/feed-card.html @@ -2,11 +2,11 @@ {% assign id = 0 | random_id %}
- + {% include ui/avatar.html person=person size="md" %}
@@ -175,13 +175,13 @@
diff --git a/pages/_includes/cards/recommended-users.html b/pages/_includes/cards/recommended-users.html index 761bbe67f..e9775b404 100644 --- a/pages/_includes/cards/recommended-users.html +++ b/pages/_includes/cards/recommended-users.html @@ -5,7 +5,7 @@
{% for person in site.data.people limit: 5 offset: 50 %}
- + {% include ui/avatar.html person=person size="sm" class="mr-2"%} {{ person.full_name }} diff --git a/pages/_includes/cards/subscribe.html b/pages/_includes/cards/subscribe.html index f15bcd900..75075ddb1 100644 --- a/pages/_includes/cards/subscribe.html +++ b/pages/_includes/cards/subscribe.html @@ -8,7 +8,7 @@

- {{ person.full_name }} + {{ person.full_name }}

Working in {{ person.company }} @@ -18,7 +18,7 @@
- + Subscribe
@@ -32,4 +32,4 @@
- \ No newline at end of file + diff --git a/pages/_includes/cards/tabs.html b/pages/_includes/cards/tabs.html index b128983f0..e87d1826b 100644 --- a/pages/_includes/cards/tabs.html +++ b/pages/_includes/cards/tabs.html @@ -28,13 +28,13 @@ {% endif %} {% if include.dropdown %} {% endif %} diff --git a/pages/_includes/cards/tasks.html b/pages/_includes/cards/tasks.html index cf5e011b6..b18db6d8b 100644 --- a/pages/_includes/cards/tasks.html +++ b/pages/_includes/cards/tasks.html @@ -13,17 +13,17 @@ - {{ task.name }} + {{ task.name }} {% include ui/icon.html icon="calendar" %} {{ forloop.index | random_date: "2019-01-01", "2018-01-01" | date: '%B %d, %Y' }} - {% include ui/icon.html icon="check" %} {{ forloop.index | random_number: 0, 6 }}/{{ forloop.index | random_number: 5, 10 }} + {% include ui/icon.html icon="check" %} {{ forloop.index | random_number: 0, 6 }}/{{ forloop.index | random_number: 5, 10 }} - {% include ui/icon.html icon="message-square" %} {{ forloop.index | random_number: 0, 12 }} + {% include ui/icon.html icon="message-square" %} {{ forloop.index | random_number: 0, 12 }} {% include ui/avatar.html person-id=forloop.index size="sm" %} diff --git a/pages/_includes/cards/text-box.html b/pages/_includes/cards/text-box.html index 571154f78..48aa3425f 100644 --- a/pages/_includes/cards/text-box.html +++ b/pages/_includes/cards/text-box.html @@ -5,6 +5,6 @@ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium asperiores aspernatur dolor fugit id, illo iste molestiae nam nesciunt veniam?

- Find out more + Find out more diff --git a/pages/_includes/cards/top-users.html b/pages/_includes/cards/top-users.html index 92f618d14..c49543c0c 100644 --- a/pages/_includes/cards/top-users.html +++ b/pages/_includes/cards/top-users.html @@ -7,13 +7,13 @@ {% for person in site.data.people limit: 12 offset: 40 %}
- + {% include ui/avatar.html src=person.photo size="md" %}
- {{ person.full_name }} - + {{ person.full_name }} + {{ person.company }}
diff --git a/pages/_includes/cards/user-card-bg.html b/pages/_includes/cards/user-card-bg.html index 7499b45c2..5594623c7 100644 --- a/pages/_includes/cards/user-card-bg.html +++ b/pages/_includes/cards/user-card-bg.html @@ -1,6 +1,6 @@ {% assign person-id = include.person-id | default: 0 %} {% assign person = site.data.people[person-id] %} - +
{% include ui/avatar.html size="xl" person=person thumb=true %}
@@ -8,4 +8,4 @@
{{ person.full_name }}
{{ person.job_title }}
- \ No newline at end of file + diff --git a/pages/_includes/cards/user-card-big.html b/pages/_includes/cards/user-card-big.html index bcc4b508f..a78895b2e 100644 --- a/pages/_includes/cards/user-card-big.html +++ b/pages/_includes/cards/user-card-big.html @@ -8,5 +8,5 @@
{{ person.full_name }}
{{ person.job_title }}
- View full profile - \ No newline at end of file + View full profile + diff --git a/pages/_includes/cards/user-card.html b/pages/_includes/cards/user-card.html index f6db78777..fee3b8064 100644 --- a/pages/_includes/cards/user-card.html +++ b/pages/_includes/cards/user-card.html @@ -1,6 +1,6 @@ {% assign person-id = include.person-id | default: 0 %} {% assign person = site.data.people[person-id] %} - +
{% include ui/avatar.html person=person %} diff --git a/pages/_includes/cards/user-profile-2.html b/pages/_includes/cards/user-profile-2.html index fa79f5a41..d3ee0c6f4 100644 --- a/pages/_includes/cards/user-profile-2.html +++ b/pages/_includes/cards/user-profile-2.html @@ -4,16 +4,16 @@
- + {% include ui/avatar.html person=p size="lg" class="mb-3" %}

{{p.full_name}}

- + {% include ui/icon.html icon="map-pin" %} {{ p.city }}, {{ p.country }} - + {% include ui/icon.html icon="briefcase" %} {{ p.job_title }} diff --git a/pages/_includes/cards/user-profile.html b/pages/_includes/cards/user-profile.html index 7763538f9..9df38684a 100644 --- a/pages/_includes/cards/user-profile.html +++ b/pages/_includes/cards/user-profile.html @@ -5,7 +5,7 @@
- + {% include ui/avatar.html person=p size="lg" %}
@@ -21,8 +21,8 @@ officiis.

diff --git a/pages/_includes/forms/form-elements-3.html b/pages/_includes/forms/form-elements-3.html index 75cb92369..a67f4309b 100644 --- a/pages/_includes/forms/form-elements-3.html +++ b/pages/_includes/forms/form-elements-3.html @@ -6,31 +6,17 @@
- +
- +
Invalid feedback
-
- - -
-
- - {% include ui/input-selectgroup.html values="S,M,L,XL,XXL" type="radio" name="size" %} -
- - diff --git a/pages/_includes/layout/debug.html b/pages/_includes/layout/debug.html index 43ed374bf..289601d12 100644 --- a/pages/_includes/layout/debug.html +++ b/pages/_includes/layout/debug.html @@ -1,10 +1,10 @@
- Dark mode - RTL mode - Show cards code - Folded sidebar - Fullscreen - Sticky header + Dark mode + RTL mode + Show cards code + Folded sidebar + Fullscreen + Sticky header All pages
Jekyll {{ jekyll.version }}
@@ -137,7 +137,7 @@ var $card = $(this), htmlCode = $card[0].innerHTML.replace(/(^[ \t]*\n)/gm, ''); - var $button = $(''), + var $button = $(''), $codeLink = $button.find('[data-code]'); $codeLink diff --git a/pages/_includes/layout/page-title.html b/pages/_includes/layout/page-title.html index 41c62aeb7..9b8767ad8 100644 --- a/pages/_includes/layout/page-title.html +++ b/pages/_includes/layout/page-title.html @@ -21,17 +21,17 @@
- + {% include ui/icon.html icon="refresh-ccw" %} - + {% include ui/icon.html icon="filter" %} {% elsif page.page-right == "breadcrumb" %} {% endif %} diff --git a/pages/_includes/layout/sidenav-content.html b/pages/_includes/layout/sidenav-content.html index bca31ecd7..717826f1d 100644 --- a/pages/_includes/layout/sidenav-content.html +++ b/pages/_includes/layout/sidenav-content.html @@ -21,7 +21,7 @@
diff --git a/pages/_includes/parts/dropdown/days.html b/pages/_includes/parts/dropdown/days.html index 30f53f793..fa11cf04c 100644 --- a/pages/_includes/parts/dropdown/days.html +++ b/pages/_includes/parts/dropdown/days.html @@ -1,10 +1,10 @@ diff --git a/pages/_includes/parts/input-datalist.html b/pages/_includes/parts/input-datalist.html index b5631727e..9a0f7a4f2 100644 --- a/pages/_includes/parts/input-datalist.html +++ b/pages/_includes/parts/input-datalist.html @@ -2,8 +2,7 @@ - {% for country in site.data.countries %} -
diff --git a/pages/_includes/parts/navbar.html b/pages/_includes/parts/navbar.html index 746728aaf..54a80482c 100644 --- a/pages/_includes/parts/navbar.html +++ b/pages/_includes/parts/navbar.html @@ -27,7 +27,7 @@ {% endif %} {% if include.plus-left %} - + {% include ui/icon.html icon="plus" %} {% endif %} @@ -66,7 +66,7 @@
6 Notifications
- See all + See all
@@ -74,7 +74,7 @@ {% if include.progress %} {% endif %} {% if include.register %}
  • - + Register
  • @@ -168,19 +168,19 @@ {% if include.plus %} {% endif %} {% if include.premium %} {% endif %} {% if include.sync %} {% endif %} diff --git a/pages/_includes/parts/pagination.html b/pages/_includes/parts/pagination.html index 9a54a9072..beef02e13 100644 --- a/pages/_includes/parts/pagination.html +++ b/pages/_includes/parts/pagination.html @@ -2,7 +2,7 @@ {% assign active-item = include.active-item | default: 2 %}
    diff --git a/pages/_includes/ui/avatar-list.html b/pages/_includes/ui/avatar-list.html index 99a41e767..0c530fd38 100644 --- a/pages/_includes/ui/avatar-list.html +++ b/pages/_includes/ui/avatar-list.html @@ -6,6 +6,6 @@ {% include ui/avatar.html person=person size=size %} {% endfor %} {% if include.text %} - {{ include.text }} + {{ include.text }} {% endif %}
    diff --git a/pages/_includes/ui/breadcrumb.html b/pages/_includes/ui/breadcrumb.html index e3b970c35..d90cf910f 100644 --- a/pages/_includes/ui/breadcrumb.html +++ b/pages/_includes/ui/breadcrumb.html @@ -2,9 +2,9 @@ diff --git a/pages/_includes/ui/dropdown-menu.html b/pages/_includes/ui/dropdown-menu.html index 8ac39202a..b8f23db87 100644 --- a/pages/_includes/ui/dropdown-menu.html +++ b/pages/_includes/ui/dropdown-menu.html @@ -4,7 +4,7 @@ {% if item == '-' %} {% else %} - {{ item }} + {{ item }} {% endif %} {% endfor %}
    diff --git a/pages/_includes/ui/steps.html b/pages/_includes/ui/steps.html index a07be05e1..e37c8293f 100644 --- a/pages/_includes/ui/steps.html +++ b/pages/_includes/ui/steps.html @@ -4,7 +4,7 @@ {% for i in (1..count) %} {% assign elem = 'a' %} {% if i > active %}{% assign elem = 'span' %}{% endif %} - <{{ elem }} href="#" class="step-item{% if i == active %} active{% endif %}"{% if include.show-tooltip %} data-toggle="tooltip" title="Step {{ i }} description"{% endif %}>{% if include.show-title %} + <{{ elem }} href="javascript:void(0)" class="step-item{% if i == active %} active{% endif %}"{% if include.show-tooltip %} data-toggle="tooltip" title="Step {{ i }} description"{% endif %}>{% if include.show-title %} Step {{ i }} {% endif %} {% endfor %} diff --git a/pages/buttons.html b/pages/buttons.html index 003f259b1..07c3a1fb8 100644 --- a/pages/buttons.html +++ b/pages/buttons.html @@ -35,15 +35,15 @@ done: true {% include ui/button.html text="Button" block=true color="secondary" %}

    - {% include ui/avatar.html person-id="4" class="btn-avatar" %} Avatar - {% include ui/avatar.html person-id="5" class="btn-avatar" %} Avatar - {% include ui/avatar.html person-id="6" class="btn-avatar" %} Avatar + {% include ui/avatar.html person-id="4" class="btn-avatar" %} Avatar + {% include ui/avatar.html person-id="5" class="btn-avatar" %} Avatar + {% include ui/avatar.html person-id="6" class="btn-avatar" %} Avatar

    - Loading… - Loading… - Loading… - Loading… + Loading… + Loading… + Loading… + Loading…

    diff --git a/pages/cards-2.html b/pages/cards-2.html index b870df5a0..36d286d34 100644 --- a/pages/cards-2.html +++ b/pages/cards-2.html @@ -12,14 +12,14 @@ done: true

    - MUSIC + MUSIC
    - + Radio Listeners Prepare For An Impending Alien Invasion In This Visually Stunning Short Film What Not To Wear: The Hats, Scarves In History @@ -34,14 +34,14 @@ done: true
    - MUSIC + MUSIC
    @@ -150,14 +150,14 @@ done: true
    - AI + AI
    @@ -179,11 +179,11 @@ done: true
    @@ -204,11 +204,11 @@ done: true diff --git a/pages/gallery.html b/pages/gallery.html index 96865aad5..1e7bfbcfc 100644 --- a/pages/gallery.html +++ b/pages/gallery.html @@ -11,7 +11,7 @@ done: true {% assign person = site.data.people[forloop.index0] %}
    - +
    {% include ui/avatar.html person=person class="mr-2" %}
    @@ -19,11 +19,11 @@ done: true
    {{ forloop.index | random_date_ago: 10 | timeago }}
    - + {% include ui/icon.html icon="eye" %} {{ forloop.index | random_number: 300, 600 }} - + {% include ui/icon.html icon="heart" %} {{ forloop.index | random_number: 20, 100 }} diff --git a/pages/homepage.html b/pages/homepage.html index 830a5a89f..2c0e53cb4 100644 --- a/pages/homepage.html +++ b/pages/homepage.html @@ -16,7 +16,7 @@ page-title: Homepage
    {% include ui/avatar.html person=person class="mr-3" size="md" %}
    - {{ person.first_name }} created a new task
    + {{ person.first_name }} created a new task
    {{ forloop.index | random_number: 1, 10 }}h ago
    diff --git a/pages/repo.html b/pages/repo.html index 012698a94..a2b0a7bca 100644 --- a/pages/repo.html +++ b/pages/repo.html @@ -12,18 +12,18 @@ done: true master
    @@ -32,12 +32,12 @@ done: true
    {% include ui/avatar.html person=person size="xs" class="mr-2" %}
    - {{ person.full_name }} + {{ person.full_name }} merge pull request - #176 + #176 from codecalm/dev
    -
    Latest commit 54e9403 4 days ago
    +
    Latest commit 54e9403 4 days ago
    @@ -50,16 +50,16 @@ done: true {% else %} {% include ui/icon.html icon="file" class="mr-1" %} {% endif %} - {{ file.name }} + {{ file.name }} - {{ file.comment }} + {{ file.comment }} - {{ file.date }} + {{ file.date }} {% endfor %}
    -
    \ No newline at end of file +
    diff --git a/scss/ui/forms/_input.custom.scss b/scss/ui/forms/_input.custom.scss index f09c2eaaf..e51156539 100644 --- a/scss/ui/forms/_input.custom.scss +++ b/scss/ui/forms/_input.custom.scss @@ -35,3 +35,13 @@ Icon input left: auto; } } + +/** +Bootstrap color input + */ + +.form-control-color { + &::-webkit-color-swatch { + border: none; + } +}