@7shifts/sous-chef 3.21.0-beta.2 → 3.21.0-beta.4

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/dist/index.css CHANGED
@@ -2132,68 +2132,6 @@ input:disabled + ._2mA8e::after {
2132
2132
  top: 10px;
2133
2133
  right: 10px;
2134
2134
  }
2135
- ._qYNve {
2136
- width: 100%;
2137
- height: 100%;
2138
- }
2139
- ._qYNve > div, ._qYNve > div > div {
2140
- height: 100%;
2141
- }
2142
- ._qYNve input {
2143
- border: 1px solid transparent;
2144
- display: flex;
2145
- justify-content: flex-end;
2146
- background: transparent;
2147
- padding: 16px;
2148
- width: 100%;
2149
- font-size: 14px;
2150
- font-family: "Proxima Nova", sans-serif;
2151
- border-radius: 0;
2152
- }
2153
- ._qYNve input:focus {
2154
- border-color: var(--color-eggplant-400);
2155
- box-shadow: 0 0 8px var(--color-eggplant-300);
2156
- outline: none;
2157
- }
2158
- ._qYNve input:hover {
2159
- background: var(--color-grey-100);
2160
- }
2161
- ._3w6bw {
2162
- text-align: right;
2163
- }
2164
- ._2y-_5 {
2165
- /* Firefox */
2166
- }
2167
- ._2y-_5 input::-webkit-outer-spin-button,
2168
- ._2y-_5 input::-webkit-inner-spin-button {
2169
- -webkit-appearance: none;
2170
- margin: 0;
2171
- }
2172
- ._2y-_5 input[type=number] {
2173
- -moz-appearance: textfield;
2174
- }
2175
-
2176
- ._1Mx8j._1Mx8j,
2177
- ._1Mx8j._1Mx8j:hover {
2178
- border-color: var(--color-radish-400);
2179
- background: var(--color-radish-100);
2180
- }
2181
-
2182
- ._2BlhN._2BlhN {
2183
- border-top-left-radius: 8px;
2184
- }
2185
-
2186
- ._1qDoN._1qDoN {
2187
- border-top-right-radius: 8px;
2188
- }
2189
-
2190
- ._2NUlb._2NUlb {
2191
- border-bottom-left-radius: 8px;
2192
- }
2193
-
2194
- ._3Mm-v._3Mm-v {
2195
- border-bottom-right-radius: 8px;
2196
- }
2197
2135
  ._vgLin {
2198
2136
  padding: 16px 12px 16px 12px;
2199
2137
  background: var(--color-grey-100);
@@ -2381,6 +2319,68 @@ input:disabled + ._2mA8e::after {
2381
2319
  height: 80px;
2382
2320
  border-radius: 50%;
2383
2321
  }
2322
+ ._qYNve {
2323
+ width: 100%;
2324
+ height: 100%;
2325
+ }
2326
+ ._qYNve > div, ._qYNve > div > div {
2327
+ height: 100%;
2328
+ }
2329
+ ._qYNve input {
2330
+ border: 1px solid transparent;
2331
+ display: flex;
2332
+ justify-content: flex-end;
2333
+ background: transparent;
2334
+ padding: 16px;
2335
+ width: 100%;
2336
+ font-size: 14px;
2337
+ font-family: "Proxima Nova", sans-serif;
2338
+ border-radius: 0;
2339
+ }
2340
+ ._qYNve input:focus {
2341
+ border-color: var(--color-eggplant-400);
2342
+ box-shadow: 0 0 8px var(--color-eggplant-300);
2343
+ outline: none;
2344
+ }
2345
+ ._qYNve input:hover {
2346
+ background: var(--color-grey-100);
2347
+ }
2348
+ ._3w6bw {
2349
+ text-align: right;
2350
+ }
2351
+ ._2y-_5 {
2352
+ /* Firefox */
2353
+ }
2354
+ ._2y-_5 input::-webkit-outer-spin-button,
2355
+ ._2y-_5 input::-webkit-inner-spin-button {
2356
+ -webkit-appearance: none;
2357
+ margin: 0;
2358
+ }
2359
+ ._2y-_5 input[type=number] {
2360
+ -moz-appearance: textfield;
2361
+ }
2362
+
2363
+ ._1Mx8j._1Mx8j,
2364
+ ._1Mx8j._1Mx8j:hover {
2365
+ border-color: var(--color-radish-400);
2366
+ background: var(--color-radish-100);
2367
+ }
2368
+
2369
+ ._2BlhN._2BlhN {
2370
+ border-top-left-radius: 8px;
2371
+ }
2372
+
2373
+ ._1qDoN._1qDoN {
2374
+ border-top-right-radius: 8px;
2375
+ }
2376
+
2377
+ ._2NUlb._2NUlb {
2378
+ border-bottom-left-radius: 8px;
2379
+ }
2380
+
2381
+ ._3Mm-v._3Mm-v {
2382
+ border-bottom-right-radius: 8px;
2383
+ }
2384
2384
  ._1cDCR {
2385
2385
  flex: 1;
2386
2386
  display: "flex";