-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yml
79 lines (67 loc) · 1.82 KB
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Blacks / Whites / Grays
black: '#000000'
white: '#ffffff'
gray_lighter: '#e9e9e9'
gray_light: '#adadad'
gray_dark: '#4f4f4f'
gray-darker: '#2a2a2a'
#Primary Colors
primary_color: '#5b2e8b'
primary_tint: '#e7dbf3'
primary_shade: '#401363'
# Secondary Colors
secondary_color: '#235b9c'
secondary_tint: '#dde9f6'
secondary_shade: '#0b1257'
# Neutral Colors
neutral_color: '#0c889f'
neutral_tint: '#cceaef'
neutral_shade: '#0c889f'
# Breakout Colors
breakout_color: '#119b4b'
breakout_tint: '#c8e7d5'
breakout_shade: '#005323'
# Accent Colors
accent_color: '#ce694b'
accent_tint: '#ead5ce'
accent_shade: '#a43513'
# Background Colors
bg_color_1: '#fdf8f8'
bg_color_2: '#f1f5fa'
#Fonts
primary_font: sans-serif
secondary_font: sans-serif
tertiary_font: sans-serif
# Connect Background color
background_gradient_color: '#fffac8'
# Add link to a external font for importing
font_source: 'https://use.typekit.net/qdb6iwq.css'
font_name: 'proxima-nova'
#Site Info
site_full_name: 'Maryland State Bar Association'
site_abbreviation: 'MSBA'
site_abbreviation_lower: 'msba'
site_url: 'https://www.msba.org'
site_support_email: ''
site_address_1: 'Street Address'
site_address_2: 'Apt or Unit #'
site_city: 'City or Town'
site_state: 'State'
site_zip: 'Zipcode'
site_phone_1: ''
site_phone_2: ''
laruta_environment:
default: '.demo.laruta.io'
type: enum
choices:
- 'localhost:9292'
- '.laruta.io'
- '.demo.laruta.io'
- '.org'
laruta_landing_url: 'connect'
laruta_how_to_use_url: 'how-to-use-connect'
laruta_copyright_url: '/copyright'
laruta_privacy_policy_url: '/privacy-policy'
laruta_site_logo: 'https://www.msba.org/content/uploads/sites/7/2018/04/MSBA-2X-Brand-Logo-Dark-Background1.png'
connect_footer_logo: 'https://www.msba.org/content/uploads/sites/7/2018/04/MSBA-2X-Brand-Logo-Dark-Background1.png'
segment_key: 'add-segment-key-here'