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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
76ff8eac
Commit
76ff8eac
authored
Dec 10, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move awards css to separate file
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
f7bba47f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
68 additions
and
0 deletions
+68
-0
app/assets/stylesheets/pages/awards.scss
app/assets/stylesheets/pages/awards.scss
+68
-0
No files found.
app/assets/stylesheets/pages/awards.scss
0 → 100644
View file @
76ff8eac
.awards
{
@include
clearfix
;
line-height
:
34px
;
margin-top
:
$gl-padding
;
.award
{
@include
border-radius
(
5px
);
border
:
1px
solid
;
padding
:
0px
10px
;
float
:
left
;
margin-right
:
5px
;
border-color
:
$border-color
;
cursor
:
pointer
;
&
.active
{
border-color
:
$border-gray-light
;
background-color
:
$gray-light
;
.counter
{
font-weight
:
bold
;
}
}
.icon
{
float
:
left
;
margin-right
:
10px
;
}
.counter
{
float
:
left
;
}
}
.awards-controls
{
margin-left
:
10px
;
float
:
left
;
.add-award
{
font-size
:
24px
;
color
:
$gl-gray
;
position
:
relative
;
top
:
2px
;
&
:hover
,
&
:link
{
text-decoration
:
none
;
}
}
.awards-menu
{
padding
:
$gl-padding
;
min-width
:
214px
;
>
li
{
cursor
:
pointer
;
margin
:
5px
;
}
}
}
.awards-menu
{
li
{
float
:
left
;
margin
:
3px
;
}
}
}
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