Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
22ee8c1a
Commit
22ee8c1a
authored
8 years ago
by
Mark Otto
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
clear out docs css
parent
c6fdac94
9 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!22391
V4 dev
,
!22143
Fix selectable disabled toggle radio buttons
,
!22598
test
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!23178
Spinner
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_responsive-tests.scss
+1
-79
docs/assets/scss/_responsive-tests.scss
with
1 addition
and
79 deletions
+1
-79
docs/assets/scss/_responsive-tests.scss
+
1
-
79
View file @
22ee8c1a
...
...
@@ -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
;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets