diff --git a/cms/static/sass/_base.scss b/cms/static/sass/_base.scss index bd889cef50..64a89244ca 100644 --- a/cms/static/sass/_base.scss +++ b/cms/static/sass/_base.scss @@ -50,6 +50,40 @@ h1 { // ==================== // layout - basic +.wrapper-mast { + margin: 0; + padding: 0 $baseline; + position: relative; + + .mast { + @include clearfix(); + @include font-size(16); + position: relative; + max-width: $fg-max-width; + min-width: $fg-min-width; + width: flex-grid(12); + margin: 0 auto $baseline auto; + border-bottom: 1px solid $gray-l4; + padding-bottom: ($baseline/2); + color: $gray-d2; + + .title-sub { + @include font-size(14); + display: block; + margin: 0; + color: $gray-l2; + } + + .title, .title-1 { + @include font-size(32); + margin: 0; + padding: 0; + font-weight: 600; + color: $gray-d3; + } + } +} + .wrapper-content { margin: 0; padding: 0 $baseline; diff --git a/cms/templates/settings.html b/cms/templates/settings.html index cec27693dc..c838641e52 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -41,12 +41,15 @@ from contentstore import utils <%block name="content"> +
+
+ Settings +

Schedule & Details

+
+
+
-
- Settings -

Schedule & Details

-