BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
25c9b5b5
Commit
25c9b5b5
authored
Aug 04, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor adjustments after UX review
Fixes scss lint errors
parent
a5b0584d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
8 deletions
+23
-8
variables.scss
app/assets/stylesheets/framework/variables.scss
+8
-0
projects.scss
app/assets/stylesheets/pages/projects.scss
+15
-8
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
25c9b5b5
...
...
@@ -623,3 +623,11 @@ $perf-bar-bucket-bg: #111;
$perf-bar-bucket-color
:
#ccc
;
$perf-bar-bucket-box-shadow-from
:
rgba
(
$white-light
,
.2
);
$perf-bar-bucket-box-shadow-to
:
rgba
(
$black
,
.25
);
/*
Project Templates Icons
*/
$rails
:
#c00
;
$node
:
#353535
;
$java
:
#70ad51
;
app/assets/stylesheets/pages/projects.scss
View file @
25c9b5b5
...
...
@@ -485,7 +485,10 @@ a.deploy-project-label {
display
:
block
;
margin
:
0
auto
4px
;
font-size
:
24px
;
top
:
0
;
@media
(
min-width
:
$screen-xs-max
)
{
top
:
0
;
}
}
@media
(
max-width
:
$screen-xs-max
)
{
...
...
@@ -498,15 +501,15 @@ a.deploy-project-label {
}
.icon-rails
path
{
fill
:
#C00
;
fill
:
$rails
;
}
.icon-node-express
path
{
fill
:
#353535
;
fill
:
$node
;
}
.icon-java-spring
path
{
fill
:
#70AD51
;
fill
:
$java
;
}
>
div
{
...
...
@@ -516,6 +519,10 @@ a.deploy-project-label {
}
}
.project-templates-buttons
.btn
:last-child
{
margin-right
:
0
;
}
.create-project-options
{
display
:
flex
;
...
...
@@ -526,7 +533,7 @@ a.deploy-project-label {
.first-column
{
@media
(
min-width
:
$screen-xs-min
)
{
max-width
:
50%
;
width
:
50%
;
padding-right
:
30px
;
}
@media
(
max-width
:
$screen-xs-max
)
{
...
...
@@ -558,7 +565,7 @@ a.deploy-project-label {
&
:
:
before
{
content
:
"OR"
;
position
:
absolute
;
left
:
0
px
;
left
:
0
;
top
:
40%
;
z-index
:
10
;
padding
:
8px
0
;
...
...
@@ -567,7 +574,7 @@ a.deploy-project-label {
color
:
$gl-text-color-tertiary
;
transform
:
translateX
(
-50%
);
font-size
:
12px
;
font-weight
:
bold
;
;
font-weight
:
bold
;
line-height
:
20px
;
// Mobile
...
...
@@ -575,7 +582,7 @@ a.deploy-project-label {
left
:
50%
;
top
:
10px
;
transform
:
translateY
(
-50%
);
padding
:
0
px
8px
;
padding
:
0
8px
;
}
}
...
...
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