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
diff options
context:
space:
mode:
Diffstat (limited to 'scss/mixins/_forms.scss')
-rw-r--r--scss/mixins/_forms.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss
index a90db20231..2b89390acc 100644
--- a/scss/mixins/_forms.scss
+++ b/scss/mixins/_forms.scss
@@ -41,13 +41,13 @@
z-index: 5;
display: none;
max-width: 100%; // Contain to parent when possible
- padding: .5rem;
+ padding: $tooltip-padding-y $tooltip-padding-x;
margin-top: .1rem;
- font-size: .875rem;
- line-height: 1;
- color: $white;
- background-color: rgba($color, .8);
- border-radius: .2rem;
+ font-size: $tooltip-font-size;
+ line-height: $line-height-base;
+ color: color-yiq($color);
+ background-color: rgba($color, $tooltip-opacity);
+ @include border-radius($tooltip-border-radius);
}
.form-control {
@@ -181,7 +181,7 @@
~ .custom-file-label {
border-color: $color;
- &::before { border-color: inherit; }
+ &::after { border-color: inherit; }
}
~ .#{$state}-feedback,