mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
refactor(web/progress): circle progress to Mantine
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap');
|
||||
@import url("https://use.typekit.net/wxh5ury.css");
|
||||
@import url("https://use.typekit.net/qgr5ebd.css");
|
||||
|
||||
html {
|
||||
color-scheme: normal !important;
|
||||
@@ -29,15 +30,6 @@ code {
|
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
|
||||
}
|
||||
|
||||
@keyframes progress {
|
||||
0% {
|
||||
stroke-dasharray: 0, 264;
|
||||
}
|
||||
100% {
|
||||
stroke-dasharray: 264, 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes progress-bar {
|
||||
from {
|
||||
width: 0%;
|
||||
|
||||
Reference in New Issue
Block a user