@indice/ng-components 0.2.173-beta.15 → 0.2.173-beta.16
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/_styles.scss +12 -13
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -4253,24 +4253,23 @@
|
|
|
4253
4253
|
@apply ml-1.5 rounded py-0.5 px-1.5 bg-gray-200 text-xs text-gray-700 tabular-nums;
|
|
4254
4254
|
}
|
|
4255
4255
|
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
}
|
|
4256
|
+
.progress-bar-container {
|
|
4257
|
+
@apply flex grid grid-cols-1;
|
|
4258
|
+
}
|
|
4260
4259
|
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4260
|
+
.progress-bar-label {
|
|
4261
|
+
@apply text-xs mt-2 truncate text-ellipsis;
|
|
4262
|
+
}
|
|
4264
4263
|
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4264
|
+
.progress-bar-backdrop {
|
|
4265
|
+
@apply flex mt-1 h-4 rounded-md backdrop-blur-sm bg-slate-200/25;
|
|
4266
|
+
}
|
|
4268
4267
|
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
}
|
|
4268
|
+
.progress-bar-inner {
|
|
4269
|
+
@apply h-2 m-1 rounded-md bg-sky-200 transition-[width] ease-in-out duration-300 transform;
|
|
4272
4270
|
}
|
|
4273
4271
|
|
|
4272
|
+
|
|
4274
4273
|
.modal-active {
|
|
4275
4274
|
overflow: hidden;
|
|
4276
4275
|
}
|