| | |
| | | .flex-shrink-1 { |
| | | flex-shrink: 1; |
| | | } |
| | | .flex-wrap { |
| | | flex-wrap: wrap; |
| | | } |
| | | |
| | | //width |
| | | .width-100vw { |
| | |
| | | .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; |
| | | } |