-
Notifications
You must be signed in to change notification settings - Fork 8
Typeography #260
base: develop
Are you sure you want to change the base?
Typeography #260
Conversation
- Swapped margins to small - Link colour corrections - Quote colour corrections - Made Index highlight typography examples -
- added Nightingale logo - Breadcrumbs styleing update - Edited intro text to framework - Many building edits on typography styling. - Update to quote box colour - Alert card heading change sizing -
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pro-paul just a few comments to reply to. Can you resolve the merge conflicts so that the code is ready to merge please? @Android63 could help next week if you need some assistance with this. You can also merge the newer changes into this branch so you can test before merging into develop also.
settings/_settings.colors.scss
Outdated
@@ -42,7 +42,7 @@ $color-warning: color('warning') !default; | |||
// ========================================================================== */ | |||
|
|||
$color-links: color('nhs-blue') !default; | |||
$color-links-hover: #8060a7 !default; | |||
$color-links-hover: #4C8ECF !default; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use lowercase letters in hex values please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@cehwitham I have updated the conflicts and the branch has been tested and works properly. @Android63 No need to respond as have completed the task myself. |
uppercase hex to lowercase
Thanks @cehwitham