diff options
| author | Mark Otto <[email protected]> | 2016-11-27 22:29:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-27 22:29:55 -0800 |
| commit | 4393da18f60d9d99a32b8382d33085dc4229e250 (patch) | |
| tree | e1b5d7d85fef9080ff4778714d375e785964efb6 /docs/assets/css/docs.min.css | |
| parent | 5db88075c1dbdf55f2ae4a11d79bd2c3b8d65d43 (diff) | |
| download | bootstrap-4393da18f60d9d99a32b8382d33085dc4229e250.tar.xz bootstrap-4393da18f60d9d99a32b8382d33085dc4229e250.zip | |
grunt
Diffstat (limited to 'docs/assets/css/docs.min.css')
| -rw-r--r-- | docs/assets/css/docs.min.css | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index ced5cc88f..297d4407e 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -65,8 +65,6 @@ padding: 3rem 15px 2rem; color: #cdbfe3; text-align: center; - background-image: -webkit-linear-gradient(315deg, #271b38, #563d7c, #7952b3); - background-image: -o-linear-gradient(315deg, #271b38, #563d7c, #7952b3); background-image: linear-gradient(135deg, #271b38, #563d7c, #7952b3); } @@ -631,9 +629,9 @@ border: 1px solid rgba(86, 61, 124, 0.2); } -.bd-example-row .flex-items-xs-top, -.bd-example-row .flex-items-xs-middle, -.bd-example-row .flex-items-xs-bottom { +.bd-example-row .flex-items-top, +.bd-example-row .flex-items-middle, +.bd-example-row .flex-items-bottom { min-height: 6rem; background-color: rgba(255, 0, 0, 0.1); } @@ -685,8 +683,8 @@ } .bd-example::after { + display: block; content: ""; - display: table; clear: both; } @@ -1528,19 +1526,13 @@ .language-bash::before { color: #009; content: "$ "; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + user-select: none; } .language-powershell::before { color: #009; content: "PM> "; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + user-select: none; } .anchorjs-link { @@ -1555,8 +1547,6 @@ *:hover > .anchorjs-link { opacity: .75; - -webkit-transition: color .16s linear; - -o-transition: color .16s linear; transition: color .16s linear; } @@ -1564,4 +1554,6 @@ .anchorjs-link:focus { text-decoration: none; opacity: 1; -}
\ No newline at end of file +} + +/*# sourceMappingURL=docs.min.css.map */
\ No newline at end of file |
