Skip to content

Commit e9dff02

Browse files
committed
Logo file cleanup. Modest tweaks to font rendering across various pages.
1 parent f74cad9 commit e9dff02

10 files changed

+34
-72
lines changed

public/img/materia-logo-default.svg

Lines changed: 0 additions & 66 deletions
This file was deleted.

public/img/[email protected]

-7.89 KB
Binary file not shown.
-3.3 KB
Binary file not shown.

public/img/materia_tmp_logo_dm.png

-3.9 KB
Binary file not shown.

src/components/catalog.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,12 @@
393393
margin-left: 135px;
394394
margin-right: 8px;
395395
font-size: 0.88em;
396+
font-weight: 400;
397+
398+
.blurb {
399+
color: $extremely-dark-gray;
400+
margin-bottom: 1em;
401+
}
396402

397403
.accessibility-holder {
398404
height: 25px;
@@ -637,6 +643,10 @@
637643

638644
.widget-info {
639645

646+
.blurb {
647+
color: $light-gray;
648+
}
649+
640650
.accessibility-holder {
641651

642652
.accessibility-indicators {

src/components/detail.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ $color-green: #c5dd60;
77
.page {
88
margin: 0 auto 20px;
99
max-width: 950px;
10+
11+
font-weight: 400;
1012
}
1113

1214
#breadcrumb-container {
@@ -17,7 +19,7 @@ $color-green: #c5dd60;
1719
padding: 5px 10px;
1820
background: #eee;
1921
border-radius: 3px;
20-
font-size: 12px;
22+
font-size: 14px;
2123
border: 1px solid #ccc;
2224

2325
.breadcrumb {

src/components/my-widgets-page.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,10 @@
280280
}
281281

282282
&.type {
283+
margin-top: 0.25em;
283284
color: #444;
284-
font-size: 0.7em;
285-
font-size: 11px;
285+
font-size: 0.75em;
286+
font-weight: 400;
286287
}
287288

288289
&.score {

src/components/support-page.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
box-shadow: 0 0 10px #aaa;
1313
width: 700px;
1414

15+
font-weight: 400;
16+
1517
#breadcrumb-container {
1618
display: inline-block;
1719
position: absolute;
@@ -21,7 +23,7 @@
2123
padding: 5px 10px;
2224
background: #eee;
2325
border-radius: 3px;
24-
font-size: 12px;
26+
font-size: 14px;
2527
border: 1px solid #ccc;
2628

2729
.breadcrumb {
@@ -416,7 +418,7 @@
416418
background-color: #ddd;
417419
margin: 0;
418420
padding: 10px 10px 7px;
419-
border-radius: 10px;
421+
border-radius: 3px;
420422
border-bottom: 1px solid #ccc;
421423

422424
.img-holder {

src/components/user-admin-page.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
box-shadow: 0 0 10px #aaa;
1212
width: 720px;
1313

14+
font-weight: 400;
1415

1516
.page {
1617

@@ -239,6 +240,11 @@
239240
width: 160px;
240241
}
241242

243+
input {
244+
width: 50%;
245+
padding: 0.5em;
246+
}
247+
242248
.radio {
243249
display: inline-block;
244250
// width: 200px;
@@ -600,6 +606,13 @@
600606

601607
.admin-subsection {
602608
&.overview {
609+
610+
input {
611+
color: #fff;
612+
background: $color-input-box-bg-dark;
613+
border: solid 1px $color-input-box-border-dark;
614+
}
615+
603616
.right-justify {
604617
.apply-changes {
605618
.error-text {

src/css/lti.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ html {
4646
position: absolute;
4747
top: 0;
4848
left: 30px;
49-
background: #fff url(/img/materia-logo-default.svg) no-repeat;
49+
background: #fff url(/img/materia-logo-default-lightmode.svg) no-repeat;
5050
background-size: 80px auto;
5151
background-position: top 8px left 18px;
5252
}

0 commit comments

Comments
 (0)