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
ef50b783
Commit
ef50b783
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
linting
parent
d7d0e186
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_button-group.scss
+3
-3
scss/_button-group.scss
scss/_functions.scss
+1
-1
scss/_functions.scss
with
4 additions
and
4 deletions
+4
-4
scss/_button-group.scss
+
3
-
3
View file @
ef50b783
...
...
@@ -106,17 +106,17 @@
// Give the line between buttons some depth
.dropdown-toggle-split
{
padding-left
:
$btn-dropdown-toggle-split-l
;
padding-right
:
$btn-dropdown-toggle-split-r
;
padding-left
:
$btn-dropdown-toggle-split-l
;
&
.btn-sm
{
padding-left
:
$btn-dropdown-toggle-split-l-sm
;
padding-right
:
$btn-dropdown-toggle-split-r-sm
;
padding-left
:
$btn-dropdown-toggle-split-l-sm
;
}
&
.btn-lg
{
padding-left
:
$btn-dropdown-toggle-split-l-lg
;
padding-right
:
$btn-dropdown-toggle-split-r-lg
;
padding-left
:
$btn-dropdown-toggle-split-l-lg
;
}
}
...
...
This diff is collapsed.
Click to expand it.
scss/_functions.scss
+
1
-
1
View file @
ef50b783
...
...
@@ -10,7 +10,7 @@
// @return {Number} - Unitless number
@function
strip-unit
(
$number
)
{
@if
type-of
(
$number
)
==
'
number
'
and
not
unitless
(
$number
)
{
@if
type-of
(
$number
)
==
"
number
"
and
not
unitless
(
$number
)
{
@return
$number
/
(
$number
*
0
+
1
);
}
@return
$number
;
...
...
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