Add UI/UX polish in prep for merge

* Bring UI/UX inline with recent changes
* Use select components as a stopgap for credential_types and orgs
* Add tabs to permissions view
* Add Organization model
This commit is contained in:
gconsidine
2017-06-16 15:23:18 -04:00
parent 861cfd3e13
commit fa330db9c5
26 changed files with 145 additions and 43 deletions

View File

@@ -39,7 +39,7 @@
}
.at-Popover-title {
.at-mixin-Heading(@at-font-size-2x);
.at-mixin-Heading(@at-font-size);
color: @at-white;
margin-bottom: @at-space-4x;
}
@@ -47,5 +47,5 @@
.at-Popover-text {
margin: 0;
padding: 0;
line-height: 1;
font-size: @at-font-size;
}