source: Application/ocrent/wwwroot/lib/bootstrap/scss/helpers/_stacks.scss@ f5f7c24

Last change on this file since f5f7c24 was f5f7c24, checked in by 192011 <mk.snicker@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 245 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.