﻿/**
 * MyBricks Opensource
 * https://mybricks.world
 * This source code is licensed under the MIT license.
 *
 * CheMingjun @2019
 * mybricks@126.com
 */
 .slot {
  width: 100%;
  height: 100% !important;
  position: relative !important;
}
.lyFlexColumn {
  display: flex;
  flex-direction: column;
}
.lyFlexRow {
  display: flex;
  flex-direction: row;
}
.justifyContentFlexStart {
  justify-content: flex-start;
}
.justifyContentFlexCenter {
  justify-content: center;
}
.justifyContentFlexFlexEnd {
  justify-content: flex-end;
}
.justifyContentFlexSpaceAround {
  justify-content: space-around;
}
.justifyContentFlexSpaceBetween {
  justify-content: space-between;
}
.alignItemsFlexStart {
  align-items: flex-start;
}
.alignItemsFlexCenter {
  align-items: center;
}
.alignItemsFlexFlexEnd {
  align-items: flex-end;
}
.debugFocus {
  outline: 1px dashed red;
  outline-offset: -3px;
}
.com {
  flex-shrink: 0;
}
.flex {
  flex: 1;
  min-height: 0;
  position: relative;
}
// .flex > view {
//   position: absolute;
//   left: 0;
//   right: 0;
//   top: 0;
//   bottom: 0;
// }
// .flex > * {
//   height: 100%;
// }
.error {
  font-size: 12px;
  color: #f5222d;
  overflow: hidden;
}
.errorRT {
  padding: 5px;
  border: 1px dashed #f5222d;
}
.errorRT .tt {
  font-size: 12px;
  color: #f5222d;
  font-weight: bold;
  margin-bottom: 5px;
}
.errorRT .info {
  color: #f5222d;
  margin-bottom: 5px;
}
