bootstrap tables in vue_accourse

This commit is contained in:
2021-07-12 16:58:01 +02:00
parent a9a59895b4
commit 0224224744
6 changed files with 59 additions and 64 deletions

View File

@@ -540,18 +540,18 @@ $table-bg: transparent !default;
$table-th-font-weight: null !default;
$table-striped-color: $table-color !default;
$table-striped-bg-factor: .05 !default;
$table-striped-bg-factor: .10 !default;
$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;
$table-active-color: $table-color !default;
$table-active-bg-factor: .1 !default;
$table-active-bg-factor: .15 !default;
$table-active-bg: rgba($black, $table-active-bg-factor) !default;
$table-hover-color: $table-color !default;
$table-hover-bg-factor: .075 !default;
$table-hover-bg-factor: .125 !default;
$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;
$table-border-factor: .1 !default;
$table-border-factor: .15 !default;
$table-border-width: $border-width !default;
$table-border-color: $border-color !default;