Compare commits

..

No commits in common. 'd52b5d0af463c4cf92ea6da55a0ab55459fe3bf0' and '5db2f923f21542b3b45dc4aed3df4c794e39eb77' have entirely different histories.

@ -1,14 +1,3 @@
# Test d'invalidité pour choix radio # Test d'invalidité pour choix radio
test permettant de valider l'affichage d'un message d'erreur, css uniquement, si une selection par radio est invalide (sur un required). test permettant de valider l'affichage d'un message d'erreur, css uniquement, si une selection par radio est invalide (sur un required).
## css build :
```
sass invalid-radio.scss:invalid-radio.css
```
```
sass --watch invalid-radio.scss:invalid-radio.css
```

@ -1,13 +0,0 @@
# CSS pie charts
pour faire des graphs camemberts en CSS pur
## css build / watch :
```
sass style.scss:pie-charts.css
```
```
sass --watch style.scss:pie-charts.css
```

@ -1,13 +0,0 @@
.references {
position:fixed;
bottom:5px;
right:5px;
border-radius:5px;
padding:10px;
background-color:lightblue;
a {
&[href],&:link,&:hover,&:focus,&:active {
color:darkblue;
}
}
}

@ -35,3 +35,18 @@ $segment-border-width:1px;
width: ($pie-size + $border-width * 2); width: ($pie-size + $border-width * 2);
background-color:$line-color; background-color:$line-color;
} }
.references {
position:fixed;
bottom:5px;
right:5px;
border-radius:5px;
padding:10px;
background-color:lightblue;
a {
&[href],&:link,&:hover,&:focus,&:active {
color:darkblue;
}
}
}

@ -21,10 +21,6 @@
<strong>HOW TO: Pure CSS pie charts w/ CSS variables</strong> <strong>HOW TO: Pure CSS pie charts w/ CSS variables</strong>
<br/><span>Create customisable pie charts in ~30 lines of CSS</span> <br/><span>Create customisable pie charts in ~30 lines of CSS</span>
</a> </a>
<a href="https://www.freecodecamp.org/news/css-only-pie-chart/">
<strong>How to Create a Pie Chart Using Only CSS</strong>
<br/><span>only one slice ;)</span>
</a>
</p> </p>
</body> </body>
</html> </html>

@ -1,13 +1,3 @@
.references {
position: fixed;
bottom: 5px;
right: 5px;
border-radius: 5px;
padding: 10px;
background-color: lightblue; }
.references a[href], .references a:link, .references a:hover, .references a:focus, .references a:active {
color: darkblue; }
:root { :root {
font-family: sans-serif; } font-family: sans-serif; }
@ -32,4 +22,14 @@
width: 310px; width: 310px;
background-color: #cecece; } background-color: #cecece; }
.references {
position: fixed;
bottom: 5px;
right: 5px;
border-radius: 5px;
padding: 10px;
background-color: lightblue; }
.references a[href], .references a:link, .references a:hover, .references a:focus, .references a:active {
color: darkblue; }
/*# sourceMappingURL=pie-charts.css.map */ /*# sourceMappingURL=pie-charts.css.map */

@ -1,7 +1,7 @@
{ {
"version": 3, "version": 3,
"mappings": "AAAA,WAAY;EACV,QAAQ,EAAC,KAAK;EACd,MAAM,EAAC,GAAG;EACV,KAAK,EAAC,GAAG;EACT,aAAa,EAAC,GAAG;EACjB,OAAO,EAAC,IAAI;EACZ,gBAAgB,EAAC,SAAS;EAExB,uGAAwC;IACtC,KAAK,EAAC,QAAQ;;ACApB,KAAK;EACH,WAAW,EAAE,UAAU;;AAGzB,aAAa;EACX,aAAa,EAAE,IAAI;EACnB,QAAQ,EAAE,QAAQ;;AAGpB,IAAK;EACH,MAAM,EAnBE,KAAK;EAoBb,KAAK,EApBG,KAAK;EAqBb,gBAAgB,EApBV,OAAO;EAqBb,GAAG,EAhBS,GAAG;EAiBf,IAAI,EAjBQ,GAAG;EAkBf,YAAU;IACR,MAAM,EAAE,kBAAwC;IAChD,QAAQ,EAAE,QAAQ;IAClB,MAAM,EAAE,IAAI;IACZ,KAAK,EAAC,IAAI;;AAId,OAAQ;EACN,MAAM,EAAE,KAA+B;EACvC,KAAK,EAAG,KAA+B;EACvC,gBAAgB,EA9BN,OAAO", "mappings": "AASA,KAAK;EACH,WAAW,EAAE,UAAU;;AAGzB,aAAa;EACX,aAAa,EAAE,IAAI;EACnB,QAAQ,EAAE,QAAQ;;AAGpB,IAAK;EACH,MAAM,EAnBE,KAAK;EAoBb,KAAK,EApBG,KAAK;EAqBb,gBAAgB,EApBV,OAAO;EAqBb,GAAG,EAhBS,GAAG;EAiBf,IAAI,EAjBQ,GAAG;EAkBf,YAAU;IACR,MAAM,EAAE,kBAAwC;IAChD,QAAQ,EAAE,QAAQ;IAClB,MAAM,EAAE,IAAI;IACZ,KAAK,EAAC,IAAI;;AAId,OAAQ;EACN,MAAM,EAAE,KAA+B;EACvC,KAAK,EAAG,KAA+B;EACvC,gBAAgB,EA9BN,OAAO;;AAiCnB,WAAY;EACV,QAAQ,EAAC,KAAK;EACd,MAAM,EAAC,GAAG;EACV,KAAK,EAAC,GAAG;EACT,aAAa,EAAC,GAAG;EACjB,OAAO,EAAC,IAAI;EACZ,gBAAgB,EAAC,SAAS;EAExB,uGAAwC;IACtC,KAAK,EAAC,QAAQ",
"sources": ["_global.scss","_pie-charts-multipart.scss"], "sources": ["_pie-charts.scss"],
"names": [], "names": [],
"file": "pie-charts.css" "file": "pie-charts.css"
} }

@ -1,2 +0,0 @@
@import "global";
@import "pie-charts-multipart";
Loading…
Cancel
Save