@licklist/design 0.44.486-dev.76 → 0.44.486-dev.77
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.
|
@@ -7,9 +7,14 @@
|
|
|
7
7
|
overflow: auto;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
+
|
|
10
11
|
.modal-form-content {
|
|
11
12
|
max-height: 21rem;
|
|
12
13
|
overflow-x: hidden;
|
|
14
|
+
|
|
15
|
+
.error-content {
|
|
16
|
+
min-width: 25rem;
|
|
17
|
+
}
|
|
13
18
|
}
|
|
14
19
|
|
|
15
20
|
.reccurrence-interval-container {
|
|
@@ -71,6 +76,7 @@
|
|
|
71
76
|
display: flex;
|
|
72
77
|
flex-direction: column;
|
|
73
78
|
gap: 1rem;
|
|
79
|
+
|
|
74
80
|
}
|
|
75
81
|
|
|
76
82
|
.custom-checkbox {
|
|
@@ -137,6 +143,10 @@
|
|
|
137
143
|
}
|
|
138
144
|
}
|
|
139
145
|
|
|
146
|
+
.footer-with-short-notes {
|
|
147
|
+
min-width: 18rem;
|
|
148
|
+
}
|
|
149
|
+
|
|
140
150
|
footer {
|
|
141
151
|
display: flex;
|
|
142
152
|
gap: 1.25rem;
|
|
@@ -153,3 +163,4 @@
|
|
|
153
163
|
}
|
|
154
164
|
}
|
|
155
165
|
}
|
|
166
|
+
|
package/package.json
CHANGED
|
@@ -7,9 +7,14 @@
|
|
|
7
7
|
overflow: auto;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
+
|
|
10
11
|
.modal-form-content {
|
|
11
12
|
max-height: 21rem;
|
|
12
13
|
overflow-x: hidden;
|
|
14
|
+
|
|
15
|
+
.error-content {
|
|
16
|
+
min-width: 25rem;
|
|
17
|
+
}
|
|
13
18
|
}
|
|
14
19
|
|
|
15
20
|
.reccurrence-interval-container {
|
|
@@ -71,6 +76,7 @@
|
|
|
71
76
|
display: flex;
|
|
72
77
|
flex-direction: column;
|
|
73
78
|
gap: 1rem;
|
|
79
|
+
|
|
74
80
|
}
|
|
75
81
|
|
|
76
82
|
.custom-checkbox {
|
|
@@ -137,6 +143,10 @@
|
|
|
137
143
|
}
|
|
138
144
|
}
|
|
139
145
|
|
|
146
|
+
.footer-with-short-notes {
|
|
147
|
+
min-width: 18rem;
|
|
148
|
+
}
|
|
149
|
+
|
|
140
150
|
footer {
|
|
141
151
|
display: flex;
|
|
142
152
|
gap: 1.25rem;
|
|
@@ -153,3 +163,4 @@
|
|
|
153
163
|
}
|
|
154
164
|
}
|
|
155
165
|
}
|
|
166
|
+
|