@tilde-nlp/ngx-common 0.0.0
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 +95 -0
- package/esm2020/lib/close-button/close-button.component.mjs +34 -0
- package/esm2020/lib/close-button/close-button.module.mjs +38 -0
- package/esm2020/lib/close-button/index.mjs +3 -0
- package/esm2020/lib/company-product/company-product.component.mjs +20 -0
- package/esm2020/lib/company-product/company-product.module.mjs +24 -0
- package/esm2020/lib/company-product/index.mjs +3 -0
- package/esm2020/lib/directives/click-outside/click-outside.directive.mjs +29 -0
- package/esm2020/lib/directives/click-outside/click-outside.module.mjs +26 -0
- package/esm2020/lib/directives/click-outside/index.mjs +3 -0
- package/esm2020/lib/directives/index.mjs +2 -0
- package/esm2020/lib/footer/footer.component.mjs +37 -0
- package/esm2020/lib/footer/footer.module.mjs +36 -0
- package/esm2020/lib/footer/index.mjs +3 -0
- package/esm2020/lib/helpers/index.mjs +2 -0
- package/esm2020/lib/helpers/missing-translation-helper.mjs +7 -0
- package/esm2020/lib/inline-message/index.mjs +4 -0
- package/esm2020/lib/inline-message/inline-message.component.mjs +23 -0
- package/esm2020/lib/inline-message/inline-message.module.mjs +34 -0
- package/esm2020/lib/inline-message/models/index.mjs +4 -0
- package/esm2020/lib/inline-message/models/inline-message-icon-position.enum.mjs +6 -0
- package/esm2020/lib/inline-message/models/inline-message-type.enum.mjs +7 -0
- package/esm2020/lib/inline-message/models/inline-message.model.mjs +2 -0
- package/esm2020/lib/notification-message/enums/index.mjs +2 -0
- package/esm2020/lib/notification-message/enums/notification-message-type.enum.mjs +8 -0
- package/esm2020/lib/notification-message/index.mjs +5 -0
- package/esm2020/lib/notification-message/interfaces/index.mjs +2 -0
- package/esm2020/lib/notification-message/interfaces/notification-message.model.mjs +2 -0
- package/esm2020/lib/notification-message/notification-message.component.mjs +51 -0
- package/esm2020/lib/notification-message/notification-message.module.mjs +46 -0
- package/esm2020/lib/pipes/filter-with-highlight/filter-with-highlight.module.mjs +26 -0
- package/esm2020/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.mjs +39 -0
- package/esm2020/lib/pipes/filter-with-highlight/index.mjs +3 -0
- package/esm2020/lib/pipes/index.mjs +3 -0
- package/esm2020/lib/pipes/sort-translations/index.mjs +3 -0
- package/esm2020/lib/pipes/sort-translations/sort-translations.module.mjs +24 -0
- package/esm2020/lib/pipes/sort-translations/sort-translations.pipe.mjs +60 -0
- package/esm2020/lib/plausible/index.mjs +5 -0
- package/esm2020/lib/plausible/models/index.mjs +2 -0
- package/esm2020/lib/plausible/models/plausible-event.model.mjs +2 -0
- package/esm2020/lib/plausible/plausible-event.directive.mjs +40 -0
- package/esm2020/lib/plausible/plausible.helper.mjs +37 -0
- package/esm2020/lib/plausible/plausible.module.mjs +26 -0
- package/esm2020/lib/services/dom.service.mjs +21 -0
- package/esm2020/lib/services/icon.service.mjs +35 -0
- package/esm2020/lib/services/index.mjs +3 -0
- package/esm2020/lib/tld-loader/index.mjs +3 -0
- package/esm2020/lib/tld-loader/tld-loader.component.mjs +11 -0
- package/esm2020/lib/tld-loader/tld-loader.module.mjs +20 -0
- package/esm2020/public-api.mjs +15 -0
- package/esm2020/tilde-nlp-ngx-common.mjs +5 -0
- package/fesm2015/tilde-nlp-ngx-common.mjs +694 -0
- package/fesm2015/tilde-nlp-ngx-common.mjs.map +1 -0
- package/fesm2020/tilde-nlp-ngx-common.mjs +693 -0
- package/fesm2020/tilde-nlp-ngx-common.mjs.map +1 -0
- package/lib/close-button/close-button.component.d.ts +13 -0
- package/lib/close-button/close-button.module.d.ts +11 -0
- package/lib/close-button/index.d.ts +2 -0
- package/lib/company-product/company-product.component.d.ts +7 -0
- package/lib/company-product/company-product.module.d.ts +8 -0
- package/lib/company-product/index.d.ts +2 -0
- package/lib/directives/click-outside/click-outside.directive.d.ts +10 -0
- package/lib/directives/click-outside/click-outside.module.d.ts +8 -0
- package/lib/directives/click-outside/index.d.ts +2 -0
- package/lib/directives/index.d.ts +1 -0
- package/lib/footer/footer.component.d.ts +15 -0
- package/lib/footer/footer.module.d.ts +11 -0
- package/lib/footer/index.d.ts +2 -0
- package/lib/helpers/index.d.ts +1 -0
- package/lib/helpers/missing-translation-helper.d.ts +4 -0
- package/lib/inline-message/index.d.ts +3 -0
- package/lib/inline-message/inline-message.component.d.ts +10 -0
- package/lib/inline-message/inline-message.module.d.ts +10 -0
- package/lib/inline-message/models/index.d.ts +3 -0
- package/lib/inline-message/models/inline-message-icon-position.enum.d.ts +4 -0
- package/lib/inline-message/models/inline-message-type.enum.d.ts +5 -0
- package/lib/inline-message/models/inline-message.model.d.ts +10 -0
- package/lib/notification-message/enums/index.d.ts +1 -0
- package/lib/notification-message/enums/notification-message-type.enum.d.ts +6 -0
- package/lib/notification-message/index.d.ts +4 -0
- package/lib/notification-message/interfaces/index.d.ts +1 -0
- package/lib/notification-message/interfaces/notification-message.model.d.ts +18 -0
- package/lib/notification-message/notification-message.component.d.ts +22 -0
- package/lib/notification-message/notification-message.module.d.ts +13 -0
- package/lib/pipes/filter-with-highlight/filter-with-highlight.module.d.ts +8 -0
- package/lib/pipes/filter-with-highlight/filter-with-highlight.pipe.d.ts +7 -0
- package/lib/pipes/filter-with-highlight/index.d.ts +2 -0
- package/lib/pipes/index.d.ts +2 -0
- package/lib/pipes/sort-translations/index.d.ts +2 -0
- package/lib/pipes/sort-translations/sort-translations.module.d.ts +8 -0
- package/lib/pipes/sort-translations/sort-translations.pipe.d.ts +20 -0
- package/lib/plausible/index.d.ts +4 -0
- package/lib/plausible/models/index.d.ts +1 -0
- package/lib/plausible/models/plausible-event.model.d.ts +7 -0
- package/lib/plausible/plausible-event.directive.d.ts +11 -0
- package/lib/plausible/plausible.helper.d.ts +15 -0
- package/lib/plausible/plausible.module.d.ts +8 -0
- package/lib/services/dom.service.d.ts +7 -0
- package/lib/services/icon.service.d.ts +14 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/tld-loader/index.d.ts +2 -0
- package/lib/tld-loader/tld-loader.component.d.ts +5 -0
- package/lib/tld-loader/tld-loader.module.d.ts +7 -0
- package/package.json +34 -0
- package/public-api.d.ts +11 -0
- package/styles/components/borders.scss +28 -0
- package/styles/components/buttons.scss +0 -0
- package/styles/components/icons.scss +6 -0
- package/styles/components/links.scss +5 -0
- package/styles/components/strapi-html.scss +20 -0
- package/styles/custom/containers.scss +15 -0
- package/styles/mixins/icon-fill.mixin.scss +11 -0
- package/styles/mixins/material-overrides/mat-button-overrides.mixin.scss +31 -0
- package/styles/mixins/material-overrides/mat-form-field-overrides.mixin.scss +24 -0
- package/styles/mixins/material-overrides/material-overrides.mixin.scss +7 -0
- package/styles/mixins/sass-variables-to-css.mixin.scss +9 -0
- package/styles/mixins/tld-all-mixins.mixin.scss +16 -0
- package/styles/mixins/tld-font.mixin.scss +5 -0
- package/styles/strapi/strapi-base.scss +75 -0
- package/styles/tilde-fonts.scss +3 -0
- package/styles/tilde-style.scss +11 -0
- package/styles/tilde-theme.scss +65 -0
- package/styles/typography.scss +75 -0
- package/styles/variables/borders.variables.scss +4 -0
- package/styles/variables/colors.variables.scss +21 -0
- package/styles/variables/font-size.variables.scss +7 -0
- package/styles/variables/fonts.variables.scss +1 -0
- package/tilde-nlp-ngx-common.d.ts +5 -0
package/public-api.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './lib/services';
|
|
2
|
+
export * from './lib/plausible';
|
|
3
|
+
export * from './lib/inline-message';
|
|
4
|
+
export * from './lib/pipes';
|
|
5
|
+
export * from './lib/directives';
|
|
6
|
+
export * from './lib/close-button';
|
|
7
|
+
export * from './lib/notification-message';
|
|
8
|
+
export * from './lib/tld-loader';
|
|
9
|
+
export * from './lib/helpers';
|
|
10
|
+
export * from './lib/company-product';
|
|
11
|
+
export * from './lib/footer';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/*
|
|
2
|
+
$border-string: var(--default-border-width) solid var(--base-70);
|
|
3
|
+
|
|
4
|
+
.tld-default-border {
|
|
5
|
+
border: $border-string;
|
|
6
|
+
border-radius: var(--default-border-radius);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.tld-default-top {
|
|
10
|
+
border-top: $border-string;
|
|
11
|
+
border-radius: var(--default-border-radius);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.tld-default-left {
|
|
15
|
+
border-left: $border-string;
|
|
16
|
+
border-radius: var(--default-border-radius);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.tld-default-border-bottom {
|
|
20
|
+
border-bottom: $border-string;
|
|
21
|
+
border-radius: var(--default-border-radius);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.tld-default-border-right {
|
|
25
|
+
border-right: $border-string;
|
|
26
|
+
border-radius: var(--default-border-radius);
|
|
27
|
+
}
|
|
28
|
+
*/
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
strapi-html {
|
|
2
|
+
/*---------------------------------------------------------*/
|
|
3
|
+
/* In strapi rich text editor, you can set text sizes. Here are classes that are added if sizes are set*/
|
|
4
|
+
.text-tiny {
|
|
5
|
+
font-size: 0.7rem;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.text-small {
|
|
9
|
+
font-size: 0.85rem;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.text-big {
|
|
13
|
+
font-size: 1.4rem;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.text-huge {
|
|
17
|
+
font-size: 1.8rem;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
/*--------------------------*/
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@use '@angular/flex-layout/core/sass/layout-bp' as bp;
|
|
2
|
+
|
|
3
|
+
.tld-container {
|
|
4
|
+
max-width: 87rem;
|
|
5
|
+
margin-left: auto;
|
|
6
|
+
margin-right: auto;
|
|
7
|
+
padding: 0 2rem;
|
|
8
|
+
width:100%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
@include bp.layout-bp(xs) {
|
|
12
|
+
.tld-container {
|
|
13
|
+
padding: 0 1rem;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@mixin mat-button-overrides($color-map) {
|
|
2
|
+
|
|
3
|
+
// goes through all color map and adds option to add every color from map in html. You can use <button mat-button color="my-color"> as long as my-color is in color map.
|
|
4
|
+
@each $key,
|
|
5
|
+
$value in $color-map {
|
|
6
|
+
|
|
7
|
+
.mat-button.mat-#{$key},
|
|
8
|
+
.mat-stroked-button.mat-#{$key} {
|
|
9
|
+
color: var(--#{$key}) !important;
|
|
10
|
+
|
|
11
|
+
&:hover {
|
|
12
|
+
color: var(--#{$key}) !important;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.mat-raised-button.mat-#{$key},
|
|
17
|
+
.mat-flat-button.mat-#{$key},
|
|
18
|
+
a.mat-raised-button[color=#{$key}],
|
|
19
|
+
.mat-fab.mat-#{$key},
|
|
20
|
+
.mat-mini-fab.mat-#{$key} {
|
|
21
|
+
$white: #f0fff3;
|
|
22
|
+
color: $white !important;
|
|
23
|
+
background-color: var(--#{$key}) !important;
|
|
24
|
+
|
|
25
|
+
&:hover {
|
|
26
|
+
color: $white !important;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@mixin mat-form-field-overrides($color-map) {
|
|
2
|
+
|
|
3
|
+
// goes through all color map and adds option to add every color from map in html. You can use <button mat-button color="my-color"> as long as my-color is in color map.
|
|
4
|
+
@each $key,
|
|
5
|
+
$value in $color-map {
|
|
6
|
+
|
|
7
|
+
$color: var(--#{$key});
|
|
8
|
+
|
|
9
|
+
//mat-input focused color
|
|
10
|
+
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
|
|
11
|
+
color: $color !important;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// mat-input carent color
|
|
15
|
+
.mat-input-element {
|
|
16
|
+
caret-color: $color !important;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// mat-label focused style
|
|
20
|
+
.mat-form-field.mat-focused .mat-form-field-label {
|
|
21
|
+
color: $color !important;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
@use "./mat-button-overrides.mixin.scss" as mat-buttons;
|
|
2
|
+
@use "./mat-form-field-overrides.mixin.scss" as mat-form-field;
|
|
3
|
+
|
|
4
|
+
@mixin material-overrides($color-map: ()) {
|
|
5
|
+
@include mat-buttons.mat-button-overrides($color-map);
|
|
6
|
+
@include mat-form-field.mat-form-field-overrides($color-map);
|
|
7
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@import "../variables/colors.variables.scss";
|
|
3
|
+
@import "./sass-variables-to-css.mixin.scss";
|
|
4
|
+
@import "./icon-fill.mixin.scss";
|
|
5
|
+
@import "./tld-font.mixin.scss";
|
|
6
|
+
@import "../variables/fonts.variables.scss";
|
|
7
|
+
@import "./material-overrides/material-overrides.mixin.scss";
|
|
8
|
+
|
|
9
|
+
@mixin tld-all-mixins($color-map: (), $font: $tld-font) {
|
|
10
|
+
$merged: map.merge($default-colors, $color-map);
|
|
11
|
+
|
|
12
|
+
@include tld-font($font);
|
|
13
|
+
@include sass-variables-to-css($merged);
|
|
14
|
+
@include icon-fill($merged);
|
|
15
|
+
@include material-overrides($merged);
|
|
16
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
@use "../typography.scss";
|
|
2
|
+
|
|
3
|
+
strapi-feature-list,
|
|
4
|
+
strapi-html,
|
|
5
|
+
dynamic-zone,
|
|
6
|
+
.universal-page,
|
|
7
|
+
.universal-page-block {
|
|
8
|
+
@extend .text-xl;
|
|
9
|
+
color: var(--base-30);
|
|
10
|
+
|
|
11
|
+
a {
|
|
12
|
+
@extend .semi-bold;
|
|
13
|
+
text-decoration: none;
|
|
14
|
+
|
|
15
|
+
&:not(.base-color-link) {
|
|
16
|
+
$color: var(--primary-accent) !important;
|
|
17
|
+
color: $color;
|
|
18
|
+
|
|
19
|
+
&:hover {
|
|
20
|
+
color: $color;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
h1,
|
|
26
|
+
h2,
|
|
27
|
+
h3,
|
|
28
|
+
h4,
|
|
29
|
+
h5,
|
|
30
|
+
h6 {
|
|
31
|
+
color: var(--base-10);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
h1 {
|
|
35
|
+
@extend .text-4-xl;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
h2 {
|
|
40
|
+
@extend .text-3-xl;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
h3 {
|
|
45
|
+
@extend .text-2-xl;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
h4 {
|
|
50
|
+
@extend .text-xl-semi-bold;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
h5,
|
|
55
|
+
h6 {
|
|
56
|
+
@extend .text-l-semi-bold;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
strapi-html {
|
|
62
|
+
margin-top: 4rem;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.strapi-feature-list .strapi-feature-list-title {
|
|
66
|
+
|
|
67
|
+
h1,
|
|
68
|
+
h2,
|
|
69
|
+
h3,
|
|
70
|
+
h4,
|
|
71
|
+
h5,
|
|
72
|
+
h6 {
|
|
73
|
+
margin-bottom: 4rem;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
|
|
2
|
+
// Roboto font necessary for tilde company and product titles in headers
|
|
3
|
+
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "./variables/borders.variables.scss";
|
|
2
|
+
|
|
3
|
+
@use "./components/buttons.scss";
|
|
4
|
+
@use "./components/links.scss";
|
|
5
|
+
@use "./components/icons.scss";
|
|
6
|
+
// @use "./components/borders.scss";
|
|
7
|
+
@use "./components/strapi-html.scss";
|
|
8
|
+
@use "./tilde-fonts.scss";
|
|
9
|
+
@use "./typography.scss";
|
|
10
|
+
@use "./custom/containers.scss";
|
|
11
|
+
@use "./strapi/strapi-base.scss";
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* This file contains tilde theme color palletes for angular material theming. */
|
|
2
|
+
|
|
3
|
+
$tld-accent-map: (
|
|
4
|
+
50 : #f6e4e9,
|
|
5
|
+
100 : #e9bdc9,
|
|
6
|
+
200 : #db91a5,
|
|
7
|
+
300 : #cc6481,
|
|
8
|
+
400 : #c14366,
|
|
9
|
+
500 : #b6224b,
|
|
10
|
+
600 : #af1e44,
|
|
11
|
+
700 : #a6193b,
|
|
12
|
+
800 : #9e1433,
|
|
13
|
+
900 : #8e0c23,
|
|
14
|
+
A100 : #ffbec7,
|
|
15
|
+
A200 : #ff8b9b,
|
|
16
|
+
A400 : #ff5870,
|
|
17
|
+
A700 : #ff3e5a,
|
|
18
|
+
contrast: (50 : #000000,
|
|
19
|
+
100 : #000000,
|
|
20
|
+
200 : #000000,
|
|
21
|
+
300 : #000000,
|
|
22
|
+
400 : #ffffff,
|
|
23
|
+
500 : #ffffff,
|
|
24
|
+
600 : #ffffff,
|
|
25
|
+
700 : #ffffff,
|
|
26
|
+
800 : #ffffff,
|
|
27
|
+
900 : #ffffff,
|
|
28
|
+
A100 : #000000,
|
|
29
|
+
A200 : #000000,
|
|
30
|
+
A400 : #000000,
|
|
31
|
+
A700 : #ffffff,
|
|
32
|
+
)
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
$tld-primary-map: (
|
|
36
|
+
50 : #eaebed,
|
|
37
|
+
100 : #cacdd1,
|
|
38
|
+
200 : #a6acb3,
|
|
39
|
+
300 : #828a94,
|
|
40
|
+
400 : #68717d,
|
|
41
|
+
500 : #4d5866,
|
|
42
|
+
600 : #46505e,
|
|
43
|
+
700 : #3d4753,
|
|
44
|
+
800 : #343d49,
|
|
45
|
+
900 : #252d38,
|
|
46
|
+
A100 : #82b5ff,
|
|
47
|
+
A200 : #4f97ff,
|
|
48
|
+
A400 : #1c7aff,
|
|
49
|
+
A700 : #036aff,
|
|
50
|
+
contrast: (50 : #000000,
|
|
51
|
+
100 : #000000,
|
|
52
|
+
200 : #000000,
|
|
53
|
+
300 : #000000,
|
|
54
|
+
400 : #ffffff,
|
|
55
|
+
500 : #ffffff,
|
|
56
|
+
600 : #ffffff,
|
|
57
|
+
700 : #ffffff,
|
|
58
|
+
800 : #ffffff,
|
|
59
|
+
900 : #ffffff,
|
|
60
|
+
A100 : #000000,
|
|
61
|
+
A200 : #000000,
|
|
62
|
+
A400 : #ffffff,
|
|
63
|
+
A700 : #ffffff,
|
|
64
|
+
)
|
|
65
|
+
);
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
@use './variables/font-size.variables.scss' as fs;
|
|
2
|
+
@import '@angular/flex-layout/core/sass/layout-bp';
|
|
3
|
+
|
|
4
|
+
.semi-bold {
|
|
5
|
+
font-weight: 600;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.text-4-xl {
|
|
9
|
+
@extend .semi-bold;
|
|
10
|
+
|
|
11
|
+
@include layout-bp(gt-xs) {
|
|
12
|
+
font-size: fs.$font-size-4-xl;
|
|
13
|
+
line-height: 3.375rem;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@include layout-bp(xs) {
|
|
17
|
+
font-size: 2rem;
|
|
18
|
+
line-height: 2.625rem;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
.text-3-xl {
|
|
24
|
+
@extend .semi-bold;
|
|
25
|
+
font-size: fs.$font-size-3-xl;
|
|
26
|
+
line-height: 2.625rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.text-2-xl {
|
|
30
|
+
@extend .semi-bold;
|
|
31
|
+
|
|
32
|
+
font-size: fs.$font-size-2-xl;
|
|
33
|
+
line-height: 2.125rem;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.text-xl {
|
|
37
|
+
font-size: fs.$font-size-xl;
|
|
38
|
+
line-height: 2rem;
|
|
39
|
+
|
|
40
|
+
&-semi-bold {
|
|
41
|
+
@extend .text-xl;
|
|
42
|
+
@extend .semi-bold;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.text-l {
|
|
47
|
+
font-size: fs.$font-size-l;
|
|
48
|
+
line-height: 1.625rem;
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
&-semi-bold {
|
|
52
|
+
@extend .text-l;
|
|
53
|
+
@extend .semi-bold;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.text-m {
|
|
58
|
+
font-size: fs.$font-size-m;
|
|
59
|
+
line-height: 1.4375rem;
|
|
60
|
+
|
|
61
|
+
&-semi-bold {
|
|
62
|
+
@extend .text-m;
|
|
63
|
+
@extend .semi-bold;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.text-s {
|
|
68
|
+
font-size: fs.$font-size-s;
|
|
69
|
+
line-height: 1.25rem;
|
|
70
|
+
|
|
71
|
+
&-semi-bold {
|
|
72
|
+
@extend .text-s;
|
|
73
|
+
@extend .semi-bold;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
$default-colors: (
|
|
2
|
+
base-100: #FFFFFF,
|
|
3
|
+
base-95: #F1F2F3,
|
|
4
|
+
base-70: #DEE0E3,
|
|
5
|
+
base-40: #656E76,
|
|
6
|
+
base-30: #474D53,
|
|
7
|
+
base-10: #181A1B,
|
|
8
|
+
overlay: #181A1B 70%,
|
|
9
|
+
primary-accent: #B6224B,
|
|
10
|
+
primary-accent-darker: #811835,
|
|
11
|
+
secondary-accent: #0A70C2,
|
|
12
|
+
success-dark: #177D61,
|
|
13
|
+
success-light: #E1F9F3,
|
|
14
|
+
warning-dark: #B25300,
|
|
15
|
+
warning-light: #FFF1E5,
|
|
16
|
+
error-dark: #C42121,
|
|
17
|
+
error-light: #FDF2F2,
|
|
18
|
+
gradient: #667680,
|
|
19
|
+
/* Same as primary accent. But necessary for styling some links from angular material. */
|
|
20
|
+
accent: #B6224B
|
|
21
|
+
);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$tld-font: 'Inter', sans-serif;
|