style and template updates for adding a new portfolio user

This commit is contained in:
dandds
2019-03-25 19:07:25 -04:00
parent ccaad6cbbc
commit 878a31ba19
7 changed files with 111 additions and 89 deletions

View File

@@ -163,10 +163,7 @@ body {
.icon-link {
padding-top: 0.5rem;
padding-left: 0;
.icon {
margin-left: 0;
}
margin-left: 0;
}
}

View File

@@ -197,6 +197,7 @@
}
table {
thead {
th:first-child {
padding-left: 3 * $gap;
@@ -294,6 +295,21 @@
float: right;
padding: 3 * $gap;
}
a.modal-link.icon-link {
float: right;
.icon {
width: 1.7rem;
height: 1.7rem;
svg {
width: 1.7rem;
height: 1.7rem;
}
}
}
}
.application-content {