diff --git a/public/img/materia-logo-default.svg b/public/img/materia-logo-default.svg deleted file mode 100644 index 7025e9e37..000000000 --- a/public/img/materia-logo-default.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/materia_tmp_logo@2x.png b/public/img/materia_tmp_logo@2x.png deleted file mode 100644 index d0a66c046..000000000 Binary files a/public/img/materia_tmp_logo@2x.png and /dev/null differ diff --git a/public/img/materia_tmp_logo_dark.png b/public/img/materia_tmp_logo_dark.png deleted file mode 100644 index 0e1407560..000000000 Binary files a/public/img/materia_tmp_logo_dark.png and /dev/null differ diff --git a/public/img/materia_tmp_logo_dm.png b/public/img/materia_tmp_logo_dm.png deleted file mode 100644 index 1ac708d14..000000000 Binary files a/public/img/materia_tmp_logo_dm.png and /dev/null differ diff --git a/src/components/catalog.scss b/src/components/catalog.scss index f4317d19b..95610d41e 100644 --- a/src/components/catalog.scss +++ b/src/components/catalog.scss @@ -393,6 +393,12 @@ margin-left: 135px; margin-right: 8px; font-size: 0.88em; + font-weight: 400; + + .blurb { + color: $extremely-dark-gray; + margin-bottom: 1em; + } .accessibility-holder { height: 25px; @@ -637,6 +643,10 @@ .widget-info { + .blurb { + color: $light-gray; + } + .accessibility-holder { .accessibility-indicators { diff --git a/src/components/detail.scss b/src/components/detail.scss index d9733a6de..648d451ca 100644 --- a/src/components/detail.scss +++ b/src/components/detail.scss @@ -7,6 +7,8 @@ $color-green: #c5dd60; .page { margin: 0 auto 20px; max-width: 950px; + + font-weight: 400; } #breadcrumb-container { @@ -17,7 +19,7 @@ $color-green: #c5dd60; padding: 5px 10px; background: #eee; border-radius: 3px; - font-size: 12px; + font-size: 14px; border: 1px solid #ccc; .breadcrumb { diff --git a/src/components/my-widgets-page.scss b/src/components/my-widgets-page.scss index 6a4ac28bb..faeb93063 100644 --- a/src/components/my-widgets-page.scss +++ b/src/components/my-widgets-page.scss @@ -280,9 +280,10 @@ } &.type { + margin-top: 0.25em; color: #444; - font-size: 0.7em; - font-size: 11px; + font-size: 0.75em; + font-weight: 400; } &.score { diff --git a/src/components/support-page.scss b/src/components/support-page.scss index 83744caf4..fbc372d53 100644 --- a/src/components/support-page.scss +++ b/src/components/support-page.scss @@ -12,6 +12,8 @@ box-shadow: 0 0 10px #aaa; width: 700px; + font-weight: 400; + #breadcrumb-container { display: inline-block; position: absolute; @@ -21,7 +23,7 @@ padding: 5px 10px; background: #eee; border-radius: 3px; - font-size: 12px; + font-size: 14px; border: 1px solid #ccc; .breadcrumb { @@ -416,7 +418,7 @@ background-color: #ddd; margin: 0; padding: 10px 10px 7px; - border-radius: 10px; + border-radius: 3px; border-bottom: 1px solid #ccc; .img-holder { diff --git a/src/components/user-admin-page.scss b/src/components/user-admin-page.scss index 1c5368697..da67a3787 100644 --- a/src/components/user-admin-page.scss +++ b/src/components/user-admin-page.scss @@ -11,6 +11,7 @@ box-shadow: 0 0 10px #aaa; width: 720px; + font-weight: 400; .page { @@ -239,6 +240,11 @@ width: 160px; } + input { + width: 50%; + padding: 0.5em; + } + .radio { display: inline-block; // width: 200px; @@ -600,6 +606,13 @@ .admin-subsection { &.overview { + + input { + color: #fff; + background: $color-input-box-bg-dark; + border: solid 1px $color-input-box-border-dark; + } + .right-justify { .apply-changes { .error-text { diff --git a/src/css/lti.scss b/src/css/lti.scss index d1490b221..0ca2c1776 100644 --- a/src/css/lti.scss +++ b/src/css/lti.scss @@ -46,7 +46,7 @@ html { position: absolute; top: 0; left: 30px; - background: #fff url(/img/materia-logo-default.svg) no-repeat; + background: #fff url(/img/materia-logo-default-lightmode.svg) no-repeat; background-size: 80px auto; background-position: top 8px left 18px; }