Wednesday, April 15, 2020

Styleguide




// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

Avalon Product Page Style Guide
References
Fonts & colors
h1 - "jaf-bernino-sans-comp", sans-serif, font size 74px, color #015289
h2 - "jaf-bernino-sans-comp", sans-serif, font size 52px, color #333333 (alternate light blue #4495d1)
h3 - "jaf-bernino-sans-comp", sans-serif, font-size 40px, color #015289
h4 - "museo-sans", sans-serif, font-size: 18px, color #333333
p - "museo-sans", sans-serif, font-size: 15px, color #494949
link buttons – “museo sans”, sans serif, font-size: 15px, padding: 10px 15px, all caps, square corners
toggle buttons – font #333333, font-size 15px, Capitalized, border radius 4px, border: 1px solid #d9d9d9, background non-selected white, background selected lightest grey

Avalon Choice
Grey bg - #e8e8e8, top and bottom border: # 888888
Classic choice background - #888888
Discovery choice background - #000000
Active choice background - #3b3b3b

Colors
Light blue #4495d1
Dark blue #002e5e
Lightest grey (background only) - #f1f1f1
Light grey #b3b3b3
Medium grey #808285
Dark grey #333333
Orange #d06e3d
Dark Orange #b55b32
Teal #77b19b
Yellow #dc962c
Avalon Fresh green #759940
Avalon Fresh dark green #273e00
Purple #734e5c

No comments:

Post a Comment