From d88fd02e2898dfdc949acc022e9ce396099ff3fa Mon Sep 17 00:00:00 2001 From: Juan Martin Date: Tue, 26 Sep 2023 07:07:02 -0300 Subject: [PATCH] add notes --- src/components/_arc.scss | 9 +++++++++ src/components/_ring.scss | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/components/_arc.scss b/src/components/_arc.scss index 3ecc2b2..dcaac94 100644 --- a/src/components/_arc.scss +++ b/src/components/_arc.scss @@ -28,6 +28,15 @@ ); transform: rotate(var(--rotate)) translate(var(--quarter), 0); } +/* +play +*/ diff --git a/src/components/_ring.scss b/src/components/_ring.scss index 5bda53e..f1ce496 100644 --- a/src/components/_ring.scss +++ b/src/components/_ring.scss @@ -15,4 +15,7 @@ .ring { border: 0.1px solid var(--dark); -} \ No newline at end of file +} + + +// add suborbit \ No newline at end of file