Merge pull request #12868 from edx/asadiqbal08/WL-538
WL-538 changes to make UI responsive
This commit is contained in:
@@ -134,6 +134,10 @@ a, a:visited {
|
||||
width: flex-grid(12);
|
||||
}
|
||||
|
||||
.no-min-scale {
|
||||
min-width: 0px !important;
|
||||
}
|
||||
|
||||
span.edx {
|
||||
text-transform: none;
|
||||
font: inherit;
|
||||
|
||||
@@ -53,7 +53,7 @@ from lms.djangoapps.verify_student.views import PayAndVerifyView
|
||||
## JavaScript views may append to this wrapper
|
||||
<div id="error-container" style="display: none;"></div>
|
||||
|
||||
<div class="container">
|
||||
<div class="container no-min-scale">
|
||||
<section class="wrapper carousel">
|
||||
## Payment / Verification flow
|
||||
## Most of these data attributes are used to dynamically render
|
||||
|
||||
Reference in New Issue
Block a user