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
2421fc7e
Commit
2421fc7e
authored
Dec 09, 2016
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor SCSS: fix SCSSLints, simplify specificity
parent
ff0c3fc2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
111 additions
and
108 deletions
+111
-108
app/assets/stylesheets/pages/builds.scss
app/assets/stylesheets/pages/builds.scss
+111
-108
No files found.
app/assets/stylesheets/pages/builds.scss
View file @
2421fc7e
...
@@ -3,6 +3,32 @@
...
@@ -3,6 +3,32 @@
100
%
{
opacity
:
0
;
}
100
%
{
opacity
:
0
;
}
}
}
@keyframes
blinking-dots
{
0
%
{
background-color
:
rgba
(
$white-light
,
1
);
box-shadow
:
12px
0
0
0
rgba
(
$white-light
,
0
.2
)
,
24px
0
0
0
rgba
(
$white-light
,
0
.2
);
}
25
%
{
background-color
:
rgba
(
$white-light
,
0
.4
);
box-shadow
:
12px
0
0
0
rgba
(
$white-light
,
2
)
,
24px
0
0
0
rgba
(
$white-light
,
0
.2
);
}
75
%
{
background-color
:
rgba
(
$white-light
,
0
.4
);
box-shadow
:
12px
0
0
0
rgba
(
$white-light
,
0
.2
)
,
24px
0
0
0
rgba
(
$white-light
,
1
);
}
100
%
{
background-color
:
rgba
(
$white-light
,
1
);
box-shadow
:
12px
0
0
0
rgba
(
$white-light
,
0
.2
)
,
24px
0
0
0
rgba
(
$white-light
,
0
.2
);
}
}
.build-page
{
.build-page
{
pre
.trace
{
pre
.trace
{
background
:
$builds-trace-bg
;
background
:
$builds-trace-bg
;
...
@@ -19,7 +45,21 @@
...
@@ -19,7 +45,21 @@
}
}
}
}
.scroll-controls
{
.environment-information
{
background-color
:
$gray-light
;
border
:
1px
solid
$border-color
;
padding
:
12px
$gl-padding
;
border-radius
:
$border-radius-default
;
svg
{
position
:
relative
;
top
:
1px
;
margin-right
:
5px
;
}
}
}
.scroll-controls
{
height
:
100%
;
height
:
100%
;
.scroll-step
{
.scroll-step
{
...
@@ -70,19 +110,29 @@
...
@@ -70,19 +110,29 @@
.autoscroll-container
{
.autoscroll-container
{
position
:
absolute
;
position
:
absolute
;
}
.status-message
{
&
.sidebar-expanded
{
.scroll-link.sticky
,
.autoscroll-container
{
right
:
(
$gutter_width
+
(
$gl-padding
*
2
));
}
}
}
.status-message
{
display
:
inline-block
;
display
:
inline-block
;
color
:
$white-light
;
color
:
$white-light
;
i
{
.status-icon
{
display
:
inline-block
;
display
:
inline-block
;
width
:
16px
;
width
:
16px
;
height
:
33px
;
height
:
33px
;
background-image
:
image-url
(
'scroll_down_hover_active'
);
background-image
:
image-url
(
'scroll_down_hover_active'
);
}
}
label
{
.status-text
{
float
:
left
;
float
:
left
;
opacity
:
0
;
opacity
:
0
;
margin-right
:
10px
;
margin-right
:
10px
;
...
@@ -95,33 +145,9 @@
...
@@ -95,33 +145,9 @@
}
}
}
}
&
:hover
label
{
&
:hover
.status-text
{
opacity
:
1
;
opacity
:
1
;
}
}
}
}
&
.sidebar-expanded
{
.scroll-link.sticky
,
.autoscroll-container
{
right
:
#{
$gutter_width
+
(
$gl-padding
*
2
)
}
;
}
}
}
.environment-information
{
background-color
:
$gray-light
;
border
:
1px
solid
$border-color
;
padding
:
12px
$gl-padding
;
border-radius
:
$border-radius-default
;
svg
{
position
:
relative
;
top
:
1px
;
margin-right
:
5px
;
}
}
}
}
.build-header
{
.build-header
{
...
@@ -179,37 +205,14 @@
...
@@ -179,37 +205,14 @@
display
:
block
;
display
:
block
;
}
}
.typing_loader
{
.build-loader-animation
{
position
:
relative
;
width
:
6px
;
width
:
6px
;
height
:
6px
;
height
:
6px
;
border-radius
:
50%
;
animation
:
typing
1s
linear
infinite
;
position
:
relative
;
margin-bottom
:
12px
;
margin-bottom
:
12px
;
margin-left
:
2px
;
margin-left
:
2px
;
}
border-radius
:
50%
;
animation
:
blinking-dots
1s
linear
infinite
;
@keyframes
typing
{
0
%
{
background-color
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
12px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
)
,
24px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
);
}
25
%
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.4
);
box-shadow
:
12px
0px
0px
0px
rgba
(
255
,
255
,
255
,
2
)
,
24px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
);
}
75
%
{
background-color
:
rgba
(
255
,
255
,
255
,
0
.4
);
box-shadow
:
12px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
)
,
24px
0px
0px
0px
rgba
(
255
,
255
,
255
,
1
);
}
100
%
{
background-color
:
rgba
(
255
,
255
,
255
,
1
);
box-shadow
:
12px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.2
)
,
24px
0px
0px
0px
rgba
(
255
,
255
,
255
,
0
.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