readd wwwroot

This commit is contained in:
ElenitaMLG
2024-04-08 15:00:46 +03:00
parent 897193c865
commit 116405bd75
225 changed files with 88814 additions and 3 deletions
@@ -0,0 +1,16 @@
// scss-docs-start stacks
.hstack {
display: flex;
flex-direction: row;
align-items: center;
align-self: stretch;
}
.vstack {
display: flex;
flex: 1 1 auto;
flex-direction: column;
align-self: stretch;
}
// scss-docs-end stacks