1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Add js-circle-progress libs

This commit is contained in:
DanieL 2022-09-08 12:40:21 -03:00
parent 2428c83de4
commit e184e09ec1
42 changed files with 25410 additions and 0 deletions

45
node_modules/js-circle-progress/docs/sass/style.scss generated vendored Normal file
View file

@ -0,0 +1,45 @@
body {
font-family: sans-serif;
background: hsl(0, 0%, 90%);
margin: 0;
}
pre {
margin: 0;
}
a {
color: hsl(210, 100%, 40%);
font-weight: bold;
text-decoration: none;
transition: .25s;
&:hover,
&:focus {
color: hsl(250, 100%, 20%);
}
}
%clearfix {
&::before,
&::after {
content: " ";
display: table;
}
&::after {
clear: both;
}
}
.container {
max-width: 60rem;
margin: auto;
}
.site-footer {
background: white;
padding: 25px;
border-radius: 3px 3px 0 0;
}
@import "index";
@import "examples";