move Create Entitlement button up and shrink username search bar

This commit is contained in:
McKenzie Welter
2018-04-09 09:31:38 -04:00
parent 87573dc26b
commit 300427be3f
4 changed files with 26 additions and 10 deletions

View File

@@ -27,6 +27,7 @@ $static-path: '../..';
// Individual Pages
@import "views/program-marketing-page";
@import "views/entitlement-support-page";
// Responsive Design
@import '../header';
@@ -35,4 +36,4 @@ $static-path: '../..';
@import 'lms/theme/extras';
// Experiments
@import 'experiments';
@import 'experiments';

View File

@@ -0,0 +1,13 @@
.entitlement-support-wrapper {
div.actions {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
form.search-form {
padding-left: 0;
padding-right: 0;
}
}