source:
Application/ocrent/wwwroot/lib/bootstrap/scss/helpers/_stacks.scss
Last change on this file was f5f7c24, checked in by , 17 months ago | |
---|---|
|
|
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.