Merge pull request #239 from dod-ccpo/edit-user-role

Edit user role
This commit is contained in:
montana-mil
2018-09-05 16:51:36 -04:00
committed by GitHub
12 changed files with 332 additions and 264 deletions

View File

@@ -3,23 +3,6 @@
padding: $gap*2;
justify-content: space-between;
dl {
margin: 0;
> div {
margin-bottom: $gap;
}
}
dt {
font-weight: normal;
color: $color-gray;
}
dd {
display: inline;
}
.member-card__header {
display: flex;
flex-direction: column;
@@ -35,11 +18,13 @@
margin: 0;
display: flex;
margin-top: $gap;
fieldset {
margin: 0;
}
label {
legend {
flex: none;
margin-top: $gap*1.5;
font-weight: $font-normal;
margin-right: $gap*2;
}
}
@@ -51,5 +36,22 @@
.icon-link {
margin: 0 -$gap;
}
dl {
margin: 0;
> div {
margin-bottom: $gap;
}
}
dt {
font-weight: normal;
color: $color-gray;
}
dd {
display: inline;
}
}
}
}