xieb
2023-09-13 3667807a7b7418efc090ee3fa6a6b734bc3080bf
src/styles/flex.style.scss
@@ -6,6 +6,16 @@
  align-items: center;
  justify-content: center;
}
.text-center {
  text-align: center
}
.f12 {
  font-size: 12px
}
.f10 {
  font-size: 10px
}
// .border-bottom {
//   position: relative;
//   box-sizing: border-box;
@@ -40,6 +50,9 @@
.flex-align-center {
  align-items: center;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-justify-start {
@@ -91,7 +104,9 @@
.height-100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
//margin
m-5 {
  margin: -5px !important;