Your IP : 3.15.189.199


Current Path : /proc/self/root/home/sudancam/.trash/sooon/src/scss/bootstrap-rtl-fix/helpers/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/sooon/src/scss/bootstrap-rtl-fix/helpers/_stacks.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