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
1f02ab21
Commit
1f02ab21
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Add $list-group-item-padding-{x,y} variables
[skip sauce] [skip validator]
parent
4b941847
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_list-group.scss
+1
-1
scss/_list-group.scss
scss/_variables.scss
+3
-0
scss/_variables.scss
with
4 additions
and
1 deletion
+4
-1
scss/_list-group.scss
+
1
-
1
View file @
1f02ab21
...
...
@@ -16,7 +16,7 @@
.list-group-item
{
position
:
relative
;
display
:
block
;
padding
:
.75rem
1
.25rem
;
padding
:
$list-group-item-padding-y
$list-group-item-padding-x
;
// Place the border on the list items and negative margin up for better styling
margin-bottom
:
-
$list-group-border-width
;
background-color
:
$list-group-bg
;
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
3
-
0
View file @
1f02ab21
...
...
@@ -726,6 +726,9 @@ $list-group-link-color: #555 !default;
$list-group-link-hover-color
:
$list-group-link-color
!
default
;
$list-group-link-heading-color
:
#333
!
default
;
$list-group-item-padding-x
:
1
.25rem
!
default
;
$list-group-item-padding-y
:
.75rem
!
default
;
// Image thumbnails
...
...
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