diff options
| author | XhmikosR <[email protected]> | 2017-10-29 17:55:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-29 17:55:28 +0200 |
| commit | 0d02addc5c3d6472e5ecd49639344a2ccd95a3c6 (patch) | |
| tree | 6bc08dbc44e691d84a4bc0eda6ae546e40db4e2f /assets | |
| parent | aec2e38caff3355993acc3a2070c82232a4ec79a (diff) | |
| download | bootstrap-0d02addc5c3d6472e5ecd49639344a2ccd95a3c6.tar.xz bootstrap-0d02addc5c3d6472e5ecd49639344a2ccd95a3c6.zip | |
Remove the now unused _data/core-team.yml and the relevant scss. (#24593)
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/scss/_team.scss | 32 | ||||
| -rw-r--r-- | assets/scss/docs.scss | 1 |
2 files changed, 0 insertions, 33 deletions
diff --git a/assets/scss/_team.scss b/assets/scss/_team.scss deleted file mode 100644 index 5f6229bd3..000000000 --- a/assets/scss/_team.scss +++ /dev/null @@ -1,32 +0,0 @@ -.bd-team { - margin-bottom: 1.5rem; - - .team-member { - line-height: 2rem; - color: #555; - } - - .team-member:hover, - .team-member:focus { - color: #333; - } - - .team-member:hover { - text-decoration: none; - } - - .github-btn { - float: right; - width: 180px; - height: 1.25rem; - margin-top: .25rem; - border: 0; - } - - img { - float: left; - width: 2rem; - margin-right: .5rem; - border-radius: .25rem; - } -} diff --git a/assets/scss/docs.scss b/assets/scss/docs.scss index b091a092f..82c41da77 100644 --- a/assets/scss/docs.scss +++ b/assets/scss/docs.scss @@ -44,7 +44,6 @@ @import "buttons"; @import "callouts"; @import "examples"; -@import "team"; @import "browser-bugs"; @import "brand"; @import "colors"; |
