@dev-tcloud/tcloud-ui 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/esm2020/lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-body/tcloud-ui-accordion-body.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-title/tcloud-ui-accordion-title.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-choice-issues/tcloud-ui-choice-issues.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list-option/tcloud-ui-data-list-option.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.component.mjs +4 -4
- package/esm2020/lib/_modules/tcloud-ui-datepicker/tcloud-ui-datepicker.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-datepicker-time/tcloud-ui-datepicker-time.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-filters/components/range-date/range-date.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-filters/tcloud-ui-filters.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.component.mjs +133 -0
- package/esm2020/lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.module.mjs +31 -0
- package/esm2020/lib/_modules/tcloud-ui-input-search/tcloud-ui-input-search.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-body/tcloud-ui-modal-body.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-footer/tcloud-ui-modal-footer.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-header/tcloud-ui-modal-header.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-modal/tcloud-ui-modal.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-values.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-number-step/tcloud-ui-number-step.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-scroll-box/tcloud-ui-scroll-box.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-content/tcloud-ui-tab-content.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-head/tcloud-ui-tab-head.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-subtitle/tcloud-ui-tab-subtitle.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-title/tcloud-ui-tab-title.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-tab-menu/tcloud-ui-tab-menu.component.mjs +3 -3
- package/esm2020/lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.component.mjs +9 -3
- package/esm2020/lib/tcloud-ui.module.mjs +8 -1
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/dev-tcloud-tcloud-ui.mjs +259 -93
- package/fesm2015/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/fesm2020/dev-tcloud-tcloud-ui.mjs +259 -93
- package/fesm2020/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.component.d.ts +0 -1
- package/lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.component.d.ts +33 -0
- package/lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.module.d.ts +9 -0
- package/lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.component.d.ts +5 -1
- package/lib/tcloud-ui.module.d.ts +4 -3
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/scss/components/custom/table.scss +1 -1
- package/scss/tcloud/custom/buttons.scss +37 -43
- package/scss/tcloud/custom/card.scss +3 -3
- package/scss/tcloud/custom/colors.scss +4 -9
- package/scss/tcloud/custom/forms.scss +3 -3
- package/scss/tcloud/custom/mixins.scss +15 -11
- package/scss/tcloud/custom/tcloud-prime.scss +673 -738
- package/scss/tcloud/custom/tcloud-standard.scss +2 -2
- package/scss/tcloud/custom/variables.scss +0 -20
- package/scss/tcloud/styles.scss +3 -2
- package/scss/tcloud/custom/colors-prime.scss +0 -15
- package/scss/tcloud/custom/colors-standard.scss +0 -22
|
@@ -3,7 +3,6 @@ import { OnInit, EventEmitter, OnDestroy, AfterViewChecked } from '@angular/core
|
|
|
3
3
|
import { FormGroup, FormBuilder } from '@angular/forms';
|
|
4
4
|
import { ISelectOptions } from './tcloud-ui-data-list';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare const CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR: any;
|
|
7
6
|
export declare class TCloudUiDataListComponent implements OnInit, OnDestroy, AfterViewChecked {
|
|
8
7
|
private dataListService;
|
|
9
8
|
private formBuilder;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare const CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR: any;
|
|
4
|
+
export declare class TCloudUiInputPasswordComponent implements OnInit {
|
|
5
|
+
numberOfCharacter: number;
|
|
6
|
+
atLeastOneUppercaseLetter: boolean;
|
|
7
|
+
atLeastOneLowercaseLetter: boolean;
|
|
8
|
+
atLeastOneSpecialCharacter: boolean;
|
|
9
|
+
innerValue: string;
|
|
10
|
+
private _ngModel;
|
|
11
|
+
set ngModel(v: any);
|
|
12
|
+
ngModelChange: EventEmitter<any>;
|
|
13
|
+
mode: string;
|
|
14
|
+
isCopy: boolean;
|
|
15
|
+
passwordRegex: any | undefined;
|
|
16
|
+
constructor();
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
toggleMode(): void;
|
|
19
|
+
copyText(): void;
|
|
20
|
+
generatePassword(): void;
|
|
21
|
+
private createNewPass;
|
|
22
|
+
getRegexValidation(): string;
|
|
23
|
+
private onTouchedCallback;
|
|
24
|
+
private onChangeCallback;
|
|
25
|
+
get value(): any;
|
|
26
|
+
set value(v: any);
|
|
27
|
+
onBlur(): void;
|
|
28
|
+
writeValue(value: any): void;
|
|
29
|
+
registerOnChange(fn: any): void;
|
|
30
|
+
registerOnTouched(fn: any): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiInputPasswordComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiInputPasswordComponent, "tcloud-ui-input-password", never, { "numberOfCharacter": "numberOfCharacter"; "atLeastOneUppercaseLetter": "atLeastOneUppercaseLetter"; "atLeastOneLowercaseLetter": "atLeastOneLowercaseLetter"; "atLeastOneSpecialCharacter": "atLeastOneSpecialCharacter"; "ngModel": "ngModel"; }, { "ngModelChange": "ngModelChange"; }, never, never, false>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tcloud-ui-input-password.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class TCloudUiInputPasswordModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiInputPasswordModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiInputPasswordModule, [typeof i1.TCloudUiInputPasswordComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule], [typeof i1.TCloudUiInputPasswordComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiInputPasswordModule>;
|
|
9
|
+
}
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TCloudUiWelcomeComponent implements OnInit {
|
|
4
|
+
col4: string;
|
|
5
|
+
col8: string;
|
|
6
|
+
col12: string;
|
|
4
7
|
imgSrc: string;
|
|
5
8
|
title: string;
|
|
6
9
|
description: string;
|
|
7
10
|
size: 'small' | 'normal' | 'big';
|
|
8
11
|
font: 'small' | 'normal' | 'big';
|
|
12
|
+
mirrored: boolean;
|
|
9
13
|
constructor();
|
|
10
14
|
ngOnInit(): void;
|
|
11
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiWelcomeComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiWelcomeComponent, "tcloud-ui-welcome", never, { "imgSrc": "imgSrc"; "title": "title"; "description": "description"; "size": "size"; "font": "font"; }, {}, never, ["*"], false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiWelcomeComponent, "tcloud-ui-welcome", never, { "imgSrc": "imgSrc"; "title": "title"; "description": "description"; "size": "size"; "font": "font"; "mirrored": "mirrored"; }, {}, never, ["*", "*"], false>;
|
|
13
17
|
}
|
|
@@ -18,10 +18,11 @@ import * as i16 from "./_modules/tcloud-ui-datepicker/tcloud-ui-datepicker.modul
|
|
|
18
18
|
import * as i17 from "./_modules/tcloud-ui-datepicker-time/tcloud-ui-datepicker-time.module";
|
|
19
19
|
import * as i18 from "./_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-values.module";
|
|
20
20
|
import * as i19 from "./_modules/tcloud-ui-welcome/tcloud-ui-welcome.module";
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
21
|
+
import * as i20 from "./_modules/tcloud-ui-input-password/tcloud-ui-input-password.module";
|
|
22
|
+
import * as i21 from "./_directives/directives.module";
|
|
23
|
+
import * as i22 from "./_pipes/tcloud-pipes.module";
|
|
23
24
|
export declare class TCloudUiModule {
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiModule, never, [typeof i1.TCloudUiModalModule, typeof i2.TCloudUiTabMenuModule, typeof i3.TCloudUiLinhaLogoModule, typeof i4.TCloudUiLineStepCircleModule, typeof i5.TCloudUiMultiSelectModule, typeof i6.TCloudUiDataListModule, typeof i7.TCloudUiMultiInputModule, typeof i8.TCloudUiChoiceIssuesModule, typeof i9.TCloudUiInputSearchModule, typeof i10.TCloudUiNotFoundModule, typeof i11.TCloudUiTableModule, typeof i12.TCloudUiNumberStepModule, typeof i13.TCloudUiScrollBoxModule, typeof i14.TCloudUiFiltersModule, typeof i15.TCloudUiAccordionModule, typeof i16.TCloudUiDatepickerModule, typeof i17.TCloudUiDatepickerTimeModule, typeof i18.TCloudUiMultiplesValuesModule, typeof i19.TCloudUiWelcomeModule, typeof i20.
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TCloudUiModule, never, [typeof i1.TCloudUiModalModule, typeof i2.TCloudUiTabMenuModule, typeof i3.TCloudUiLinhaLogoModule, typeof i4.TCloudUiLineStepCircleModule, typeof i5.TCloudUiMultiSelectModule, typeof i6.TCloudUiDataListModule, typeof i7.TCloudUiMultiInputModule, typeof i8.TCloudUiChoiceIssuesModule, typeof i9.TCloudUiInputSearchModule, typeof i10.TCloudUiNotFoundModule, typeof i11.TCloudUiTableModule, typeof i12.TCloudUiNumberStepModule, typeof i13.TCloudUiScrollBoxModule, typeof i14.TCloudUiFiltersModule, typeof i15.TCloudUiAccordionModule, typeof i16.TCloudUiDatepickerModule, typeof i17.TCloudUiDatepickerTimeModule, typeof i18.TCloudUiMultiplesValuesModule, typeof i19.TCloudUiWelcomeModule, typeof i20.TCloudUiInputPasswordModule, typeof i21.TCloudUiDirectiveModule, typeof i22.TCloudUiPipesModule], [typeof i1.TCloudUiModalModule, typeof i2.TCloudUiTabMenuModule, typeof i3.TCloudUiLinhaLogoModule, typeof i4.TCloudUiLineStepCircleModule, typeof i5.TCloudUiMultiSelectModule, typeof i6.TCloudUiDataListModule, typeof i7.TCloudUiMultiInputModule, typeof i8.TCloudUiChoiceIssuesModule, typeof i9.TCloudUiInputSearchModule, typeof i10.TCloudUiNotFoundModule, typeof i11.TCloudUiTableModule, typeof i12.TCloudUiNumberStepModule, typeof i13.TCloudUiScrollBoxModule, typeof i14.TCloudUiFiltersModule, typeof i15.TCloudUiAccordionModule, typeof i16.TCloudUiDatepickerModule, typeof i17.TCloudUiDatepickerTimeModule, typeof i18.TCloudUiMultiplesValuesModule, typeof i19.TCloudUiWelcomeModule, typeof i20.TCloudUiInputPasswordModule, typeof i21.TCloudUiDirectiveModule, typeof i22.TCloudUiPipesModule]>;
|
|
26
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<TCloudUiModule>;
|
|
27
28
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -49,6 +49,8 @@ export * from './lib/_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-val
|
|
|
49
49
|
export * from './lib/_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-values.component';
|
|
50
50
|
export * from './lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.module';
|
|
51
51
|
export * from './lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.component';
|
|
52
|
+
export * from './lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.module';
|
|
53
|
+
export * from './lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.component';
|
|
52
54
|
export * from './lib/_directives/directives.module';
|
|
53
55
|
export * from './lib/_directives/tooltip/tooltip.directive';
|
|
54
56
|
export * from './lib/_directives/align/align.directive';
|
|
@@ -37,10 +37,17 @@
|
|
|
37
37
|
&:active { text-decoration: none; }
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
+
.tc-btn-block{
|
|
41
|
+
display: block;
|
|
42
|
+
width: 100%;
|
|
43
|
+
text-align: center;
|
|
44
|
+
padding: 10px 25px;
|
|
45
|
+
}
|
|
46
|
+
|
|
40
47
|
.tc-btn:disabled,
|
|
41
48
|
.tc-btn[disabled]{
|
|
42
|
-
cursor: no-drop;
|
|
43
|
-
opacity: 0.6;
|
|
49
|
+
cursor: no-drop;
|
|
50
|
+
opacity: 0.6;
|
|
44
51
|
}
|
|
45
52
|
|
|
46
53
|
.tc-btn-primary{
|
|
@@ -50,21 +57,8 @@ opacity: 0.6;
|
|
|
50
57
|
|
|
51
58
|
&:hover {
|
|
52
59
|
color: var(--white);
|
|
53
|
-
background: var(--tc-complemt-
|
|
54
|
-
border-color: var(--tc-
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.tc-btn-text {
|
|
59
|
-
cursor: pointer;
|
|
60
|
-
padding: 10px;
|
|
61
|
-
background: none;
|
|
62
|
-
color: var(--black);
|
|
63
|
-
border: none;
|
|
64
|
-
|
|
65
|
-
p {
|
|
66
|
-
text-align: left;
|
|
67
|
-
color: var(--black);
|
|
60
|
+
background: var(--tc-complemt-3);
|
|
61
|
+
border-color: var(--tc-primary);
|
|
68
62
|
}
|
|
69
63
|
}
|
|
70
64
|
|
|
@@ -130,21 +124,21 @@ margin: 0 0 0 10px;
|
|
|
130
124
|
.btn-new-grey {
|
|
131
125
|
border: none;
|
|
132
126
|
transition: all 0.25s;
|
|
133
|
-
background: var(--tc-gray-100)!important;
|
|
127
|
+
background: var(--tc-gray-100) !important;
|
|
134
128
|
color: var(--tc-gray-600) !important;
|
|
135
129
|
font-size: 12px;
|
|
136
130
|
font-weight: normal;
|
|
137
131
|
border-radius: 30px;
|
|
138
132
|
padding: 10px 20px;
|
|
139
133
|
cursor: pointer;
|
|
140
|
-
border: none!important;
|
|
134
|
+
border: none !important;
|
|
141
135
|
}
|
|
142
136
|
|
|
143
137
|
.btn-new-grey.active,
|
|
144
138
|
.btn-new-grey.opened,
|
|
145
139
|
.btn-new-grey:hover {
|
|
146
140
|
background: var(--tc-primary)!important;
|
|
147
|
-
color: var(--white)!important;
|
|
141
|
+
color: var(--white) !important;
|
|
148
142
|
}
|
|
149
143
|
|
|
150
144
|
.btn-new-grey i {
|
|
@@ -155,12 +149,12 @@ margin: 0 10px 0 5px;
|
|
|
155
149
|
margin: 0 0 0 10px;
|
|
156
150
|
}
|
|
157
151
|
|
|
158
|
-
.btn-
|
|
152
|
+
.tc-btn-primary,
|
|
159
153
|
.btn-green-validate {
|
|
160
154
|
display: inline-flex;
|
|
161
155
|
align-items: center;
|
|
162
156
|
background: var(--tc-primary)!important;
|
|
163
|
-
color: var(--white)!important;
|
|
157
|
+
color: var(--white) !important;
|
|
164
158
|
font-size: 12px;
|
|
165
159
|
font-weight: normal;
|
|
166
160
|
border-radius: 30px;
|
|
@@ -171,15 +165,15 @@ transition: all 0.25s;
|
|
|
171
165
|
|
|
172
166
|
}
|
|
173
167
|
|
|
174
|
-
.btn-
|
|
168
|
+
.tc-btn-primary.full {
|
|
175
169
|
width: 100%!important;
|
|
176
170
|
}
|
|
177
171
|
|
|
178
|
-
.btn-
|
|
172
|
+
.tc-btn-primary.full.txt-center {
|
|
179
173
|
justify-content: center;
|
|
180
174
|
}
|
|
181
175
|
|
|
182
|
-
.btn-
|
|
176
|
+
.tc-btn-primary.txt-center {
|
|
183
177
|
justify-content: center;
|
|
184
178
|
}
|
|
185
179
|
|
|
@@ -187,26 +181,26 @@ justify-content: center;
|
|
|
187
181
|
background: var(--tc-gray-200) !important;
|
|
188
182
|
}
|
|
189
183
|
|
|
190
|
-
.btn-
|
|
184
|
+
.tc-btn-primary.small {
|
|
191
185
|
padding: 10px 20px;
|
|
192
186
|
}
|
|
193
187
|
|
|
194
|
-
.btn-
|
|
195
|
-
.btn-
|
|
196
|
-
.btn-
|
|
197
|
-
background: var(--tc-
|
|
188
|
+
.tc-btn-primary.active,
|
|
189
|
+
.tc-btn-primary.opened,
|
|
190
|
+
.tc-btn-primary:hover {
|
|
191
|
+
background: var(--tc-complemt-3) !important;
|
|
198
192
|
}
|
|
199
193
|
|
|
200
|
-
.btn-
|
|
194
|
+
.tc-btn-primary i {
|
|
201
195
|
margin: 0 10px 0 5px;
|
|
202
196
|
}
|
|
203
197
|
|
|
204
|
-
.btn-
|
|
198
|
+
.tc-btn-primary i:nth-child(2) {
|
|
205
199
|
margin: 0 0 0 10px;
|
|
206
200
|
}
|
|
207
201
|
|
|
208
202
|
.btn-new-outline {
|
|
209
|
-
background: var(--white)!important;
|
|
203
|
+
background: var(--white) !important;
|
|
210
204
|
color: var(--tc-gray-600);
|
|
211
205
|
font-size: 12px;
|
|
212
206
|
font-weight: normal;
|
|
@@ -228,7 +222,7 @@ cursor: pointer;
|
|
|
228
222
|
.btn-new-outline.active,
|
|
229
223
|
.btn-new-outline.opened,
|
|
230
224
|
.btn-new-outline:hover {
|
|
231
|
-
background: var(--tc-gray-100)!important;
|
|
225
|
+
background: var(--tc-gray-100) !important;
|
|
232
226
|
}
|
|
233
227
|
|
|
234
228
|
|
|
@@ -259,7 +253,7 @@ margin: 0;
|
|
|
259
253
|
display: inline-flex;
|
|
260
254
|
align-items: center;
|
|
261
255
|
background: var(--tc-primary)!important;
|
|
262
|
-
color: var(--white)!important;
|
|
256
|
+
color: var(--white) !important;
|
|
263
257
|
font-size: 12px;
|
|
264
258
|
font-weight: normal;
|
|
265
259
|
border-radius: 30px;
|
|
@@ -270,8 +264,8 @@ cursor: pointer;
|
|
|
270
264
|
}
|
|
271
265
|
|
|
272
266
|
.btn-disabled:disabled {
|
|
273
|
-
background: var(--tc-gray-100)!important;
|
|
274
|
-
color: var(--tc-gray-600)!important;
|
|
267
|
+
background: var(--tc-gray-100) !important;
|
|
268
|
+
color: var(--tc-gray-600) !important;
|
|
275
269
|
cursor: default;
|
|
276
270
|
}
|
|
277
271
|
|
|
@@ -293,7 +287,7 @@ transition: all 0.25s;
|
|
|
293
287
|
|
|
294
288
|
.btn-new-white:hover {
|
|
295
289
|
color: var(--white);
|
|
296
|
-
background: var(--var(--tc-
|
|
290
|
+
background: var(--var(--tc-primary)2);
|
|
297
291
|
}
|
|
298
292
|
|
|
299
293
|
.btn-new-full {
|
|
@@ -312,7 +306,7 @@ border-color: var(--tc-primary);
|
|
|
312
306
|
}
|
|
313
307
|
|
|
314
308
|
.btn-group .btn-secondary:hover {
|
|
315
|
-
background-color: var(--tc-
|
|
309
|
+
background-color: var(--tc-primary)2;
|
|
316
310
|
}
|
|
317
311
|
|
|
318
312
|
|
|
@@ -396,9 +390,9 @@ border-radius: 20px;
|
|
|
396
390
|
.btn-primary:hover,
|
|
397
391
|
.btn-primary:focus,
|
|
398
392
|
.btn-primary.focus {
|
|
399
|
-
background-color: var(--tc-
|
|
400
|
-
border-color: var(--tc-
|
|
401
|
-
color: var(--white)!important;
|
|
393
|
+
background-color: var(--tc-primary)2!important;
|
|
394
|
+
border-color: var(--tc-primary)2!important;
|
|
395
|
+
color: var(--white) !important;
|
|
402
396
|
}
|
|
403
397
|
|
|
404
398
|
.btn-primary.disabled,
|
|
@@ -807,4 +801,4 @@ padding: 10px 16px;
|
|
|
807
801
|
border-radius: 35px;
|
|
808
802
|
font-size: 24px;
|
|
809
803
|
line-height: 1.33;
|
|
810
|
-
}
|
|
804
|
+
}
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
gap: 10px;
|
|
19
19
|
margin-bottom: 15px;
|
|
20
20
|
padding-bottom: 15px;
|
|
21
|
-
border-bottom: 1px solid var(--gray-200);
|
|
21
|
+
border-bottom: 1px solid var(--tc-gray-200);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.tc-card-title {
|
|
25
|
-
color: var(
|
|
25
|
+
color: var(tc-primary);
|
|
26
26
|
font-size: 16px;
|
|
27
27
|
font-weight: normal;
|
|
28
28
|
text-transform: uppercase;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
gap: 20px;
|
|
42
42
|
margin-top: 15px;
|
|
43
43
|
padding-top: 15px;
|
|
44
|
-
border-top: 1px solid var(--gray-200);
|
|
44
|
+
border-top: 1px solid var(--tc-gray-200);
|
|
45
45
|
|
|
46
46
|
button,
|
|
47
47
|
.tc-btn {
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
--tc-primary: #6B48FF;
|
|
6
6
|
--tc-primary-lighten: #886dfc;
|
|
7
7
|
|
|
8
|
-
--tc-primary2: #
|
|
9
|
-
|
|
8
|
+
--tc-primary2: #4a29dc;
|
|
9
|
+
--tc-complemt: #7b5ffa;
|
|
10
10
|
--tc-complemt-2: #5B35FC;
|
|
11
|
-
|
|
11
|
+
--tc-complemt-3: #8970fb;
|
|
12
12
|
/*
|
|
13
13
|
--primary: #6B48FF;
|
|
14
14
|
--primary2: #0897E9;
|
|
@@ -20,9 +20,6 @@
|
|
|
20
20
|
--second2: #EEEEEE;
|
|
21
21
|
--white: #fff;
|
|
22
22
|
--black: #363636;
|
|
23
|
-
--tc-gray-10: #f9f9f9;
|
|
24
|
-
--tc-gray-50: #EEEEEE;
|
|
25
|
-
--tc-gray-100: #C7C7C7;
|
|
26
23
|
--red: #cb0000;
|
|
27
24
|
--green: #1E8E3E;
|
|
28
25
|
}
|
|
@@ -73,6 +70,4 @@
|
|
|
73
70
|
--cinza5: #f8f9fa;
|
|
74
71
|
|
|
75
72
|
--verde: #37b6c4;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
73
|
+
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
color: #212529;
|
|
16
16
|
background-color: #fff;
|
|
17
17
|
background-clip: padding-box;
|
|
18
|
-
border: 1px solid
|
|
18
|
+
border: 1px solid var(--tc-gray-300);;
|
|
19
19
|
-webkit-appearance: none;
|
|
20
20
|
-moz-appearance: none;
|
|
21
21
|
appearance: none;
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
&:focus {
|
|
27
|
-
border-color: var(
|
|
27
|
+
border-color: var(tc-primary);
|
|
28
28
|
box-shadow: none;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
&:focus-visible {
|
|
32
|
-
outline: 1px solid var(
|
|
32
|
+
outline: 1px solid var(tc-primary);
|
|
33
33
|
border-radius: 3px;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
|
|
210
210
|
@mixin prime-bg-10 {
|
|
211
211
|
// @include prime-bg-10;
|
|
212
|
-
background: var(--tc-gray-
|
|
212
|
+
background: var(--tc-gray-100) !important;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
|
|
@@ -244,23 +244,27 @@
|
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
@mixin prime-mkt-gradient {
|
|
247
|
+
$tcprimary: var(--tc-primary);
|
|
248
|
+
$tcprimary2: var(--tc-primary2);
|
|
249
|
+
|
|
247
250
|
// @include prime-mkt-gradient;
|
|
248
251
|
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b48ff+0,362480+100 */
|
|
249
|
-
background:
|
|
250
|
-
background: -moz-linear-gradient(left,
|
|
251
|
-
background: -webkit-linear-gradient(left,
|
|
252
|
-
background: linear-gradient(to right,
|
|
253
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr
|
|
252
|
+
background: $tcprimary!important; /* Old browsers */
|
|
253
|
+
background: -moz-linear-gradient(left, $tcprimary 0%, $tcprimary2 100%)!important; /* FF3.6-15 */
|
|
254
|
+
background: -webkit-linear-gradient(left, $tcprimary 0%,$tcprimary2 100%)!important; /* Chrome10-25,Safari5.1-6 */
|
|
255
|
+
background: linear-gradient(to right, $tcprimary 0%,$tcprimary2 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
|
256
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$tcprimary, endColorstr=$tcprimary2,GradientType=1 )!important; /* IE6-9 */
|
|
254
257
|
}
|
|
255
258
|
|
|
256
259
|
@mixin prime-bg-gradient {
|
|
260
|
+
$tcprimary: var(--tc-primary);
|
|
257
261
|
// @include prime-bg-gradient;
|
|
258
262
|
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b48ff+0,7151ff+100 */
|
|
259
|
-
background:
|
|
260
|
-
background: -moz-linear-gradient(left,
|
|
261
|
-
background: -webkit-linear-gradient(left,
|
|
262
|
-
background: linear-gradient(to right,
|
|
263
|
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr
|
|
263
|
+
background: $tcprimary; /* Old browsers */
|
|
264
|
+
background: -moz-linear-gradient(left, $tcprimary 0%, $tcprimary 100%); /* FF3.6-15 */
|
|
265
|
+
background: -webkit-linear-gradient(left, $tcprimary 0%,$tcprimary 100%); /* Chrome10-25,Safari5.1-6 */
|
|
266
|
+
background: linear-gradient(to right, $tcprimary 0%,$tcprimary 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
|
267
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$tcprimary, endColorstr=$tcprimary,GradientType=1 ); /* IE6-9 */
|
|
264
268
|
}
|
|
265
269
|
|
|
266
270
|
|