Skip to content

Commit

Permalink
Logo file cleanup. Modest tweaks to font rendering across various pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Dec 5, 2024
1 parent f74cad9 commit e9dff02
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 72 deletions.
66 changes: 0 additions & 66 deletions public/img/materia-logo-default.svg

This file was deleted.

Binary file removed public/img/[email protected]
Binary file not shown.
Binary file removed public/img/materia_tmp_logo_dark.png
Binary file not shown.
Binary file removed public/img/materia_tmp_logo_dm.png
Binary file not shown.
10 changes: 10 additions & 0 deletions src/components/catalog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -637,6 +643,10 @@

.widget-info {

.blurb {
color: $light-gray;
}

.accessibility-holder {

.accessibility-indicators {
Expand Down
4 changes: 3 additions & 1 deletion src/components/detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ $color-green: #c5dd60;
.page {
margin: 0 auto 20px;
max-width: 950px;

font-weight: 400;
}

#breadcrumb-container {
Expand All @@ -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 {
Expand Down
5 changes: 3 additions & 2 deletions src/components/my-widgets-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 4 additions & 2 deletions src/components/support-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
box-shadow: 0 0 10px #aaa;
width: 700px;

font-weight: 400;

#breadcrumb-container {
display: inline-block;
position: absolute;
Expand All @@ -21,7 +23,7 @@
padding: 5px 10px;
background: #eee;
border-radius: 3px;
font-size: 12px;
font-size: 14px;
border: 1px solid #ccc;

.breadcrumb {
Expand Down Expand Up @@ -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 {
Expand Down
13 changes: 13 additions & 0 deletions src/components/user-admin-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
box-shadow: 0 0 10px #aaa;
width: 720px;

font-weight: 400;

.page {

Expand Down Expand Up @@ -239,6 +240,11 @@
width: 160px;
}

input {
width: 50%;
padding: 0.5em;
}

.radio {
display: inline-block;
// width: 200px;
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/css/lti.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e9dff02

Please sign in to comment.