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
a4745dd7
Commit
a4745dd7
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Use proper units when adding/subtracting lengths
[skip sauce] [skip validator]
parent
5e9b365b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_alert.scss
+1
-1
scss/_alert.scss
scss/_variables.scss
+1
-1
scss/_variables.scss
with
2 additions
and
2 deletions
+2
-2
scss/_alert.scss
+
1
-
1
View file @
a4745dd7
...
...
@@ -35,7 +35,7 @@
// Expand the right padding and account for the close button's positioning.
.alert-dismissible
{
padding-right
:
(
$alert-padding
+
20
);
padding-right
:
(
$alert-padding
+
20
px
);
// Adjust close link position
.close
{
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
1
View file @
a4745dd7
...
...
@@ -506,7 +506,7 @@ $popover-title-bg: darken($popover-bg, 3%) !default;
$popover-arrow-width
:
10px
!
default
;
$popover-arrow-color
:
$popover-bg
!
default
;
$popover-arrow-outer-width
:
(
$popover-arrow-width
+
1
)
!
default
;
$popover-arrow-outer-width
:
(
$popover-arrow-width
+
1
px
)
!
default
;
$popover-arrow-outer-color
:
fade-in
(
$popover-border-color
,
0
.05
)
!
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