Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
b2dccb15
Commit
b2dccb15
authored
Aug 23, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix majority of scss linter errors
parent
47d5168d
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
17 additions
and
11 deletions
+17
-11
scss/.scsslint.yml
scss/.scsslint.yml
+6
-0
scss/_custom-forms.scss
scss/_custom-forms.scss
+2
-2
scss/_forms.scss
scss/_forms.scss
+1
-1
scss/_labels.scss
scss/_labels.scss
+1
-1
scss/_list-group.scss
scss/_list-group.scss
+1
-1
scss/_modal.scss
scss/_modal.scss
+1
-1
scss/_navbar.scss
scss/_navbar.scss
+3
-3
scss/_type.scss
scss/_type.scss
+1
-1
scss/_utilities-spacing.scss
scss/_utilities-spacing.scss
+1
-1
No files found.
scss/.scsslint.yml
View file @
b2dccb15
...
@@ -12,6 +12,9 @@ linters:
...
@@ -12,6 +12,9 @@ linters:
ColorKeyword
:
ColorKeyword
:
enabled
:
true
enabled
:
true
ColorVariable
:
enabled
:
false
Comment
:
Comment
:
enabled
:
true
enabled
:
true
exclude
:
[
'
_normalize.scss'
,
'
bootstrap.scss'
]
exclude
:
[
'
_normalize.scss'
,
'
bootstrap.scss'
]
...
@@ -55,6 +58,9 @@ linters:
...
@@ -55,6 +58,9 @@ linters:
IdSelector
:
IdSelector
:
enabled
:
true
enabled
:
true
ImportantRule
:
enabled
:
false
ImportPath
:
ImportPath
:
enabled
:
true
enabled
:
true
leading_underscore
:
false
leading_underscore
:
false
...
...
scss/_custom-forms.scss
View file @
b2dccb15
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
max-width
:
100%
;
max-width
:
100%
;
padding
:
.375rem
1
.75rem
.375rem
.75rem
;
padding
:
.375rem
1
.75rem
.375rem
.75rem
;
vertical-align
:
middle
;
vertical-align
:
middle
;
background
:
#fff
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
no-repeat
right
.75rem
center
;
background
:
#fff
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC)
no-repeat
right
.75rem
center
;
background-size
:
8px
10px
;
background-size
:
8px
10px
;
border
:
1px
solid
$input-border
;
border
:
1px
solid
$input-border
;
...
@@ -146,8 +146,8 @@
...
@@ -146,8 +146,8 @@
background-image
:
none
\
9
;
background-image
:
none
\
9
;
&
:focus
{
&
:focus
{
outline
:
none
;
border-color
:
#51a7e8
;
border-color
:
#51a7e8
;
outline
:
none
;
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0
.075
)
,
0
0
5px
rgba
(
81
,
167
,
232
,
0
.5
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0
.075
)
,
0
0
5px
rgba
(
81
,
167
,
232
,
0
.5
);
}
}
...
...
scss/_forms.scss
View file @
b2dccb15
...
@@ -266,9 +266,9 @@ input[type="checkbox"] {
...
@@ -266,9 +266,9 @@ input[type="checkbox"] {
.form-control-warning
,
.form-control-warning
,
.form-control-error
{
.form-control-error
{
padding-right
:
(
$input-padding-x
*
3
);
padding-right
:
(
$input-padding-x
*
3
);
background-repeat
:
no-repeat
;
background-position
:
center
right
(
$input-height
*
.25
);
background-position
:
center
right
(
$input-height
*
.25
);
background-size
:
(
$input-height
*
.65
)
(
$input-height
*
.65
);
background-size
:
(
$input-height
*
.65
)
(
$input-height
*
.65
);
background-repeat
:
no-repeat
;
}
}
// Form validation states
// Form validation states
...
...
scss/_labels.scss
View file @
b2dccb15
...
@@ -41,8 +41,8 @@ a.label {
...
@@ -41,8 +41,8 @@ a.label {
// Make them extra rounded with a modifier to replace v3's badges.
// Make them extra rounded with a modifier to replace v3's badges.
.label-pill
{
.label-pill
{
padding-left
:
.6em
;
padding-right
:
.6em
;
padding-right
:
.6em
;
padding-left
:
.6em
;
border-radius
:
1rem
;
border-radius
:
1rem
;
}
}
...
...
scss/_list-group.scss
View file @
b2dccb15
...
@@ -48,8 +48,8 @@
...
@@ -48,8 +48,8 @@
a
.list-group-item
,
a
.list-group-item
,
button
.list-group-item
{
button
.list-group-item
{
width
:
100%
;
width
:
100%
;
text-align
:
inherit
;
color
:
$list-group-link-color
;
color
:
$list-group-link-color
;
text-align
:
inherit
;
.list-group-item-heading
{
.list-group-item-heading
{
color
:
$list-group-link-heading-color
;
color
:
$list-group-link-heading-color
;
...
...
scss/_modal.scss
View file @
b2dccb15
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
// When fading in the modal, animate it to slide down
// When fading in the modal, animate it to slide down
&
.fade
.modal-dialog
{
&
.fade
.modal-dialog
{
transform
:
translate
(
0
,
-25%
);
transition
:
transform
.3s
ease-out
;
transition
:
transform
.3s
ease-out
;
transform
:
translate
(
0
,
-25%
);
}
}
&
.in
.modal-dialog
{
transform
:
translate
(
0
,
0
);
}
&
.in
.modal-dialog
{
transform
:
translate
(
0
,
0
);
}
}
}
...
...
scss/_navbar.scss
View file @
b2dccb15
...
@@ -69,9 +69,9 @@
...
@@ -69,9 +69,9 @@
.navbar-brand
{
.navbar-brand
{
float
:
left
;
float
:
left
;
margin-right
:
1rem
;
padding-top
:
.25rem
;
padding-top
:
.25rem
;
padding-bottom
:
.25rem
;
padding-bottom
:
.25rem
;
margin-right
:
1rem
;
font-size
:
$font-size-lg
;
font-size
:
$font-size-lg
;
@include
hover-focus
{
@include
hover-focus
{
...
@@ -89,12 +89,12 @@
...
@@ -89,12 +89,12 @@
width
:
1px
;
width
:
1px
;
padding-top
:
.425rem
;
padding-top
:
.425rem
;
padding-bottom
:
.425rem
;
padding-bottom
:
.425rem
;
overflow
:
hidden
;
margin-left
:
$navbar-padding-horizontal
;
margin-left
:
$navbar-padding-horizontal
;
margin-right
:
$navbar-padding-horizontal
;
margin-right
:
$navbar-padding-horizontal
;
overflow
:
hidden
;
&
:before
{
&
:before
{
content
:
'\00a0'
;
content
:
"\00a0"
;
}
}
}
}
...
...
scss/_type.scss
View file @
b2dccb15
...
@@ -176,8 +176,8 @@ mark,
...
@@ -176,8 +176,8 @@ mark,
>
img
{
>
img
{
@extend
.img-responsive
;
@extend
.img-responsive
;
line-height
:
1
;
margin-bottom
:
(
$spacer-y
/
2
);
margin-bottom
:
(
$spacer-y
/
2
);
line-height
:
1
;
}
}
}
}
...
...
scss/_utilities-spacing.scss
View file @
b2dccb15
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
.p-r-0
{
padding-right
:
0
!
important
;
}
.p-r-0
{
padding-right
:
0
!
important
;
}
.p-b-0
{
padding-bottom
:
0
!
important
;
}
.p-b-0
{
padding-bottom
:
0
!
important
;
}
.p-l-0
{
padding-left
:
0
!
important
;
}
.p-l-0
{
padding-left
:
0
!
important
;
}
.p-x-0
{
padding-
left
:
0
!
important
;
padding-right
:
0
!
important
;
}
.p-x-0
{
padding-
right
:
0
!
important
;
padding-left
:
0
!
important
;
}
.p-y-0
{
padding-top
:
0
!
important
;
padding-bottom
:
0
!
important
;
}
.p-y-0
{
padding-top
:
0
!
important
;
padding-bottom
:
0
!
important
;
}
.p-a
{
padding
:
$spacer
!
important
;
}
.p-a
{
padding
:
$spacer
!
important
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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