mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 22:33:03 -05:00
refactor: move libs
This commit is contained in:
14
apps/rxjs/49-hold-to-save-button/src/styles.scss
Normal file
14
apps/rxjs/49-hold-to-save-button/src/styles.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
progress {
|
||||
@apply h-4 w-full rounded-full bg-gray-200;
|
||||
}
|
||||
progress::-webkit-progress-bar {
|
||||
@apply rounded-full bg-gray-200;
|
||||
}
|
||||
|
||||
progress::-webkit-progress-value {
|
||||
@apply rounded-full bg-indigo-600;
|
||||
}
|
||||
Reference in New Issue
Block a user