| | |
| | | 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; |
| | |
| | | .flex-align-center { |
| | | align-items: center; |
| | | } |
| | | .flex-direction-column { |
| | | flex-direction: column; |
| | | } |
| | | |
| | | .flex-justify-start { |
| | | justify-content: flex-start; |
| | |
| | | .flex-shrink-1 { |
| | | flex-shrink: 1; |
| | | } |
| | | .flex-wrap { |
| | | flex-wrap: wrap; |
| | | } |
| | | |
| | | //width |
| | | .width-100vw { |
| | |
| | | .height-100 { |
| | | height: 100%; |
| | | } |
| | | |
| | | .w100 { |
| | | width: 100%; |
| | | } |
| | | //margin |
| | | m-5 { |
| | | margin: -5px !important; |
| | |
| | | .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; |
| | | } |
| | |
| | | .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; |
| | | } |