husq
2023-09-18 9464e5a8d69ff40dd0fef0e02d1947de15621c24
src/styles/flex.style.scss
@@ -86,6 +86,9 @@
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
//width
.width-100vw {
@@ -135,7 +138,15 @@
.mr-5 {
  margin-right: -5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.m0 {
  margin: 0px !important;
}
@@ -167,7 +178,14 @@
.mb5 {
  margin-bottom: 5px !important;
}
.active-color {
  border: none !important;
  background-color: #1fa3f6 !important;
}
.unactive-color {
  border: none !important;
  background-color: #5d5f61 !important;
}
.ml5 {
  margin-left: 5px !important;
}