This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## 1.7.0-M1 #991 +/- ##
===========================================
Coverage ? 66.83%
===========================================
Files ? 21
Lines ? 597
Branches ? 137
===========================================
Hits ? 399
Misses ? 198
Partials ? 0 Continue to review full report at Codecov.
|
ed1c18d to
4ac85e3
Compare
dhaneshnm
approved these changes
Nov 11, 2021
dhaneshnm
pushed a commit
that referenced
this pull request
Mar 11, 2022
* Include Titillium Web font and specify as primary font * Apply standard styling Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes BlueBrain/nexus#2890
Description
Defines global styles for Fusion including font and colors following the BBP Front-end Style Guide where possible.
Titillium Web font included in build so should always be available. Fallback fonts remain as they were and may get used prior to font Titillium Web font loading
The following font sizes are defined:
@fusion-base-font-size: 14px;
@fusion-heading-1-size: 28px;
@fusion-heading-2-size: 23px;
@fusion-heading-3-size: 19px;
@fusion-heading-4-size: 16px;
@fusion-heading-5-size: 14px;
Screenshots illustrating the style changes are shown below. Note some components will need some restyling.
How has this been tested?
Navigating different pages of the application and observing styling.
Types of changes
Checklist: