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
834a708a
Commit
834a708a
authored
Jul 25, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace snake case in SCSS for EE
parent
0e873bd3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
app/assets/stylesheets/framework/highlight.scss
app/assets/stylesheets/framework/highlight.scss
+1
-1
app/assets/stylesheets/framework/mixins.scss
app/assets/stylesheets/framework/mixins.scss
+7
-7
app/assets/stylesheets/pages/editor.scss
app/assets/stylesheets/pages/editor.scss
+1
-1
ee/app/assets/stylesheets/pages/issues/related_issues.scss
ee/app/assets/stylesheets/pages/issues/related_issues.scss
+3
-3
ee/app/assets/stylesheets/pages/projects.scss
ee/app/assets/stylesheets/pages/projects.scss
+1
-1
ee/app/assets/stylesheets/pages/roadmap.scss
ee/app/assets/stylesheets/pages/roadmap.scss
+3
-3
No files found.
app/assets/stylesheets/framework/highlight.scss
View file @
834a708a
...
...
@@ -46,7 +46,7 @@
a
{
font-family
:
$monospace-font
;
display
:
block
;
font-size
:
$code
_font_
size
!
important
;
font-size
:
$code
-font-
size
!
important
;
min-height
:
19px
;
white-space
:
nowrap
;
...
...
app/assets/stylesheets/framework/mixins.scss
View file @
834a708a
...
...
@@ -255,7 +255,7 @@
}
}
@mixin
build-trace-top-bar
(
$height
,
$top
_
position
)
{
@mixin
build-trace-top-bar
(
$height
,
$top
-
position
)
{
height
:
$height
;
min-height
:
$height
;
background
:
$gray-light
;
...
...
@@ -263,21 +263,21 @@
color
:
$gl-text-color
;
position
:
sticky
;
position
:
-
webkit-sticky
;
top
:
$top
_
position
;
top
:
$top
-
position
;
padding
:
$grid-size
;
}
/*
* Mixin that handles the position of the controls placed on the top bar
*/
@mixin
build-controllers
(
$control
_font_size
,
$flex_direction
,
$with_grow
,
$flex_grow_
size
)
{
@mixin
build-controllers
(
$control
-font-size
,
$flex-direction
,
$with-grow
,
$flex-grow-
size
)
{
display
:
flex
;
font-size
:
$control
_font_
size
;
justify-content
:
$flex
_
direction
;
font-size
:
$control
-font-
size
;
justify-content
:
$flex
-
direction
;
align-items
:
center
;
align-self
:
baseline
;
@if
$with
_
grow
{
flex-grow
:
$flex
_grow_
size
;
@if
$with
-
grow
{
flex-grow
:
$flex
-grow-
size
;
}
svg
{
...
...
app/assets/stylesheets/pages/editor.scss
View file @
834a708a
...
...
@@ -205,7 +205,7 @@
.template-type-selector
{
display
:
inline-block
;
vertical-align
:
top
;
font-family
:
$regular
_
font
;
font-family
:
$regular
-
font
;
margin-top
:
-5px
;
@media
(
max-width
:
map-get
(
$grid-breakpoints
,
md
)
-1
)
{
...
...
ee/app/assets/stylesheets/pages/issues/related_issues.scss
View file @
834a708a
$token
_spacing_
bottom
:
0
.5em
;
$token
-spacing-
bottom
:
0
.5em
;
.related-issues-block
{
margin-top
:
3
*
$gl-vert-padding
;
...
...
@@ -45,7 +45,7 @@ $token_spacing_bottom: 0.5em;
}
.related-issues-loading-icon
{
margin-bottom
:
$token
_spacing_
bottom
;
margin-bottom
:
$token
-spacing-
bottom
;
line-height
:
1
.75
;
}
...
...
@@ -59,7 +59,7 @@ $token_spacing_bottom: 0.5em;
.related-issues-token-list-item
{
max-width
:
100%
;
margin-bottom
:
$token
_spacing_
bottom
;
margin-bottom
:
$token
-spacing-
bottom
;
margin-right
:
5px
;
}
...
...
ee/app/assets/stylesheets/pages/projects.scss
View file @
834a708a
...
...
@@ -26,7 +26,7 @@
}
.known-hosts
{
font-family
:
$monospace
_
font
;
font-family
:
$monospace
-
font
;
}
.btn-show-advanced
{
...
...
ee/app/assets/stylesheets/pages/roadmap.scss
View file @
834a708a
...
...
@@ -51,7 +51,7 @@ $column-right-gradient: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(2
&
.label-dark
{
color
:
$theme-gray-900
;
}
&
.label-bold
{
font-weight
:
600
;
}
...
...
@@ -116,7 +116,7 @@ $column-right-gradient: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(2
flex-grow
:
1
;
flex-basis
:
0
;
text-align
:
center
;
font-size
:
$code
_font_
size
;
font-size
:
$code
-font-
size
;
line-height
:
1
.5
;
padding
:
2px
0
;
}
...
...
@@ -182,7 +182,7 @@ $column-right-gradient: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(2
left
:
0
;
width
:
$details-cell-width
;
padding
:
$gl-padding-8
$gl-padding
;
font-size
:
$code
_font_
size
;
font-size
:
$code
-font-
size
;
background-color
:
$white-light
;
z-index
:
2
;
...
...
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