feat(uti): Move directory
[csit.git] / csit.infra.dash / app / pal / static / sass / bootstrap / helpers / _stacks.scss
1 // scss-docs-start stacks
2 .hstack {
3   display: flex;
4   flex-direction: row;
5   align-items: center;
6   align-self: stretch;
7 }
8
9 .vstack {
10   display: flex;
11   flex: 1 1 auto;
12   flex-direction: column;
13   align-self: stretch;
14 }
15 // scss-docs-end stacks