-
Notifications
You must be signed in to change notification settings - Fork 0
/
_base.scss
164 lines (134 loc) · 5.38 KB
/
_base.scss
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
/*
Application Settings Go Here
------------------------------------
This file acts as a bundler for all variables/mixins/themes, so they
can easily be swapped out without `core.scss` ever having to know.
For example:
@import './variables/colors';
@import './variables/components';
@import './themes/default';
*/
//todo move to own partial
$website-min-width: 1300px;
// for controls, titles, menus, labels, values
$siui-font-family: "Helvetica Neue", Helvetica, sans-serif;
// for instruction text
$siui-font-family-serif: serif;
// text size
$siui-text-size-normal : 12px;
$siui-text-size-small-3 : $siui-text-size-normal - 3;
$siui-text-size-small-2 : $siui-text-size-normal - 2;
$siui-text-size-small-1 : $siui-text-size-normal - 1;
$siui-text-size-med : $siui-text-size-normal + 1;
$siui-text-size-med-1 : $siui-text-size-normal + 2;
$siui-text-size-med-2 : $siui-text-size-normal + 4;
$siui-text-size-large-1 : $siui-text-size-normal + 6;
$siui-text-size-large-2 : $siui-text-size-normal + 8;
$siui-text-size-large-3 : $siui-text-size-normal + 10;
// text weight
$siui-text-weight-light1 : 300;
$siui-text-weight-light2 : 400; //double check if being used. should be able to remove
$siui-text-weight-normal : 400;
$siui-text-weight-med : 500; // need to look at where used if okay to change to 500
$siui-text-weight-med1 : 600;
$siui-text-weight-med2 : 700;
// headers
$siui-text-title-page: $siui-text-size-large-3;
$si-color-text-default: #333333;
// to do - move this to own _colors partial and make color function map to call colors
//colors
$siui-color-light : rgba(0,0,0,.55); // @text-color
$siui-color-lighter : rgba(0,0,0,.65); // @text-color //ant default
$siui-color-normal : rgba(61,61,61,1); // @text-color
$siui-color-dark : rgba(0,0,0,.85); // @text-color
$siui-color-grey-2 : #f7f7f7;//@grey-2
$siui-color-grey-3 : #f5f5f5; //@grey-3
$siui-color-grey-4 : #e9e9e9; //@grey-4
$siui-color-grey-5 : #d9d9d9; //@grey-5
$siui-color-grey-6 : #bfbfbf; //@grey-6
$siui-color-grey-7 : #919191; //@grey-7
$siui-color-grey-8 : #5a5a5a; //@grey-8
$siui-color-body-background : rgba(247,247,247,1); //#eff2f6
$siui-color-orange : orange;
$siui-color-white : white;
$siui-color-black : black;
$siui-color-white : white;
$siui-color-red : #f04134;
$siui-color-green : green;
$siui-color-upload-blue: #108ee9;
//brand colors
$siui-color-brand-teal : #13bbb2;
$siui-color-brand-teal-med: #109E96;
$siui-color-brand-teal-dark: #4C9689;
$siui-color-brand-blue: #004382;
$global-color-blue: #13bbb2; // check if this is used and delete as incorrect.
$siui-color-success: #109E96;
$siui-color-required: #109E96;
$siui-color-failure: #b94a48;
$global-color-grayblue: #336a85;
$global-color-status-yellow: #F5A623;
$global-blue-med: #0761b7;
$global-color-gray-light: #F2F2F2;
$siui-color-black-1: #333333;
$siui-color-black-2: #aaaaaa;
$siui-color-black-3: #e8e8e8;
$siui-color-blue-check: #2678fa;
$siui-color-grey-9: #f4f4f4;
$siui-color-grey-10: #e4e4e4;
$siui-color-grey-11: #878787;
$siui-purple-color: #004382;
$siui-optional-color: #004382;
$siui-color-input-diabled: #f7f7f7;
// icon color
$siui-icon-color: #B0BEC5; //$siui-icon-color : lighten($siui-color-grey-8,4%);
$siui-icon-color-draft: #336a85;
$siui-icon-color-pending: #336a85;
$siui-icon-color-active: #10a29b;
$siui-icon-color-deactive: #f5a623;
$siui-icon-color-ended: #d01d1b;
$siui-icon-color-error: #D0021B; // old #e9233c;
$siui-icon-color-disabled: rgba(0,0,0,.2);
// link color
$siui-link-color : #108ee9; // @link-color : @primary-color;
//$siui-link-hover-color :none tbd if can use function // @link-hover-color: @primary-5 color(~`colorPalette("@{primary-color}", 5)`);
//$siui-link-active-color :none tbd if can use function //@link-active-color color(~`colorPalette("@{primary-color}", 7)`); : @primary-7;
//$siui-link-active-color :none; //@link-hover-decoration : none;
// text color
$siui-hint-text-color: $siui-color-grey-6;
$siui-state-text-color: $siui-color-grey-11;
$siui-color-label : $siui-color-grey-6; // color between grey6 & #aeaeae;
$siui-color-value : $siui-color-black-1; // Not used at the moment
//divider
$siui-divider-color: $siui-color-grey-4;
$siui-border-color: $siui-color-grey-4;
//$siui-divider-size-normal : tbd
//$siui-divider-size-large : tbd
$siui-divider-thickness: 1px;
//icon
$siui-icon-size-small1 : 12px;
$siui-icon-size-small2 : 16px;
$siui-icon-size-small3 : 20px;
$siui-icon-size-small4 : 24px;
$siui-icon-size-default : 30px;
$siui-icon-size-med1 : 30px;
$siui-icon-size-med2 : 40px;
$siui-icon-size-large1 : 50px;
$siui-icon-size-large2 : 60px;
$siui-icon-size-extraLarge : 100px;
$siui-icon-account-list-header : $siui-icon-size-small2;
//Nav Bar
$siui-color-navbar-background: #03254d; // #262d37;
// cards
$siui-card-margin : 10px 5px 10px 5px; //
$siui-card-padding-inner: 0 10px 10px 10px;
$siui-card-margin-inner: -10px;
$siui-card-account-detail-height: 135px; // account detail page
$siui-list-card-item-hover-color: #f5f7fa;
// admin card
$siui-card-admin-height: 120px;
//account list
$siui-accountlist-toolbar-c-spacing: 8px;
$siui-accountlist-card-title-size: 13px;
$siui-accountlist-firm-bg-color: rgba(0, 148, 255, 0.04);
$siui-accountlist-firm-label-color: #657e91;
$siui-card-hover-button: rgba(4,136,232,.04);