ag-design 1.0.26 → 1.0.28

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/var.css ADDED
@@ -0,0 +1,136 @@
1
+ :root {
2
+ --c-1: #002A4E;
3
+ --c-2: #009CDE;
4
+ --c-3: #F2F2F2;
5
+
6
+ --c-4: #00213D;
7
+ --c-5: #000F1B;
8
+ --c-6: #BBBCBC;
9
+ --c-7: #707372;
10
+
11
+ --c-99: #FFFFFF;
12
+ --c-100: #000000;
13
+
14
+ --heading-color: #002A4E;
15
+ --heading-em-color: #009CDE;
16
+ --banner-heading-color: #FFFFFF;
17
+ --banner-subtitle-color: #FFFFFF;
18
+ --banner-text-color: #FFFFFF;
19
+ --section-title-color: #002A4E;
20
+ --section-subtitle-color: #009CDE;
21
+ --section-text-color: #002A4E;
22
+ --text-color: #002A4E;
23
+ --text-color-secondary: #000000;
24
+
25
+ --link-color: #009CDE;
26
+ --link-hover-color: #002A4E;
27
+ --link-active-color: #009CDE;
28
+
29
+ --dtl-search-bg: #FFFFFF;
30
+ --map-cluster-color: #002A4E;
31
+ --map-cluster-text-color: #FFFFFF;
32
+ --map-property-marker-color: #002A4E;
33
+ --map-property-marker-text-color: #FFFFFF;
34
+
35
+ --txt-t: transparent;
36
+ --bg-t: transparent;
37
+
38
+ --ql-text-white: #FFFFFF;
39
+ --ql-text-white-dim: rgba(255, 255, 255, .7);
40
+ --ql-text-toolbar: #1e293b;
41
+ --ql-text-toolbar-light: #64748b;
42
+ --ql-accent: #3b82f6;
43
+ --ql-accent-hover: #009CDE;
44
+ --ql-hover-bg: rgba(59, 130, 246, .08);
45
+ --ql-active-bg: rgba(59, 130, 246, .15);
46
+ --ql-toolbar-bg: #f8fafc;
47
+
48
+ --ql-transition: all .2s ease;
49
+ --ql-content-font: var(--s-f);
50
+ --ql-content-font-size: var(--f-s-3);
51
+ --ql-content-line-height: 1.5;
52
+ --ql-border: #e2e8f0;
53
+ --ql-border-light: #cbd5e1;
54
+ --ql-border-active: #3b82f6;
55
+
56
+ --p-badge-normal-bg: #009CDE;
57
+ --p-badge-normal-text: #FFFFFF;
58
+
59
+ --p-badge-hover-bg: #002A4E;
60
+ --p-badge-hover-text: #FFFFFF;
61
+
62
+ --p-badge-highlight-bg: #FF0000;
63
+ --p-badge-highlight-text: #FFFFFF;
64
+
65
+ --caro-dot-active-bg: #002A4E;
66
+ --caro-dot-inactive-bg: #BBBCBC;
67
+
68
+ --p-f: "Montserrat", sans-serif;
69
+ --s-f: "Montserrat", sans-serif;
70
+ --t-f: "poppins", sans-serif;
71
+
72
+ --f-s-0: max(11px,min(11px,.7rem));
73
+ --f-s-1: max(12px,min(12px,.8rem));
74
+ --f-s-2: max(14px,min(14px,1.2rem));
75
+ --f-s-3: max(16px,min(16px,1.6rem));
76
+ --f-s-4: max(18px,min(18px,1.8rem));
77
+ --f-s-5: max(20px,min(20px,2rem));
78
+ --f-s-6: max(20px,min(24px,2.2rem));
79
+ --f-s-7: max(25px,min(34px,3.4rem));
80
+ --f-s-8: max(30px,min(40px,3.7rem));
81
+ --f-s-9: max(35px,min(50px,4rem));
82
+ --f-s-10: max(40px,min(70px,5.5rem));
83
+ --f-s-11: max(35px,min(64px,4rem));
84
+ --f-s-12: max(40px,min(90px,7rem));
85
+ --body-font: max(16px,min(16px,1.6rem));
86
+ --general-font-size: 50px;
87
+
88
+ --f-w-1: 100;
89
+ --f-w-2: 200;
90
+ --f-w-3: 300;
91
+ --f-w-4: 400;
92
+ --f-w-5: 500;
93
+ --f-w-6: 600;
94
+ --f-w-7: 700;
95
+ --f-w-b: bold;
96
+ --f-w-n: normal;
97
+
98
+ --l-h-1: 20px;
99
+ --l-h-2: 24px;
100
+ --l-h-3: 28px;
101
+ --l-h-4: 32px;
102
+ --l-h-n: normal;
103
+
104
+ --b-r-0: 0px;
105
+ --b-r-1: 2px;
106
+ --b-r-2: 4px;
107
+ --b-r-3: 6px;
108
+ --b-r-4: 8px;
109
+ --b-r-5: 10px;
110
+ --b-r-6: 12px;
111
+ --b-r-7: 14px;
112
+ --b-r-8: 16px;
113
+ --b-r-9: 18px;
114
+ --b-r-10: 20px;
115
+ --b-r-11: 22px;
116
+ --b-r-12: 24px;
117
+ --b-r-13: 26px;
118
+ --b-r-14: 28px;
119
+ --b-r-15: 30px;
120
+ --b-r-16: 32px;
121
+ --b-r-r: 50%;
122
+
123
+ --size: 850;
124
+ --sp: 0px;
125
+ --fixedheight: calc(100vh - 0px);
126
+
127
+
128
+ }
129
+ @media (min-width: 768px) {
130
+ :root{--size: 1500;}
131
+ }
132
+ html{
133
+ font-size: clamp(1px,18px,calc(10*100vw/390));
134
+ font-size: clamp(1px,18px,calc(10*100vw/var(--size)));
135
+ }
136
+ html:has(.search-property-detailview){font-size: clamp(14px, calc(10 * 100vw / var(--size)), 18px);}