Skip to content

Commit 52668f9

Browse files
author
Albert (AJ) St. Aubin
committed
[MICROBA-744] Apply rebrand requests to Credentials theme
1 parent ce1984a commit 52668f9

File tree

13 files changed

+74
-73
lines changed

13 files changed

+74
-73
lines changed

edx_credentials_themes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.42'
1+
__version__ = '0.1.43'

edx_credentials_themes/static/edx.org/base/sass/_base.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ html, body {
2121
// #TYPOGRAPHY
2222
// ------------------------------
2323
a {
24-
color: $blue;
24+
color: $primary-500;
25+
&:hover {
26+
color: $gray-700;
27+
}
2528
}
2629

2730
// ------------------------------

edx_credentials_themes/static/edx.org/base/sass/_components.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@
151151
// ------------------------------
152152
// #FOOTER
153153
// ------------------------------
154-
.footer-app {
155-
@extend %text-micro;
156-
}
157154

158155
.footer-app-nav {
159156

@@ -173,4 +170,3 @@
173170
width: 120px;
174171
}
175172
}
176-

edx_credentials_themes/static/edx.org/base/sass/_layouts.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148

149149
.record-card {
150150
margin-bottom: 0;
151-
background: $stripe-grey;
151+
background: $gray-200;
152152

153153
&:nth-of-type(even){
154154
background: $white;
@@ -168,7 +168,6 @@
168168

169169
.program-title {
170170
font-size: $font-size-lg;
171-
color: $heading-grey;
172171
}
173172
}
174173

@@ -184,7 +183,7 @@
184183

185184
.inline-data {
186185
padding-right: 0.4em;
187-
color: $paragraph-grey;
186+
color: $primary-700;
188187
}
189188

190189
}

edx_credentials_themes/static/edx.org/base/sass/_lib.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// About: third party libraries and dependencies import
55

66
@import '~font-awesome/scss/font-awesome';
7-
@import "~@edx/brand/paragon/fonts";
8-
@import "~@edx/brand/paragon/variables";
9-
@import "~@edx/paragon/scss/core/core";
10-
@import "~@edx/brand/paragon/overrides";
7+
@import "@edx/brand/paragon/fonts";
8+
@import "@edx/brand/paragon/variables";
9+
@import "@edx/paragon/scss/core/core";
10+
@import "@edx/brand/paragon/overrides";

edx_credentials_themes/static/edx.org/base/sass/_utilities.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ $edx-d-color: #8a8c8f;
1616
$edx-d-x-overlap-color: #026ba4;
1717
$edx-x-color: #209fda;
1818

19-
// #bootstrapupgrade
20-
// Colors from edX bootstrap. Remove these when we update the libraries.
21-
$white: #fff;
22-
$gray-100: #f5f5f5;
23-
$gray-200: #e7e7e7;
24-
$gray-300: #d9d9d9;
25-
$gray-400: #c8c8c8;
26-
$gray-500: #a0a0a0;
27-
$gray-600: #767676;
28-
$gray-700: #414141;
29-
$gray-800: #313131;
30-
$gray-900: #111;
31-
$black: #000;
32-
3319
// Font sizes
3420
// Taken from edx-pattern library and put here as vars.
3521
$font-xxxx-large: 2.375rem;

edx_credentials_themes/static/edx.org/base/sass/views/_masquerade-banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $masquerade-white: #fff;
55
$masquerade-baseline: 20px;
66

77
.masquerade-banner-wrapper {
8-
background: theme-color("primary", 500);;
8+
background: theme-color("primary", 500);
99

1010
.masquerade-banner-actions {
1111
.masquerade-info-text, .masquerade-label {

edx_credentials_themes/static/edx.org/base/sass/views/_program-record.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ $record-border-color: #C2C2C2;
133133
.program-type {
134134
display: flex;
135135
align-items: center;
136+
color: $gray-500;
136137
}
137138

138139
.program-icon {

edx_credentials_themes/static/edx.org/base/sass/views/_records-list.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
$heading-grey: #4A4A4A;
2-
$paragraph-grey: #707070;
32
$btn-blue: #0075b4;
43
$btn-blue-hover-light: #F2F8FB;
5-
$stripe-grey: #F9FAFC;
64

75
.paragraph-grey {
8-
color: $paragraph-grey;
6+
color: $gray-700;
97
}
108

119
.certificate-icon {

edx_credentials_themes/static/edx.org/css/edx.org.base.style-ltr.css

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)