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

@@ -14,7 +14,7 @@
width: 100%;
height: $input-height;
margin: 0;
padding: $input-padding-vertical 0.7em;
padding: $input-padding-vertical ($gap*5) $input-padding-vertical 0.7em;
line-height: $input-line-height;
color: $color-base;
font-size: $base-font-size;
@@ -42,6 +42,9 @@
label {
padding: 0;
dt {
font-weight: $font-bold;
}
}
}
}