Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Feb 27, 2024
1 parent ffb54e3 commit b2423a9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 270 deletions.
38 changes: 12 additions & 26 deletions frontend/src/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
/*
Spectre Setup
*/

$control-size: 1.55rem;
$font-size: 0.7rem;
/* Generate Colors */

@import "./colors.scss";

html {
font-size: 20px;
}

body {
font-size: 0.7rem;
}

/*
Other Imports
*/
/* Atomic Classes */

@import "./atomic.scss";

/* Shoelace */

:root {
--sl-input-height-small: 1.5rem;
--sl-input-height-medium: 1.8rem;
Expand Down Expand Up @@ -69,17 +56,13 @@ sl-details {
}


/*
Toastify
*/
/* Toastify */

.toastify {
position: absolute;
}

/*
Scrollbar
*/
/* Scrollbar */

::-webkit-scrollbar {
width: 5px;
Expand All @@ -98,11 +81,14 @@ sl-details {
background: #d1d1d1;
}

/*
Common
*/
/* Common */

html {
font-size: 20px;
}

body {
font-size: 0.7rem;
background-color: #f4f8f9;
}

Expand Down
3 changes: 0 additions & 3 deletions frontend/src/docs/data-sources.md

This file was deleted.

3 changes: 0 additions & 3 deletions frontend/src/docs/developer.md

This file was deleted.

9 changes: 0 additions & 9 deletions frontend/src/docs/home.md

This file was deleted.

13 changes: 0 additions & 13 deletions frontend/src/docs/live-edit.md

This file was deleted.

216 changes: 0 additions & 216 deletions frontend/src/docs/templates.md

This file was deleted.

0 comments on commit b2423a9

Please sign in to comment.