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
2acfb614
Commit
2acfb614
authored
Nov 07, 2017
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify design for no tags, branches
parent
28fcf777
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
17 deletions
+4
-17
app/assets/stylesheets/framework/wells.scss
app/assets/stylesheets/framework/wells.scss
+4
-17
No files found.
app/assets/stylesheets/framework/wells.scss
View file @
2acfb614
...
...
@@ -53,14 +53,6 @@
background-color
:
$well-expand-item
;
}
.limit-box-branch
{
width
:
160px
;
}
.limit-box-tag
{
width
:
125px
;
}
.branches
{
display
:
inline
;
}
...
...
@@ -72,27 +64,22 @@
.limit-box
{
display
:
inline-flex
;
align-items
:
center
;
padding
:
1px
;
background-color
:
$blue-100
;
background-color
:
$red-100
;
border-radius
:
$border-radius-default
;
text-align
:
center
;
&
:hover
{
background-color
:
$
blue
-200
;
background-color
:
$
red
-200
;
}
.limit-icon
{
width
:
20
px
;
margin
:
0
8
px
;
}
.limit-message
{
@include
str-truncated
(
100%
);
flex
:
1
;
line-height
:
16px
;
margin-right
:
2px
;
background-color
:
$white-light
;
border-top-right-radius
:
$border-radius-default
;
border-bottom-right-radius
:
$border-radius-default
;
margin-right
:
8px
;
font-size
:
12px
;
}
}
...
...
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