Files
Shotreact/shotreact/wwwroot/lib/twitter-bootstrap/scss/helpers/_stacks.scss
clive c1e8ad417a
Some checks failed
Gitea CI/CD / build (push) Failing after 16m30s
LibMan Client Side Libraries Update.
2024-06-09 16:52:03 +10:00

16 lines
245 B
SCSS

// 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