aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-03 12:59:21 -0800
committerMark Otto <[email protected]>2017-03-05 12:25:41 -0800
commit22ee8c1aeef628a1a106fbf43411ad4e74c99877 (patch)
tree35fc9d9d25a33343873180e63e9a8527162c7d50 /docs
parentc6fdac94154c4493d422e1441a5e52219b976219 (diff)
downloadbootstrap-22ee8c1aeef628a1a106fbf43411ad4e74c99877.tar.xz
bootstrap-22ee8c1aeef628a1a106fbf43411ad4e74c99877.zip
clear out docs css
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_responsive-tests.scss80
1 files changed, 1 insertions, 79 deletions
diff --git a/docs/assets/scss/_responsive-tests.scss b/docs/assets/scss/_responsive-tests.scss
index 7b1b500b3..9656a2bc3 100644
--- a/docs/assets/scss/_responsive-tests.scss
+++ b/docs/assets/scss/_responsive-tests.scss
@@ -10,86 +10,8 @@
}
// Utility classes table
-.bd-table th small,
-.responsive-utilities th small {
+.bd-table th small {
display: block;
font-weight: normal;
color: #999;
}
-.responsive-utilities tbody th {
- font-weight: normal;
-}
-.responsive-utilities td {
- text-align: center;
-}
-.responsive-utilities .is-visible {
- color: #468847;
- background-color: #dff0d8 !important;
-}
-.responsive-utilities .is-hidden {
- color: #ccc;
- background-color: #f9f9f9 !important;
-}
-
-// Responsive tests
-.responsive-utilities-test {
- margin-top: .25rem;
-}
-.responsive-utilities-test .col-6 {
- margin-top: .5rem;
- margin-bottom: .5rem;
-}
-.responsive-utilities-test span {
- display: block;
- padding: 1rem .5rem;
- font-size: 1rem;
- font-weight: bold;
- line-height: 1.1;
- text-align: center;
- border-radius: .25rem;
-}
-.visible-on,
-.hidden-on {
- .col-6 {
- > .not-visible {
- color: #999;
- border: 1px solid #ddd;
- }
- }
-}
-.visible-on,
-.hidden-on {
- .col-6 {
- .visible {
- color: #468847;
- background-color: #dff0d8;
- border: 1px solid #d6e9c6;
- }
- }
-}
-
-@include media-breakpoint-only(xs) {
- .hidden-xs-only {
- display: none !important;
- }
-}
-@include media-breakpoint-only(sm) {
- .hidden-sm-only {
- display: none !important;
- }
-}
-@include media-breakpoint-only(md) {
- .hidden-md-only {
- display: none !important;
- }
-}
-@include media-breakpoint-only(lg) {
- .hidden-lg-only {
- display: none !important;
- }
-}
-@include media-breakpoint-only(xl) {
- .hidden-xl-only {
- display: none !important;
- }
-}