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
3417c54a
Commit
3417c54a
authored
6 years ago
by
Mark Otto
Committed by
Mark Otto
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
add 50% translucent black and white text
parent
4f05e3b7
3 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/utilities/_text.scss
+3
-0
scss/utilities/_text.scss
with
3 additions
and
0 deletions
+3
-0
scss/utilities/_text.scss
+
3
-
0
View file @
3417c54a
...
...
@@ -48,6 +48,9 @@
.text-body
{
color
:
$body-color
!
important
;
}
.text-muted
{
color
:
$text-muted
!
important
;
}
.text-black-50
{
color
:
rgba
(
$black
,
.5
)
!
important
;
}
.text-white-50
{
color
:
rgba
(
$white
,
.5
)
!
important
;
}
// Misc
.text-hide
{
...
...
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