1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

carousel, small fixes

This commit is contained in:
codecalm
2020-02-22 12:27:21 +01:00
parent 8dcc8f1aa9
commit 9b552243f5
3 changed files with 9 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ mentions:
stacked: true stacked: true
datetime: true datetime: true
show-x: true show-x: true
demo: true demo: false
series: series:
- name: Web - name: Web
data: [1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 12, 5, 8, 22, 6, 8, 6, 4, 1, 8, 24, 29, 51, 40, 47, 23, 26, 50, 26, 41, 22, 46, 47, 81, 46, 6] data: [1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 2, 12, 5, 8, 22, 6, 8, 6, 4, 1, 8, 24, 29, 51, 40, 47, 23, 26, 50, 26, 41, 22, 46, 47, 81, 46, 6]

View File

@@ -1,7 +1,7 @@
--- ---
title: Charts title: Charts
page-header: Charts page-header: Charts
menu: charts menu: base.charts
--- ---
<div class="row"> <div class="row">

View File

@@ -296,6 +296,13 @@ $cards-grid-gap: 1.25rem !default;
$cards-grid-gap-sm: .75rem !default; $cards-grid-gap-sm: .75rem !default;
$cards-grid-breakpoint: lg !default; $cards-grid-breakpoint: lg !default;
//carousel
$carousel-control-color: $white !default;
$carousel-control-icon-width: 1.5rem !default;
$carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#{$carousel-control-color}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'></polyline></svg>") !default;
$carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#{$carousel-control-color}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'></polyline></svg>") !default;
//close //close
$close-font-weight: 400 !default; $close-font-weight: 400 !default;