Skip to content
Snippets Groups Projects
Unverified Commit 2ad4348e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix clone URL alignment on project page

parent 16c8ec60
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -46,12 +46,6 @@ a {
text-align: right;
}
 
.form-control,
.search form {
// Bootstrap 4 does not have a height
min-height: 34px;
}
table {
// Remove any table border lines
border-spacing: 0;
Loading
Loading
Loading
Loading
@@ -19,3 +19,9 @@
@extend .broadcast-message;
margin-bottom: 20px;
}
.toggle-colors {
input {
min-height: 34px;
}
}
Loading
Loading
@@ -251,7 +251,7 @@
margin: 15px 5px 0 0;
 
input {
height: 29px;
height: 28px;
}
}
 
Loading
Loading
@@ -875,6 +875,7 @@ pre.light-well {
 
.git-clone-holder {
width: 380px;
height: 28px;
 
.btn-clipboard {
border: 1px solid $border-color;
Loading
Loading
@@ -890,7 +891,8 @@ pre.light-well {
 
.form-control {
@extend .monospace;
background: $white-light;
background-color: $white-light;
border-color: $border-color;
font-size: 14px;
margin-left: -1px;
cursor: auto;
Loading
Loading
Loading
Loading
@@ -18,11 +18,11 @@
.form-group.row.js-toggle-colors-container
.col-sm-10.offset-sm-2
= link_to 'Customize colors', '#', class: 'js-toggle-colors-link'
.form-group.row.js-toggle-colors-container.hide
.form-group.row.js-toggle-colors-container.toggle-colors.hide
= f.label :color, "Background Color", class: 'col-form-label col-sm-2'
.col-sm-10
= f.color_field :color, class: "form-control"
.form-group.row.js-toggle-colors-container.hide
.form-group.row.js-toggle-colors-container.toggle-colors.hide
= f.label :font, "Font Color", class: 'col-form-label col-sm-2'
.col-sm-10
= f.color_field :font, class: "form-control"
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