diff options
| author | Mark Otto <[email protected]> | 2017-05-26 20:54:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-26 20:54:12 -0700 |
| commit | 733c0926810a467782895f2f15ee2384f7c6c330 (patch) | |
| tree | ddb0dd6ad55205648b8fe6b8a5b27d8f85cf5b50 /docs/assets | |
| parent | b872a6f807d7c3fca072588ec1459cec0cae9a15 (diff) | |
| download | bootstrap-733c0926810a467782895f2f15ee2384f7c6c330.tar.xz bootstrap-733c0926810a467782895f2f15ee2384f7c6c330.zip | |
Drop CSS icons for SVGs (#22708)
* add the svg icon as a partial so we can include it easily
* add the icon to the homepage
* drop .bd-booticon for svgs here
* rip out the import for .bd-booticon sass file
* Delete _booticon.scss
* indentation
* Update bootstrap-icon.html
* remove those
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/scss/_booticon.scss | 25 | ||||
| -rw-r--r-- | docs/assets/scss/docs.scss | 1 |
2 files changed, 0 insertions, 26 deletions
diff --git a/docs/assets/scss/_booticon.scss b/docs/assets/scss/_booticon.scss deleted file mode 100644 index dd4989847..000000000 --- a/docs/assets/scss/_booticon.scss +++ /dev/null @@ -1,25 +0,0 @@ -// -// Bootstrap "B" Booticon -// - -.bd-booticon { - display: block; - width: 9rem; - height: 9rem; - font-size: 6.5rem; - line-height: 9rem; - color: #fff; - text-align: center; - cursor: default; - background-color: $bd-purple; - border-radius: 15%; - - &.inverse { - color: $bd-purple; - background-color: #fff; - } - &.outline { - background-color: transparent; - border: 1px solid $bd-purple-light; - } -} diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index 7404c0edd..77626ef1e 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -39,7 +39,6 @@ $bd-warning: #f0ad4e; $bd-info: #5bc0de; // Load docs components -@import "booticon"; @import "nav"; @import "masthead"; @import "featurettes"; |
