-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplus_theme.css
187 lines (171 loc) · 11.3 KB
/
plus_theme.css
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
/* ===================================================================== */
/* ===================================================================== */
/* PLUS_Theme */
/* */
/* [NOTE] */
/* - This theme is based on Outsystems UI Theme Structure */
/* and CSS BEM best practices. */
/* - Below you can find the CSS map Structure that is been */
/* used on the Outsystems UI. */
/* */
/* */
/* OutSystems UI */
/* $0 - Root - CSS Variables */
/* $1 - Resets (https://necolas.github.io/normalize.css/) */
/* $2 - HTML Elements */
/* $2.1 - HTML Elements - Links */
/* $2.2 - HTML Elements - Images */
/* $2.3 - HTML Elements - Headings */
/* $2.4 - HTML Elements - Inputs and Selectors */
/* $2.5 - HTML Elements - Buttons */
/* $3 - Page Layout */
/* $3.1 - Page Layout - Header */
/* $3.1.1 - Page Layout - Header Top */
/* $3.1.2 - Page Layout - Header Content */
/* $3.2 - Page Layout - Menu */
/* $3.3 - Page Layout - Content */
/* $3.4 - Page Layout - Login */
/* $4 - Patterns */
/* $4.1 - Patterns - Adaptive */
/* $4.1.1 - Patterns - Adaptive - Columns */
/* $4.1.2 - Patterns - Adaptive - Gallery */
/* $4.1.3 - Patterns - Adaptive - MasterDetail */
/* $4.2 - Patterns - Content */
/* $4.2.1 - Patterns - Content - Accordion */
/* $4.2.2 - Patterns - Content - Alert */
/* $4.2.3 - Patterns - Content - BlankSlate */
/* $4.2.4 - Patterns - Content - Card */
/* $4.2.5 - Patterns - Content - CardBackground */
/* $4.2.6 - Patterns - Content - CardItem */
/* $4.2.7 - Patterns - Content - CardSectioned */
/* $4.2.8 - Patterns - Content - ChatMessage */
/* $4.2.9 - Patterns - Content - FlipContent */
/* $4.2.10 - Patterns - Content - FloatingContent */
/* $4.2.11 - Patterns - Content - ListItemContent */
/* $4.2.12 - Patterns - Content - Section */
/* $4.2.13 - Patterns - Content - Tag */
/* $4.2.14 - Patterns - Content - Tooltip */
/* $4.2.15 - Patterns - Content - UserAvatar */
/* $4.3 - Patterns - Interaction */
/* $4.3.1 - Patterns - Interaction - ActionSheet */
/* $4.3.2 - Patterns - Interaction - Animate */
/* $4.3.3 - Patterns - Interaction - AnimatedLabel */
/* $4.3.4 - Patterns - Interaction - Carousel */
/* $4.3.5 - Patterns - Interaction - DatePicker */
/* $4.3.6 - Patterns - Interaction - DropdownSearch */
/* $4.3.7 - Patterns - Interaction - DropdownTags */
/* $4.3.8 - Patterns - Interaction - FloatingActions */
/* $4.3.9 - Patterns - Interaction - HorizontalScroll */
/* $4.3.10 - Patterns - Interaction - LightBoxImage */
/* $4.3.11 - Patterns - Interaction - Notification */
/* $4.3.12 - Patterns - Interaction - RangeSlider */
/* $4.3.13 - Patterns - Interaction - Search */
/* $4.3.14 - Patterns - Interaction - Sidebar */
/* $4.3.15 - Patterns - Interaction - StackedCards */
/* $4.3.16 - Patterns - Interaction - Video */
/* $4.4 - Patterns - Navigation */
/* $4.4.1 - Patterns - Navigation - BottomBarItem */
/* $4.4.1 - Patterns - Navigation - Breadcrumbs */
/* $4.4.5 - Patterns - Navigation - Pagination */
/* $4.4.3 - Patterns - Navigation - SectionIndex */
/* $4.4.5 - Patterns - Navigation - Tabs */
/* $4.4.6 - Patterns - Navigation - Timeline */
/* $4.4.7 - Patterns - Navigation - Wizard */
/* $4.5 - Patterns - Numbers */
/* $4.5.1 - Patterns - Numbers - Badge */
/* $4.5.2 - Patterns - Numbers - Counter */
/* $4.5.3 - Patterns - Numbers - IconBadge */
/* $4.5.4 - Patterns - Numbers - ProgressBar */
/* $4.5.5 - Patterns - Numbers - ProgressCircle */
/* $4.5.6 - Patterns - Numbers - ProgressCircleFraction */
/* $4.6 - Patterns - Utilities */
/* $4.6.1 - Patterns - Utilities - AlignCenter */
/* $4.6.2 - Patterns - Utilities - ButtonLoading */
/* $4.6.3 - Patterns - Utilities - CenterContent */
/* $4.6.4 - Patterns - Utilities - MarginContainer */
/* $4.6.5 - Patterns - Utilities - Separator */
/* $5 - Widgets */
/* $5.1 - Widgets - List */
/* $5.2 - Widgets - ListItem */
/* $5.3 - Widgets - Table */
/* $5.4 - Widgets - BulkActions */
/* $5.5 - Widgets - Form */
/* $5.6 - Widgets - Upload */
/* $5.7 - Widgets - ButtonGroup */
/* $5.8 - Widgets - Popover */
/* $5.9 - Widgets - Popup */
/* $5.10 - Widgets - FeedbackMessage */
/* $6 - Styles */
/* $6.1 - Styles - Typography */
/* $6.1.1 - Styles - Typography - Sizes Desktop */
/* $6.1.2 - Styles - Typography - Sizes Tablet */
/* $6.1.3 - Styles - Typography - Sizes Phone */
/* $6.1.4 - Styles - Typography - Transform */
/* $6.1.5 - Styles - Typography - Weight */
/* $6.2 - Styles - Colors */
/* $6.2.1 - Styles - Colors - Brand */
/* $6.2.2 - Styles - Colors - Extendend */
/* $6.2.3 - Styles - Colors - Neutral */
/* $6.2.4 - Styles - Colors - Semantic */
/* $6.3 - Styles - Space */
/* $6.3.1 - Styles - Space - Padding */
/* $6.3.2 - Styles - Space - Padding Top */
/* $6.3.3 - Styles - Space - Padding Right */
/* $6.3.4 - Styles - Space - Padding Bottom */
/* $6.3.5 - Styles - Space - Padding Left */
/* $6.3.6 - Styles - Space - Padding Vertical */
/* $6.3.7 - Styles - Space - Padding Horizontal */
/* $6.3.8 - Styles - Space - Margin */
/* $6.3.9 - Styles - Space - Margin Top */
/* $6.3.10 - Styles - Space - Margin Right */
/* $6.3.11 - Styles - Space - Margin Bottom */
/* $6.3.12 - Styles - Space - Margin Left */
/* $6.3.13 - Styles - Space - Margin Vertical */
/* $6.3.14 - Styles - Space - Margin Horizontal */
/* $6.4 - Styles - Border Radius */
/* $6.5 - Styles - Border Size */
/* $6.6 - Styles - Elevation/Shadows */
/* $6.7 - Styles - Display Flex Properties */
/* $6.8 - Styles - Others */
/* $7 - Screen Transitions */
/* ===================================================================== */
/* ===================================================================== */
/* ===================================================================== */
/* Include Fonts
/* ===================================================================== */
@font-face {
font-family: 'Gotham';
src: url('/PLUS_Reactive_Theme/Gotham-Book.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Gotham';
src: url('/PLUS_Reactive_Theme/Gotham-Bold.woff') format('woff');
font-weight: 600;
font-style: normal;
}
/* ===================================================================== */
/* $0 - Root - CSS Variables
/* ===================================================================== */
/* Changed CSS variables to adapt the Theme to the PLUS branding */
:root {
--color-primary: #c22;
--color-secondary: #c22;
}
/* ================================================================ */
/* $1 - Resets */
/* ================================================================ */
html {
font-family: 'Gotham', Arial;
font-weight: 300;
}
/* ===================================================================== */
/* $3.1.2 - Page Layout - Header Content
/* ===================================================================== */
.desktop .header-content > .layout-application-title > [data-block*="ApplicationTitle"] .application-name {
display: none;
}
.header-content > .layout-application-title > [data-block*="ApplicationTitle"] .application-name {
margin-right: var(--space-m);
}