move Create Entitlement button up and shrink username search bar
This commit is contained in:
@@ -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';
|
||||
|
||||
13
lms/static/sass/views/_entitlement-support-page.scss
Normal file
13
lms/static/sass/views/_entitlement-support-page.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user