intelicoreact 0.1.74 → 0.1.75
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.
|
@@ -19,47 +19,56 @@
|
|
|
19
19
|
pointer-events: none;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
&_warning {
|
|
23
|
+
border: 1px solid #f06d8d;
|
|
24
|
+
background-color: #f06d8d;
|
|
25
|
+
color: #fff;
|
|
26
|
+
&:hover {
|
|
27
|
+
filter: brightness(1.1);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
22
31
|
&_dark-outline {
|
|
23
|
-
|
|
24
|
-
|
|
32
|
+
border: 1px solid #bac2c9;
|
|
33
|
+
color: #1e1e2dff;
|
|
25
34
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
35
|
+
&:hover {
|
|
36
|
+
background-color: #f2f2f8ff;
|
|
37
|
+
}
|
|
29
38
|
}
|
|
30
39
|
|
|
31
40
|
&_primary {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
41
|
+
border: 1px solid #6b81ddff;
|
|
42
|
+
background-color: #6b81ddff;
|
|
43
|
+
color: #fff;
|
|
44
|
+
&:hover {
|
|
45
|
+
filter: brightness(1.1);
|
|
46
|
+
}
|
|
38
47
|
}
|
|
39
48
|
|
|
40
49
|
&_secondary {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
50
|
+
border: 1px solid #bac2c9ff;
|
|
51
|
+
background-color: #bac2c9ff;
|
|
52
|
+
color: #fff;
|
|
53
|
+
&:hover {
|
|
54
|
+
filter: brightness(1.1);
|
|
55
|
+
}
|
|
47
56
|
}
|
|
48
57
|
|
|
49
|
-
&_ellipse-apply{
|
|
58
|
+
&_ellipse-apply {
|
|
50
59
|
padding: 8px 16px;
|
|
51
60
|
border-radius: 40px;
|
|
52
|
-
background: #
|
|
53
|
-
font-family:
|
|
61
|
+
background: #1f7499;
|
|
62
|
+
font-family: "Sarabun";
|
|
54
63
|
font-style: normal;
|
|
55
64
|
font-weight: 500;
|
|
56
65
|
font-size: 16px;
|
|
57
66
|
line-height: 24px;
|
|
58
67
|
letter-spacing: 0.1px;
|
|
59
|
-
color: #
|
|
68
|
+
color: #ffffff;
|
|
60
69
|
}
|
|
61
70
|
|
|
62
|
-
&_ellipse-cancel{
|
|
71
|
+
&_ellipse-cancel {
|
|
63
72
|
padding: 8px 18px;
|
|
64
73
|
border-radius: 32px;
|
|
65
74
|
font-family: Sarabun;
|
|
@@ -68,7 +77,7 @@
|
|
|
68
77
|
font-size: 14px;
|
|
69
78
|
line-height: 20px;
|
|
70
79
|
letter-spacing: 0.2px;
|
|
71
|
-
color: #
|
|
80
|
+
color: #1f7499;
|
|
72
81
|
}
|
|
73
82
|
|
|
74
83
|
&_link {
|
|
@@ -121,7 +130,7 @@
|
|
|
121
130
|
}
|
|
122
131
|
|
|
123
132
|
svg {
|
|
124
|
-
order: 2
|
|
133
|
+
order: 2;
|
|
125
134
|
}
|
|
126
135
|
}
|
|
127
136
|
}
|