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:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-10 21:27:22 +0300
committerGitHub <noreply@github.com>2019-05-10 21:27:22 +0300
commit5db281d7c41c29f3bec46757c47fb8d4c6439b06 (patch)
tree8dd89f11d424cf95c9210cfe26c428fd3ac6fa13 /scss
parent06635be7bd4e1d469a25e48a0a36c4427f7d7fe9 (diff)
Move close icon to components in docs (#28512)
* Move close icon to components * Remove redundant float from close
Diffstat (limited to 'scss')
-rw-r--r--scss/_close.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_close.scss b/scss/_close.scss
index 4f92022c87..d7e7434da6 100644
--- a/scss/_close.scss
+++ b/scss/_close.scss
@@ -1,5 +1,4 @@
.close {
- float: right;
@include font-size($close-font-size);
font-weight: $close-font-weight;
line-height: 1;