diff --git a/package.json b/package.json index 68cb4a77..d8017df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@edx/studio-frontend", - "version": "0.5.0", + "version": "0.5.1", "description": "The frontend for the Open edX platform", "repository": "edx/studio-frontend", "scripts": { diff --git a/src/SFE.scss b/src/SFE.scss index e4aef04a..53e86312 100644 --- a/src/SFE.scss +++ b/src/SFE.scss @@ -1,2 +1,9 @@ @import "~@edx/edx-bootstrap/sass/edx/_theme"; @import 'bootstrap/scss/bootstrap'; + +/* The page-header class exists in bootstrap 3.3 but not in our alpha version currently */ +.page-header { + padding-bottom: $spacer * 0.5; + margin: ($spacer * 2) 0 $spacer; + border-bottom: 1px solid #eee; +} diff --git a/src/components/AccessibilityBody/AccessibilityBody.scss b/src/components/AccessibilityBody/AccessibilityBody.scss index 76817f3a..b95acaaf 100644 --- a/src/components/AccessibilityBody/AccessibilityBody.scss +++ b/src/components/AccessibilityBody/AccessibilityBody.scss @@ -1,3 +1,19 @@ +.list { + $bottom-spacer: $spacer * 0.5; + margin-left: $spacer * 2; + margin-bottom: $bottom-spacer; + + li { + margin-bottom: $bottom-spacer; + } +} + +.numerical-list { + @extend .list; + list-style-type: decimal; +} + .alphabetical-list { + @extend .list; list-style-type: lower-alpha; } diff --git a/src/components/AccessibilityBody/index.jsx b/src/components/AccessibilityBody/index.jsx index 88a75fdd..73054b88 100644 --- a/src/components/AccessibilityBody/index.jsx +++ b/src/components/AccessibilityBody/index.jsx @@ -1,6 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; +import edxBootstrap from '../../SFE.scss'; import styles from './AccessibilityBody.scss'; const AccessibilityBody = (props) => { @@ -13,14 +14,14 @@ const AccessibilityBody = (props) => { /* eslint-disable max-len */ return (
-

Individualized Accessibility Process for Course Creators

+

Individualized Accessibility Process for Course Creators

At edX, we seek to understand and respect the unique needs and perspectives of the edX global community. We value every course team and are committed to being a leader in expanding access to all, including course team creators and authors with disabilities. To that end, we have adopted a {communityAccessibilityElement} and this process to ensure that course team creators and authors with disabilities are able to develop and post content on our platform via Studio.

Course team creators and authors who, because of their disabilities, need assistance to use Studio should take the following steps:

-
    +
    1. Notify us by email addressed to {emailElement}. In order for edX to fully and promptly assess and respond to your request, please provide the following information:
      1. Your name and email address;