Connect Dementia Research
Pattern Library
Pattern library home
Pages:
Volunteer sign-up
: Your details
Volunteer sign-up
: Create login details
Volunteer sign-up
: Consent
Volunteer sign-up
: Verify your email address
Volunteer sign-up
: Thank you for creating your account
Volunteer sign-up
: Do you have a diagnosis of dementia?
Volunteer sign-up
: Do you know what your diagnosis is?
Volunteer sign-up
: How would you describe your symptoms?
Volunteer sign-up
: Thank you for registering
Volunteer sign-up
: Thank you for registering as a volunteer
Participant sign-up
: Registration
Dashboard
: Volunteer landing page - registration confirmation
Dashboard
: Volunteer landing page
Dashboard
: Volunteer account settings
Dashboard
: Volunteer change or delete account
Dashboard
: Volunteer profile refresh
Dashboard
: Participant landing page - registration confirmation
Dashboard
: Participant landing page
Dashboard
: Studies
Components:
Accordion
Activity button
Bullet list
Button
Checkbox
Checkbox group
Conditional checkbox group
Content panel
Date picker field
Date field group
Dropdown select
File upload
Heading
Hideable panel
Input field
Masked date field
Message
Page navigation
Paragraph
Postcode lookup
Progress indicator
Prompt/Descriptor
Question
Radio button
Radio button group
Segmented control
Select slider field
Tab panel
Modules:
Page header
User bar
Swatches:
Colours
Fonts
Select slider field
Field label
Option 1
Option 4
HTML
Field label
Option 1
Option 4
SCSS
@import './core'; @import './slider'; .select-slider-field { @include small-font; font-size: 16px; label { font-family: "Calibri", "Open Sans", "Helvetica", "Arial", sans-serif; font-size: 19px; font-weight: 400; line-height: 24px; color: #333f48; } .slider { position: relative; margin: 32px auto; box-shadow: inset 0 3px 0 0 $grey-L66; } .slider__input { @include hide-visually; } .slider__mercury { position: absolute; top: 0; left: 0; background-color: $coral; width: 0; height: 16px; } .slider__label-1 { position: absolute; bottom: -32px; left: 0; } .slider__label-2 { position: absolute; bottom: -32px; right: 0; } .slider__value { position: absolute; top: -32px; left: 0; display: block; width: 100%; font-weight: 700; text-align: center } // Override jQuery UI defaults .ui-slider { height: 18px; width: 100%; background-color: $white; border: 1px solid $grey-L35; border-radius: 0; .ui-slider-handle { top: -8px; margin-left: -16px; height: 32px; width: 32px; background-color: $white; border: 1px solid $grey-L35; border-radius: 50%; } } }