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
329cae13
Commit
329cae13
authored
Feb 28, 2022
by
Miguel Rincon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cngo-delete-unused-css' into 'master'
Delete unused css See merge request gitlab-org/gitlab!81406
parents
7a61f47b
d8814397
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
41 deletions
+0
-41
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-41
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
329cae13
...
...
@@ -134,47 +134,6 @@
}
}
.fork-thumbnail
{
width
:
calc
((
100%
/
2
)
-
#{
$gl-padding
*
2
}
);
@include
media-breakpoint-up
(
md
)
{
width
:
calc
((
100%
/
4
)
-
#{
$gl-padding
*
2
}
);
}
@include
media-breakpoint-up
(
lg
)
{
width
:
calc
((
100%
/
5
)
-
#{
$gl-padding
*
2
}
);
}
&
:hover:not
(
.disabled
),
&
.forked
{
background-color
:
$blue-50
;
border-color
:
$blue-200
;
}
.avatar-container
,
.identicon
{
float
:
none
;
margin-left
:
auto
;
margin-right
:
auto
;
}
a
.disabled
{
opacity
:
0
.3
;
cursor
:
not
-
allowed
;
}
}
.fork-thumbnail-container
{
display
:
flex
;
flex-wrap
:
wrap
;
margin-left
:
-
$gl-padding
;
margin-right
:
-
$gl-padding
;
>
h5
{
width
:
100%
;
}
}
.project-template
{
>
.form-group
{
margin-bottom
:
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