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