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
Jérome Perrin
gitlab-ce
Commits
9d097ebd
Commit
9d097ebd
authored
Dec 13, 2016
by
Dimitrie Hoekstra
Committed by
Fatih Acet
Dec 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added border-radius and padding to labels
parent
b544ec86
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-0
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-0
app/assets/stylesheets/pages/labels.scss
app/assets/stylesheets/pages/labels.scss
+2
-1
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
9d097ebd
...
@@ -486,6 +486,7 @@ $jq-ui-default-color: #777;
...
@@ -486,6 +486,7 @@ $jq-ui-default-color: #777;
$label-gray-bg
:
#f8fafc
;
$label-gray-bg
:
#f8fafc
;
$label-inverse-bg
:
#333
;
$label-inverse-bg
:
#333
;
$label-remove-border
:
rgba
(
0
,
0
,
0
,
.1
);
$label-remove-border
:
rgba
(
0
,
0
,
0
,
.1
);
$label-border-radius
:
14px
;
/*
/*
* Lint
* Lint
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
9d097ebd
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
.color-label
{
.color-label
{
padding
:
6px
10px
;
padding
:
6px
10px
;
border-radius
:
$label-border-radius
;
}
}
}
}
...
...
app/assets/stylesheets/pages/labels.scss
View file @
9d097ebd
...
@@ -104,7 +104,8 @@
...
@@ -104,7 +104,8 @@
}
}
.color-label
{
.color-label
{
padding
:
3px
4px
;
padding
:
3px
7px
;
border-radius
:
$label-border-radius
;
}
}
.dropdown-labels-error
{
.dropdown-labels-error
{
...
...
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