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
e3eaeb96
Commit
e3eaeb96
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Add $thumbnail-border-width; refs
#18150
parent
13ac07a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_images.scss
+1
-1
scss/_images.scss
scss/_variables.scss
+1
-0
scss/_variables.scss
with
2 additions
and
1 deletion
+2
-1
scss/_images.scss
+
1
-
1
View file @
e3eaeb96
...
...
@@ -19,7 +19,7 @@
padding
:
$thumbnail-padding
;
line-height
:
$line-height
;
background-color
:
$thumbnail-bg
;
border
:
1px
solid
$thumbnail-border-color
;
border
:
$thumbnail-border-width
solid
$thumbnail-border-color
;
border-radius
:
$thumbnail-border-radius
;
transition
:
all
.2s
ease-in-out
;
@include
box-shadow
(
0
1px
2px
rgba
(
0
,
0
,
0
,.
075
));
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
0
View file @
e3eaeb96
...
...
@@ -588,6 +588,7 @@ $list-group-link-heading-color: #333 !default;
$thumbnail-padding
:
.25rem
!
default
;
$thumbnail-bg
:
$body-bg
!
default
;
$thumbnail-border-width
:
$border-width
!
default
;
$thumbnail-border-color
:
#ddd
!
default
;
$thumbnail-border-radius
:
$border-radius
!
default
;
...
...
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