From b456cb351d056b5884e9f0c089b28e84f08ee256 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 26 Nov 2016 16:49:39 -0800 Subject: grunt --- docs/assets/css/docs.min.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/assets/css/docs.min.css') diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index 899e32c28..ced5cc88f 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -910,6 +910,15 @@ margin-bottom: .5rem; } +.bd-example-border-utils [class^="border-"] { + display: inline-block; + width: 6rem; + height: 6rem; + margin: .25rem; + background-color: #f5f5f5; + border: 1px solid; +} + .highlight { padding: 1rem; margin: 1rem -15px; -- cgit v1.2.3 From 4393da18f60d9d99a32b8382d33085dc4229e250 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 27 Nov 2016 22:29:55 -0800 Subject: grunt --- docs/assets/css/docs.min.css | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'docs/assets/css/docs.min.css') 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 -- cgit v1.2.3 From 5357bad9a0eb70ebf0b3f9070e868d154b43f5a0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 27 Nov 2016 23:39:50 -0800 Subject: grunt --- docs/assets/css/docs.min.css | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) (limited to 'docs/assets/css/docs.min.css') diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index 297d4407e..3853c1f08 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -65,6 +65,8 @@ 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); } @@ -260,7 +262,7 @@ margin-left: -1px; } -.bd-featured-sites .col-xs-6 { +.bd-featured-sites .col-6 { padding: 1px; } @@ -977,7 +979,7 @@ margin-top: .25rem; } -.responsive-utilities-test .col-xs-6 { +.responsive-utilities-test .col-6 { margin-top: .5rem; margin-bottom: .5rem; } @@ -992,14 +994,14 @@ border-radius: .25rem; } -.visible-on .col-xs-6 > .not-visible, -.hidden-on .col-xs-6 > .not-visible { +.visible-on .col-6 > .not-visible, +.hidden-on .col-6 > .not-visible { color: #999; border: 1px solid #ddd; } -.visible-on .col-xs-6 .visible, -.hidden-on .col-xs-6 .visible { +.visible-on .col-6 .visible, +.hidden-on .col-6 .visible { color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; @@ -1526,13 +1528,19 @@ .language-bash::before { color: #009; content: "$ "; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .language-powershell::before { color: #009; content: "PM> "; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .anchorjs-link { @@ -1547,6 +1555,8 @@ *:hover > .anchorjs-link { opacity: .75; + -webkit-transition: color .16s linear; + -o-transition: color .16s linear; transition: color .16s linear; } @@ -1554,6 +1564,4 @@ .anchorjs-link:focus { text-decoration: none; opacity: 1; -} - -/*# sourceMappingURL=docs.min.css.map */ \ No newline at end of file +} \ No newline at end of file -- cgit v1.2.3