Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f4777efa
Commit
f4777efa
authored
Feb 27, 2019
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adhere to stylelint specs
parent
9d81ee3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+9
-9
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
f4777efa
...
@@ -4,7 +4,7 @@ $note-form-margin-left: 72px;
...
@@ -4,7 +4,7 @@ $note-form-margin-left: 72px;
@mixin
vertical-line
(
$left
)
{
@mixin
vertical-line
(
$left
)
{
&
:
:
before
{
&
:
:
before
{
content
:
""
;
content
:
''
;
border-left
:
2px
solid
$gray-100
;
border-left
:
2px
solid
$gray-100
;
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
...
@@ -53,12 +53,12 @@ $note-form-margin-left: 72px;
...
@@ -53,12 +53,12 @@ $note-form-margin-left: 72px;
&
.note-form
{
&
.note-form
{
margin-left
:
0
;
margin-left
:
0
;
@include
notes-media
(
"min"
,
map-get
(
$grid-breakpoints
,
md
))
{
@include
notes-media
(
'min'
,
map-get
(
$grid-breakpoints
,
md
))
{
margin-left
:
$note-form-margin-left
;
margin-left
:
$note-form-margin-left
;
}
}
.timeline-icon
{
.timeline-icon
{
@include
notes-media
(
"min"
,
map-get
(
$grid-breakpoints
,
sm
))
{
@include
notes-media
(
'min'
,
map-get
(
$grid-breakpoints
,
sm
))
{
margin-left
:
-
$note-icon-gutter-width
;
margin-left
:
-
$note-icon-gutter-width
;
}
}
}
}
...
@@ -242,7 +242,7 @@ $note-form-margin-left: 72px;
...
@@ -242,7 +242,7 @@ $note-form-margin-left: 72px;
}
}
.note-header
{
.note-header
{
@include
notes-media
(
"max"
,
map-get
(
$grid-breakpoints
,
xs
))
{
@include
notes-media
(
'max'
,
map-get
(
$grid-breakpoints
,
xs
))
{
.inline
{
.inline
{
display
:
block
;
display
:
block
;
}
}
...
@@ -304,7 +304,7 @@ $note-form-margin-left: 72px;
...
@@ -304,7 +304,7 @@ $note-form-margin-left: 72px;
}
}
.timeline-content
{
.timeline-content
{
@include
notes-media
(
"min"
,
map-get
(
$grid-breakpoints
,
sm
))
{
@include
notes-media
(
'min'
,
map-get
(
$grid-breakpoints
,
sm
))
{
margin-left
:
30px
;
margin-left
:
30px
;
}
}
}
}
...
@@ -348,7 +348,7 @@ $note-form-margin-left: 72px;
...
@@ -348,7 +348,7 @@ $note-form-margin-left: 72px;
}
}
&
:
:
after
{
&
:
:
after
{
content
:
""
;
content
:
''
;
height
:
70px
;
height
:
70px
;
position
:
absolute
;
position
:
absolute
;
left
:
$gl-padding-24
;
left
:
$gl-padding-24
;
...
@@ -590,7 +590,7 @@ $note-form-margin-left: 72px;
...
@@ -590,7 +590,7 @@ $note-form-margin-left: 72px;
.note-headline-light
{
.note-headline-light
{
display
:
inline
;
display
:
inline
;
@include
notes-media
(
"max"
,
map-get
(
$grid-breakpoints
,
xs
))
{
@include
notes-media
(
'max'
,
map-get
(
$grid-breakpoints
,
xs
))
{
display
:
block
;
display
:
block
;
}
}
}
}
...
@@ -656,7 +656,7 @@ $note-form-margin-left: 72px;
...
@@ -656,7 +656,7 @@ $note-form-margin-left: 72px;
margin-left
:
10px
;
margin-left
:
10px
;
color
:
$gray-darkest
;
color
:
$gray-darkest
;
@include
notes-media
(
"max"
,
map-get
(
$grid-breakpoints
,
sm
)
-
1
)
{
@include
notes-media
(
'max'
,
map-get
(
$grid-breakpoints
,
sm
)
-
1
)
{
float
:
none
;
float
:
none
;
margin-left
:
0
;
margin-left
:
0
;
}
}
...
@@ -775,7 +775,7 @@ $note-form-margin-left: 72px;
...
@@ -775,7 +775,7 @@ $note-form-margin-left: 72px;
}
}
.line-resolve-all-container
{
.line-resolve-all-container
{
@include
notes-media
(
"min"
,
map-get
(
$grid-breakpoints
,
sm
))
{
@include
notes-media
(
'min'
,
map-get
(
$grid-breakpoints
,
sm
))
{
margin-right
:
0
;
margin-right
:
0
;
}
}
...
...
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