Files
edx-platform/lms/static/sass/multicourse/_error-pages.scss
Adam Butterworth 42cc0d0145 Fix all stylelint errors (#23920)
* Fix all stylelint errors

For any errors that fixing would require changing the output of the css disable stylelint for that line instead of modifying.

* Update quality.py

Make stylelint quality check pass when there are no errors

* Delete empty selectors
2020-05-06 16:07:14 -04:00

27 lines
328 B
SCSS

section.outside-app {
@extend .container;
@include text-align(left);
padding: ($baseline*4) 0;
h1 {
@extend h2;
margin-bottom: ($baseline*2);
text-align: center;
}
p,
ul,
form {
max-width: 600px;
margin: 0 auto;
font: normal 1em/1.6em $serif;
}
li {
margin-top: 12px;
}
}