Skip to content
Snippets Groups Projects
Commit e1fa9abd authored by Jason Hollingsworth's avatar Jason Hollingsworth
Browse files

Change archive icon and clone panel styling.

parent 5e21976d
No related branches found
No related tags found
1 merge request!5867Change archive icon and clone panel styling.
Loading
Loading
@@ -71,13 +71,24 @@
border: 1px solid #E1E1E1;
@include border-radius(4px);
 
input[type="text"],
.btn {
margin-left: 3px;
border: none;
background: none;
@include border-radius(0px);
border-left: 1px solid #E1E1E1;
box-shadow: none;
padding: 6px 10px;
}
.btn {
float: left;
background: none;
color: #29b;
padding: 6px;
&:first-child {
@include border-radius-left(4px);
border-left: 0px;
}
 
&.active {
color: #333;
Loading
Loading
@@ -86,14 +97,9 @@
}
 
input[type="text"] {
margin-left: 2px;
border: none;
border-radius: 0;
border-left: 1px solid #E1E1E1;
cursor: auto;
@extend .monospace;
box-shadow: none;
background: #FAFAFA;
padding: 6px 10px;
}
}
 
Loading
Loading
Loading
Loading
@@ -84,7 +84,7 @@
.pull-right
- if project.archived?
%span.label
%i.icon-book
%i.icon-archive
Archived
- project.labels.each do |label|
%span.label.label-info
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment