Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorCatalin Zalog <c@zalog.ro>2020-05-12 10:28:59 +0300
committerGitHub <noreply@github.com>2020-05-12 10:28:59 +0300
commite6829fb7b6108319862be40eed95a365db12591e (patch)
tree73ff0aea976bfdce1b64eb57107c35e39ed47cb7 /scss
parentfbdacc0e92d380af79f5a13fa5f19536beb31191 (diff)
style: removes space (#30782)
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index c0355bbe41..8b9979e320 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -479,8 +479,8 @@ $table-color: $body-color !default;
$table-bg: transparent !default;
$table-striped-color: $table-color !default;
-$table-striped-bg-factor: .05 !default;
-$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;
+$table-striped-bg-factor: .05 !default;
+$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;
$table-active-color: $table-color !default;
$table-active-bg-factor: .1 !default;