Added basic Formula Wizard, Added script to compile SASS and TS, many other random changes.
Update .gitignore, .htaccess, and 68 more files...
This commit is contained in:
21
tools/items/formula-wizard/styles.css
Normal file
21
tools/items/formula-wizard/styles.css
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
/* https://cssflex-generator.netlify.app/ */
|
||||
|
||||
.fw-variants {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.fw-variants div, .fw-variants button {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.fw-workbench-name {
|
||||
border-bottom: 1px solid;
|
||||
}
|
Reference in New Issue
Block a user