Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add styling for MFE #8

Open
wants to merge 1 commit into
base: redwood/indigo
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
543 changes: 303 additions & 240 deletions paragon/_account.scss

Large diffs are not rendered by default.

475 changes: 336 additions & 139 deletions paragon/_discussion.scss

Large diffs are not rendered by default.

862 changes: 462 additions & 400 deletions paragon/_footer.scss

Large diffs are not rendered by default.

533 changes: 339 additions & 194 deletions paragon/_learning.scss

Large diffs are not rendered by default.

841 changes: 433 additions & 408 deletions paragon/_overrides.scss

Large diffs are not rendered by default.

719 changes: 371 additions & 348 deletions paragon/_profile.scss

Large diffs are not rendered by default.

400 changes: 237 additions & 163 deletions paragon/_progress.scss

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion paragon/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
$primary: #15376D;
$primary: #4600c7;
$primary-light: #F2F7F8;
$light-dark: #374151;
$text-color: #111827;
$text-color-primary: #515661;
$text-color-light: #515661;
$primary-hover: #6a32d1;
$concrete: #f3f3f3;

// for toggle theme button
$page-color-transition: transparent .2s ease, color .2s ease;
Expand Down
Loading