Merge pull request #206 from dod-ccpo/multiple-environments

Allow a user to add multiple environments when creating a project
This commit is contained in:
richard-dds
2018-08-23 16:15:00 -04:00
committed by GitHub
10 changed files with 89 additions and 21 deletions

View File

@@ -17,7 +17,8 @@
justify-content: space-between;
.icon-tooltip {
padding: 0.25rem 0.5rem;
margin: -$gap;
}
}

View File

@@ -13,7 +13,7 @@
@include icon-link-vertical;
@include icon-link-color($color-red, $color-red-lightest);
margin-bottom: -$gap;
margin-bottom: 0;
margin-right: -$gap;
}
}