Merge pull request #8151 from edx/marco/capa-styling

Updated styling for basic capa problems (multiple choice, dropdown, checkboxes, numerical input and text input) including support for mobile app experience.
This commit is contained in:
Marco Morales
2015-06-24 09:05:34 -04:00
17 changed files with 416 additions and 180 deletions

View File

@@ -28,7 +28,7 @@ h1.top-header {
.light-button, a.light-button, // only used in askbot as classes
.gray-button {
@include button(simple, #eee);
@include button(simple, $gray-l5);
@extend .button-reset;
font-size: em(13);
}