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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2017-07-20 22:21:38 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-07-20 22:21:38 +0300
commitd12646e808a250b1130d1ddad3e82546d83c4b55 (patch)
tree1addd9535d09bfe6f0c30b20394efd964a23b067 /templates
parentb156edfee2b9629ad4751ee2a118a04f824ef9eb (diff)
rake update[v4-dev]
Diffstat (limited to 'templates')
-rw-r--r--templates/project/_bootstrap-variables.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/project/_bootstrap-variables.scss b/templates/project/_bootstrap-variables.scss
index 66ae3d1..808d175 100644
--- a/templates/project/_bootstrap-variables.scss
+++ b/templates/project/_bootstrap-variables.scss
@@ -419,16 +419,16 @@
// $custom-control-indicator-active-bg: lighten(theme-color("primary"), 35%);
// $custom-control-indicator-active-box-shadow: none;
-// $custom-checkbox-border-radius: $border-radius;
-// $custom-checkbox-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"), "#", "%23");
+// $custom-checkbox-indicator-border-radius: $border-radius;
+// $custom-checkbox-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"), "#", "%23");
-// $custom-checkbox-indeterminate-bg: theme-color("primary");
+// $custom-checkbox-indicator-indeterminate-bg: theme-color("primary");
// $custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color;
-// $custom-checkbox-icon-indeterminate: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3E%3C/svg%3E"), "#", "%23");
-// $custom-checkbox-indeterminate-box-shadow: none;
+// $custom-checkbox-indicator-icon-indeterminate: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3E%3C/svg%3E"), "#", "%23");
+// $custom-checkbox-indicator-indeterminate-box-shadow: none;
-// $custom-radio-border-radius: 50%;
-// $custom-radio-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3E%3C/svg%3E"), "#", "%23");
+// $custom-radio-indicator-border-radius: 50%;
+// $custom-radio-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3E%3C/svg%3E"), "#", "%23");
// $custom-select-padding-y: .375rem;
// $custom-select-padding-x: .75rem ;