Skip to content

Commit

Permalink
add custom ui file
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed May 24, 2023
1 parent 108c719 commit c47de82
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/_ui.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@use "./mixins" as *;
@use "./variables" as *;

/* Initial Reset */

/* Main elements */
.z-container {
/* Layout vars */
--arc: 360;
--offset-angle: 0;
--direction: 1;
--angle: 1;
--radius: 50px;
--item-number: 1;
--radius-padding: 8px;


/* Color */
--transparent: transparent;
--white: white;
--black: black;
}

0 comments on commit c47de82

Please sign in to comment.