This commit is contained in:
2019-09-04 18:36:55 +02:00
parent 8c9e1bc509
commit af7ca72760
12 changed files with 206 additions and 47 deletions
@@ -16,7 +16,6 @@ $Wi: 80%;
$Wi50: calc(( 100% / 2 ) - (#{$margI} / 2));
$Wi33: calc(( 100% / 3 ) - (#{$margI} / 3));
// mobile
$txt-figli-m: 1.5rem;
@@ -29,3 +28,19 @@ $txt-figli-t: 2.5rem;
// line-height
$Flhome-t: 3rem;
// :root {
// --color: red;
// }
//
// :root .category{
// --color:blue;
// }
//
// .card{
// color: var(--color);
// }
//
// :root .category{
// color: var(--color);
// }